public class ApplicationConfigFluent<A extends ApplicationConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
ApplicationConfigFluent() |
ApplicationConfigFluent(ApplicationConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(ApplicationConfig instance) |
boolean |
equals(Object o) |
String |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getResource() |
String |
getVersion() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasName() |
boolean |
hasResource() |
boolean |
hasVersion() |
String |
toString() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withResource(String resource) |
A |
withVersion(String version) |
addToAttributes, addToAttributes, buildProject, copyInstance, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic ApplicationConfigFluent()
public ApplicationConfigFluent(ApplicationConfig instance)
protected void copyInstance(ApplicationConfig instance)
public String getResource()
public boolean hasResource()
public String getKind()
public boolean hasKind()
public String getName()
public boolean hasName()
public String getGroup()
public boolean hasGroup()
public String getVersion()
public boolean hasVersion()
public boolean equals(Object o)
equals in class ConfigurationFluent<A extends ApplicationConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluent<A extends ApplicationConfigFluent<A>>public String toString()
toString in class ConfigurationFluent<A extends ApplicationConfigFluent<A>>Copyright © 2018–2024 Red Hat. All rights reserved.