@Incubating public class DefaultLibrarySpec
Base class for custom library implementations. A custom implementation of LibrarySpec must extend this type.
Constructor and description |
---|
DefaultLibrarySpec
() |
Type | Name and description |
---|---|
static T |
create(Class<T> type, ComponentSpecIdentifier identifier, FunctionalSourceSet mainSourceSet, Instantiator instantiator) |
DomainObjectSet<BinarySpec> |
getBinaries() |
String |
getDisplayName() |
FunctionalSourceSet |
getMainSource() |
String |
getName() |
String |
getProjectPath() |
DomainObjectSet<LanguageSourceSet> |
getSource() |
void |
source(Object sources) |
String |
toString() |