AdhocComponentWithVariants
, ApplicationBinarySpec
, ApplicationSpec
, Architecture
, ArtifactTypeDefinition
, AssemblerSourceSet
, Authentication
, AwsImAuthentication
, BasicAuthentication
, BinaryContainer
, BinarySpec
, BuildableComponent
, BuildableComponentSpec
, BuildType
, Bundling
, Category
, CheckableComponentSpec
, Clang
, ClassDirectoryBinarySpec
, CoffeeScriptSourceSet
, ComponentSpec
, ComponentSpecContainer
, ComponentWithBinaries
, ComponentWithCoordinates
, ComponentWithDependencies
, ComponentWithExecutable
, ComponentWithInstallation
, ComponentWithLinkFile
, ComponentWithLinkUsage
, ComponentWithNativeRuntime
, ComponentWithObjectFiles
, ComponentWithOutputs
, ComponentWithRuntimeFile
, ComponentWithRuntimeUsage
, ComponentWithSharedLibrary
, ComponentWithStaticLibrary
, ComponentWithVariants
, ConfigurationVariant
, CppApplication
, CppBinary
, CppComponent
, CppExecutable
, CppLibrary
, CppSharedLibrary
, CppSourceSet
, CppStaticLibrary
, CppTestExecutable
, CppTestSuite
, CSourceSet
, CUnitTestSuiteBinarySpec
, CUnitTestSuiteSpec
, DependentSourceSet
, DependentSourceSet
, DigestAuthentication
, Distribution
, Flavor
, FunctionalSourceSet
, Gcc
, GccCompatibleToolChain
, GeneralComponentSpec
, GoogleTestTestSuiteBinarySpec
, GoogleTestTestSuiteSpec
, HeaderExportingSourceSet
, HttpHeaderAuthentication
, IvyConfiguration
, IvyPublication
, JarBinarySpec
, JavaPlatform
, JavaScriptSourceSet
, JavaSourceSet
, JavaToolChain
, JUnitTestSuiteBinarySpec
, JUnitTestSuiteSpec
, JvmBinarySpec
, JvmClasses
, JvmComponentSpec
, JvmLibrarySpec
, JvmResourceSet
, JvmTestSuiteBinarySpec
, JvmTestSuiteSpec
, LanguageSourceSet
, LibraryBinarySpec
, LibrarySpec
, LocalJava
, MavenPublication
, ModelElement
, ModelMap<T>
, ModelSet<T>
, NativeBinarySpec
, NativeComponentSpec
, NativeExecutableBinarySpec
, NativeExecutableSpec
, NativeLibraryBinarySpec
, NativeLibrarySpec
, NativePlatform
, NativeResourceSet
, NativeTestSuiteBinarySpec
, NativeTestSuiteSpec
, NativeToolChain
, ObjectiveCppSourceSet
, ObjectiveCSourceSet
, OperatingSystem
, Platform
, PlatformAwareComponentSpec
, PlayApplicationBinarySpec
, PlayApplicationSpec
, PlayDistribution
, PlayPlatform
, PlayPlatformAwareComponentSpec
, PlayToolChain
, PrebuiltLibrary
, Product
, ProductionComponent
, ProductionCppComponent
, ProductionSwiftComponent
, PublicAssets
, Publication
, PublishableComponent
, RoutesSourceSet
, ScalaLanguageSourceSet
, ScalaPlatform
, ScalaToolChain
, SharedLibraryBinarySpec
, SoftwareComponent
, SoftwareComponentVariant
, SourceComponentSpec
, SourceDirectorySet
, StaticLibraryBinarySpec
, SwiftApplication
, SwiftBinary
, Swiftc
, SwiftComponent
, SwiftExecutable
, SwiftLibrary
, SwiftSharedLibrary
, SwiftStaticLibrary
, SwiftXCTestBinary
, SwiftXCTestBundle
, SwiftXCTestExecutable
, SwiftXCTestSuite
, TargetedNativeComponent
, TaskReference
, TestComponent
, TestSuiteBinarySpec
, TestSuiteComponent
, TestSuiteContainer
, TestSuiteSpec
, ToolChain
, TwirlSourceSet
, Usage
, VariantComponent
, VariantComponentSpec
, VisualCpp
, VisualStudioProject
, VisualStudioSolution
, WindowsResourceSet
org.gradle.api.internal.AbstractBuildableComponentSpec
, org.gradle.platform.base.component.internal.AbstractComponentSpec
, org.gradle.language.base.internal.AbstractLanguageSourceSet
, Attribute
, BaseBinarySpec
, BaseComponentSpec
, BaseLanguageSourceSet
, org.gradle.platform.base.component.internal.DefaultComponentSpec
, Linkage
, MachineArchitecture
, OperatingSystemFamily
, PluginDeclaration
public interface Named
Named.Namer
implementation, to satisfy API that calls for a namer.Modifier and Type | Interface | Description |
---|---|---|
static class |
Named.Namer |
An implementation of the namer interface for objects implementing the named interface.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
The object's name.
|
String getName()
Must be constant for the life of the object.