public class ImageSourceFluentImpl<A extends ImageSourceFluent<A>> extends BaseFluent<A> implements ImageSourceFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
ImageSourceFluentImpl.FromNestedImpl<N> |
class |
ImageSourceFluentImpl.PathsNestedImpl<N> |
class |
ImageSourceFluentImpl.PullSecretNestedImpl<N> |
ImageSourceFluent.FromNested<N>, ImageSourceFluent.PathsNested<N>, ImageSourceFluent.PullSecretNested<N>
_visitables
Constructor and Description |
---|
ImageSourceFluentImpl() |
ImageSourceFluentImpl(ImageSource instance) |
public ImageSourceFluentImpl()
public ImageSourceFluentImpl(ImageSource instance)
public A addToAs(int index, java.lang.String item)
addToAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A setToAs(int index, java.lang.String item)
setToAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addToAs(java.lang.String... items)
addToAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addAllToAs(java.util.Collection<java.lang.String> items)
addAllToAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A removeFromAs(java.lang.String... items)
removeFromAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A removeAllFromAs(java.util.Collection<java.lang.String> items)
removeAllFromAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.util.List<java.lang.String> getAs()
getAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.String getA(int index)
getA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.String getFirstA()
getFirstA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.String getLastA()
getLastA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.String getMatchingA(Predicate<java.lang.String> predicate)
getMatchingA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasMatchingA(Predicate<java.lang.String> predicate)
hasMatchingA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withAs(java.util.List<java.lang.String> as)
withAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withAs(java.lang.String... as)
withAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasAs()
hasAs
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addNewA(java.lang.String arg1)
addNewA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addNewA(java.lang.StringBuilder arg1)
addNewA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addNewA(java.lang.StringBuffer arg1)
addNewA
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
@Deprecated public ObjectReference getFrom()
getFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ObjectReference buildFrom()
buildFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withFrom(ObjectReference from)
withFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasFrom()
hasFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.FromNested<A> withNewFrom()
withNewFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.FromNested<A> withNewFromLike(ObjectReference item)
withNewFromLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.FromNested<A> editFrom()
editFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.FromNested<A> editOrNewFrom()
editOrNewFrom
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.FromNested<A> editOrNewFromLike(ObjectReference item)
editOrNewFromLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addToPaths(int index, ImageSourcePath item)
addToPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A setToPaths(int index, ImageSourcePath item)
setToPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addToPaths(ImageSourcePath... items)
addToPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addAllToPaths(java.util.Collection<ImageSourcePath> items)
addAllToPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A removeFromPaths(ImageSourcePath... items)
removeFromPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A removeAllFromPaths(java.util.Collection<ImageSourcePath> items)
removeAllFromPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
@Deprecated public java.util.List<ImageSourcePath> getPaths()
getPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.util.List<ImageSourcePath> buildPaths()
buildPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourcePath buildPath(int index)
buildPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourcePath buildFirstPath()
buildFirstPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourcePath buildLastPath()
buildLastPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourcePath buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
buildMatchingPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
hasMatchingPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withPaths(java.util.List<ImageSourcePath> paths)
withPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withPaths(ImageSourcePath... paths)
withPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasPaths()
hasPaths
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A addNewPath(java.lang.String destinationDir, java.lang.String sourcePath)
addNewPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> addNewPath()
addNewPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> addNewPathLike(ImageSourcePath item)
addNewPathLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> setNewPathLike(int index, ImageSourcePath item)
setNewPathLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> editPath(int index)
editPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> editFirstPath()
editFirstPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> editLastPath()
editLastPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PathsNested<A> editMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
editMatchingPath
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
@Deprecated public LocalObjectReference getPullSecret()
getPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public LocalObjectReference buildPullSecret()
buildPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withPullSecret(LocalObjectReference pullSecret)
withPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public java.lang.Boolean hasPullSecret()
hasPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public A withNewPullSecret(java.lang.String name)
withNewPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PullSecretNested<A> withNewPullSecret()
withNewPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PullSecretNested<A> withNewPullSecretLike(LocalObjectReference item)
withNewPullSecretLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PullSecretNested<A> editPullSecret()
editPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecret()
editOrNewPullSecret
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecretLike(LocalObjectReference item)
editOrNewPullSecretLike
in interface ImageSourceFluent<A extends ImageSourceFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.