public interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Modifier and Type | Method and Description |
|---|---|
String |
getInputPath() |
String |
getOutputPath() |
Boolean |
hasInputPath() |
Boolean |
hasOutputPath() |
A |
withInputPath(String inputPath) |
A |
withNewInputPath(String arg0)
Deprecated.
|
A |
withNewOutputPath(String arg0)
Deprecated.
|
A |
withOutputPath(String outputPath) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectString getInputPath()
Boolean hasInputPath()
@Deprecated A withNewInputPath(String arg0)
String getOutputPath()
Boolean hasOutputPath()
@Deprecated A withNewOutputPath(String arg0)
Copyright © 2018–2021 Red Hat. All rights reserved.