Class InputComposite
-
- All Implemented Interfaces:
-
org.gradle.api.Named
public final class InputComposite extends InputDefinition
-
-
Constructor Summary
Constructors Constructor Description InputComposite(String name, Project project)
-
Method Summary
Modifier and Type Method Description final Property<File>getFile()final Property<String>getPointer()final ListProperty<String>getInclude()final ListProperty<String>getExclude()Unitpreload(CodeGenerator codeGenerator)UnitapplyTo(CodeGenerator codeGenerator)final Unitinclude(String names)final Unitexclude(String names)-
-
Constructor Detail
-
InputComposite
InputComposite(String name, Project project)
-
-
Method Detail
-
getPointer
final Property<String> getPointer()
-
getInclude
final ListProperty<String> getInclude()
-
getExclude
final ListProperty<String> getExclude()
-
-
-
-