Class InputCompositeURI
-
- All Implemented Interfaces:
-
org.gradle.api.Named
public final class InputCompositeURI extends InputDefinition
-
-
Constructor Summary
Constructors Constructor Description InputCompositeURI(String name, Project project)
-
Method Summary
Modifier and Type Method Description final Property<URI>getUri()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
-
InputCompositeURI
InputCompositeURI(String name, Project project)
-
-
Method Detail
-
getPointer
final Property<String> getPointer()
-
getInclude
final ListProperty<String> getInclude()
-
getExclude
final ListProperty<String> getExclude()
-
-
-
-