Interface BinarySpec
- All Superinterfaces:
Binary, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
- All Known Subinterfaces:
ApplicationBinarySpec, CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, LibraryBinarySpec, NativeBinarySpec, NativeExecutableBinarySpec, NativeLibraryBinarySpec, NativeTestSuiteBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec, TestSuiteBinarySpec
- All Known Implementing Classes:
BaseBinarySpec
@Incubating
@Deprecated
public interface BinarySpec
extends BuildableComponentSpec, CheckableComponentSpec, Binary
Deprecated.
Represents a binary that is the result of building a component.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns all inputs of the binary.Deprecated.The sources owned by this binary.getTasks()Deprecated.The set of tasks associated with this binary.booleanDeprecated.Can this binary be built in the current environment?Methods inherited from interface Binary
getDisplayNameMethods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface CheckableComponentSpec
checkedBy, getCheckTask, setCheckTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayName, getName
-
Method Details
-
isBuildable
boolean isBuildable()Deprecated.Can this binary be built in the current environment? -
getSources
ModelMap<LanguageSourceSet> getSources()Deprecated.The sources owned by this binary.- Returns:
- the sources owned by the binary.
-
getInputs
DomainObjectSet<LanguageSourceSet> getInputs()Deprecated.Returns all inputs of the binary. This includes source sets owned by the binary, and other source sets created elsewhere (e.g. inherited from the binary's component).- Returns:
- all inputs of the binary.
-
getTasks
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.