public class ContextFluentImpl<A extends ContextFluent<A>> extends BaseFluent<A> implements ContextFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ContextFluentImpl.ExtensionsNestedImpl<N> |
ContextFluent.ExtensionsNested<N>_visitables| Constructor and Description |
|---|
ContextFluentImpl() |
ContextFluentImpl(Context instance) |
public ContextFluentImpl()
public ContextFluentImpl(Context instance)
public java.lang.String getCluster()
getCluster in interface ContextFluent<A extends ContextFluent<A>>public A withCluster(java.lang.String cluster)
withCluster in interface ContextFluent<A extends ContextFluent<A>>public java.lang.Boolean hasCluster()
hasCluster in interface ContextFluent<A extends ContextFluent<A>>public A withNewCluster(java.lang.String arg1)
withNewCluster in interface ContextFluent<A extends ContextFluent<A>>public A withNewCluster(java.lang.StringBuilder arg1)
withNewCluster in interface ContextFluent<A extends ContextFluent<A>>public A withNewCluster(java.lang.StringBuffer arg1)
withNewCluster in interface ContextFluent<A extends ContextFluent<A>>public A addToExtensions(int index, NamedExtension item)
addToExtensions in interface ContextFluent<A extends ContextFluent<A>>public A setToExtensions(int index, NamedExtension item)
setToExtensions in interface ContextFluent<A extends ContextFluent<A>>public A addToExtensions(NamedExtension... items)
addToExtensions in interface ContextFluent<A extends ContextFluent<A>>public A addAllToExtensions(java.util.Collection<NamedExtension> items)
addAllToExtensions in interface ContextFluent<A extends ContextFluent<A>>public A removeFromExtensions(NamedExtension... items)
removeFromExtensions in interface ContextFluent<A extends ContextFluent<A>>public A removeAllFromExtensions(java.util.Collection<NamedExtension> items)
removeAllFromExtensions in interface ContextFluent<A extends ContextFluent<A>>@Deprecated public java.util.List<NamedExtension> getExtensions()
getExtensions in interface ContextFluent<A extends ContextFluent<A>>public java.util.List<NamedExtension> buildExtensions()
buildExtensions in interface ContextFluent<A extends ContextFluent<A>>public NamedExtension buildExtension(int index)
buildExtension in interface ContextFluent<A extends ContextFluent<A>>public NamedExtension buildFirstExtension()
buildFirstExtension in interface ContextFluent<A extends ContextFluent<A>>public NamedExtension buildLastExtension()
buildLastExtension in interface ContextFluent<A extends ContextFluent<A>>public NamedExtension buildMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
buildMatchingExtension in interface ContextFluent<A extends ContextFluent<A>>public java.lang.Boolean hasMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
hasMatchingExtension in interface ContextFluent<A extends ContextFluent<A>>public A withExtensions(java.util.List<NamedExtension> extensions)
withExtensions in interface ContextFluent<A extends ContextFluent<A>>public A withExtensions(NamedExtension... extensions)
withExtensions in interface ContextFluent<A extends ContextFluent<A>>public java.lang.Boolean hasExtensions()
hasExtensions in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> addNewExtension()
addNewExtension in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> addNewExtensionLike(NamedExtension item)
addNewExtensionLike in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> setNewExtensionLike(int index, NamedExtension item)
setNewExtensionLike in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> editExtension(int index)
editExtension in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> editFirstExtension()
editFirstExtension in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> editLastExtension()
editLastExtension in interface ContextFluent<A extends ContextFluent<A>>public ContextFluent.ExtensionsNested<A> editMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
editMatchingExtension in interface ContextFluent<A extends ContextFluent<A>>public java.lang.String getNamespace()
getNamespace in interface ContextFluent<A extends ContextFluent<A>>public A withNamespace(java.lang.String namespace)
withNamespace in interface ContextFluent<A extends ContextFluent<A>>public java.lang.Boolean hasNamespace()
hasNamespace in interface ContextFluent<A extends ContextFluent<A>>public A withNewNamespace(java.lang.String arg1)
withNewNamespace in interface ContextFluent<A extends ContextFluent<A>>public A withNewNamespace(java.lang.StringBuilder arg1)
withNewNamespace in interface ContextFluent<A extends ContextFluent<A>>public A withNewNamespace(java.lang.StringBuffer arg1)
withNewNamespace in interface ContextFluent<A extends ContextFluent<A>>public java.lang.String getUser()
getUser in interface ContextFluent<A extends ContextFluent<A>>public A withUser(java.lang.String user)
withUser in interface ContextFluent<A extends ContextFluent<A>>public java.lang.Boolean hasUser()
hasUser in interface ContextFluent<A extends ContextFluent<A>>public A withNewUser(java.lang.String arg1)
withNewUser in interface ContextFluent<A extends ContextFluent<A>>public A withNewUser(java.lang.StringBuilder arg1)
withNewUser in interface ContextFluent<A extends ContextFluent<A>>public A withNewUser(java.lang.StringBuffer arg1)
withNewUser in interface ContextFluent<A extends ContextFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.