org.gradle.api
Interface Named

All Known Subinterfaces:
Binary, Compiler<T>, CompileSpec, CppSourceSet, Executable, HeaderExportingSourceSet, Library, NativeDependencyCapableSourceSet, SourceDirectorySet, SourceSet
All Known Implementing Classes:
Gpp

public interface Named

Types can implement this interface and use the embedded Named.Namer implementation, to satisfy API that calls for a namer.


Nested Class Summary
static class Named.Namer
          An implementation of the namer interface for objects implementing the named interface.
 
Method Summary
 String getName()
          The object's name.
 

Method Detail

getName

String getName()
The object's name.

Must be constant for the life of the object.

Returns:
The name. Never null.