Class CMakeCustomTaskSpec<T>
java.lang.Object
io.github.tomaki19.gradle.cmake.extension.api.CMakeCustomTaskSpec<T>
- Direct Known Subclasses:
CMakeArchiveTaskSpec,CMakeExecTaskSpec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanbooleanbooleanmatchesApplication(CMakeResolvedApplication application) booleanmatchesBuildConfig(String buildConfig) booleanmatchesLibrary(CMakeResolvedLibrary library) booleanmatchesTest(CMakeResolvedTest test) booleanmatchesToolchain(CMakeResolvedToolchain toolchain)
-
Field Details
-
ALL
- See Also:
-
LIBRARIES
- See Also:
-
INTERFACES
- See Also:
-
SHARED
- See Also:
-
STATIC
- See Also:
-
EXECUTABLES
- See Also:
-
APPLICATIONS
- See Also:
-
TESTS
- See Also:
-
TOOLCHAINS
- See Also:
-
BUILD_CONFIGS
- See Also:
-
COMPONENTS
- See Also:
-
-
Constructor Details
-
CMakeCustomTaskSpec
-
-
Method Details
-
hasNoToolchains
public boolean hasNoToolchains() -
hasNoBuildConfigs
public boolean hasNoBuildConfigs() -
hasNoComponents
public boolean hasNoComponents() -
matchesToolchain
-
matchesBuildConfig
-
matchesLibrary
-
matchesApplication
-
matchesTest
-
hashCode
public int hashCode() -
equals
-