@Incubating public abstract class BaseComponentSpec
Base class for custom component implementations. A custom implementation of ComponentSpec must extend this type.
Constructor and description |
---|
protected BaseComponentSpec
() |
Type | Name and description |
---|---|
static T |
create(Class<T> type, ComponentSpecIdentifier identifier, FunctionalSourceSet mainSourceSet, Instantiator instantiator) |
DomainObjectSet<? extends BinarySpec> |
getBinaries() |
String |
getDisplayName() |
FunctionalSourceSet |
getMainSource() |
String |
getName() |
String |
getProjectPath() |
DomainObjectSet<LanguageSourceSet> |
getSource() |
void |
source(Object sources) |
String |
toString() |
Gradle API 2.2-20140924021627+0000