public class GeneratorConfigFluentImpl<A extends GeneratorConfigFluent<A>> extends ConfigurationFluentImpl<A> implements GeneratorConfigFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
GeneratorConfigFluentImpl() |
GeneratorConfigFluentImpl(GeneratorConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getInputPath() |
String |
getOutputPath() |
int |
hashCode() |
Boolean |
hasInputPath() |
Boolean |
hasOutputPath() |
String |
toString() |
A |
withInputPath(String inputPath) |
A |
withOutputPath(String outputPath) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, 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 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 boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends GeneratorConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluentImpl<A extends GeneratorConfigFluent<A>>public String toString()
toString in class ConfigurationFluentImpl<A extends GeneratorConfigFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.