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 arg1) |
A |
withNewInputPath(StringBuffer arg1) |
A |
withNewInputPath(StringBuilder arg1) |
A |
withNewOutputPath(String arg1) |
A |
withNewOutputPath(StringBuffer arg1) |
A |
withNewOutputPath(StringBuilder arg1) |
A |
withOutputPath(String outputPath) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectString getInputPath()
Boolean hasInputPath()
A withNewInputPath(StringBuilder arg1)
A withNewInputPath(StringBuffer arg1)
String getOutputPath()
Boolean hasOutputPath()
A withNewOutputPath(StringBuilder arg1)
A withNewOutputPath(StringBuffer arg1)
Copyright © 2018–2020 Red Hat. All rights reserved.