public class GeneratorConfigFluentImpl<A extends GeneratorConfigFluent<A>> extends ConfigurationFluentImpl<A> implements GeneratorConfigFluent<A>
_visitables| Constructor and Description |
|---|
GeneratorConfigFluentImpl() |
GeneratorConfigFluentImpl(GeneratorConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectpublic GeneratorConfigFluentImpl()
public GeneratorConfigFluentImpl(GeneratorConfig instance)
public String getInputPath()
getInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withInputPath(String inputPath)
withInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public Boolean hasInputPath()
hasInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewInputPath(String arg1)
withNewInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewInputPath(StringBuilder arg1)
withNewInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewInputPath(StringBuffer arg1)
withNewInputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public String getOutputPath()
getOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withOutputPath(String outputPath)
withOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public Boolean hasOutputPath()
hasOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewOutputPath(String arg1)
withNewOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewOutputPath(StringBuilder arg1)
withNewOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public A withNewOutputPath(StringBuffer arg1)
withNewOutputPath in interface GeneratorConfigFluent<A extends GeneratorConfigFluent<A>>public boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends GeneratorConfigFluent<A>>Copyright © 2018–2019 Red Hat. All rights reserved.