Interface VariantComponentSpec
- All Superinterfaces:
ComponentSpec, ModelElement, Named, VariantComponent
- All Known Subinterfaces:
ApplicationSpec, CUnitTestSuiteSpec, GeneralComponentSpec, GoogleTestTestSuiteSpec, JUnitTestSuiteSpec, JvmLibrarySpec, JvmTestSuiteSpec, LibrarySpec, NativeExecutableSpec, NativeLibrarySpec, NativeTestSuiteSpec, PlatformAwareComponentSpec, PlayApplicationSpec, PlayPlatformAwareComponentSpec, TargetedNativeComponent, TestSuiteSpec
- All Known Implementing Classes:
BaseComponentSpec
Represents a component spec that is made up of one or more mutually exclusive variants.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe variants produced for this component spec.Methods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayNameMethods inherited from interface VariantComponent
getName, getVariants
-
Method Details
-
getBinaries
ModelMap<BinarySpec> getBinaries()The variants produced for this component spec.
-