public class IndexInfoFluentImpl<A extends IndexInfoFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements IndexInfoFluent<A>
| Constructor and Description |
|---|
IndexInfoFluentImpl() |
IndexInfoFluentImpl(IndexInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToMirrors(Collection<String> items) |
A |
addToMirrors(int index,
String item) |
A |
addToMirrors(String... items) |
boolean |
equals(Object o) |
String |
getFirstMirror() |
String |
getLastMirror() |
String |
getMatchingMirror(io.fabric8.docker.api.builder.Predicate<String> predicate) |
String |
getMirror(int index) |
List<String> |
getMirrors() |
String |
getName() |
Boolean |
hasMirrors() |
Boolean |
hasName() |
Boolean |
hasOfficial() |
Boolean |
hasSecure() |
Boolean |
isOfficial() |
Boolean |
isSecure() |
A |
removeAllFromMirrors(Collection<String> items) |
A |
removeFromMirrors(String... items) |
A |
setToMirrors(int index,
String item) |
A |
withMirrors(List<String> Mirrors) |
A |
withMirrors(String... Mirrors) |
A |
withName(String Name) |
A |
withOfficial(Boolean Official) |
A |
withSecure(Boolean Secure) |
public IndexInfoFluentImpl()
public IndexInfoFluentImpl(IndexInfo instance)
public A addToMirrors(int index, String item)
addToMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A setToMirrors(int index, String item)
setToMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A addToMirrors(String... items)
addToMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A addAllToMirrors(Collection<String> items)
addAllToMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A removeFromMirrors(String... items)
removeFromMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A removeAllFromMirrors(Collection<String> items)
removeAllFromMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public List<String> getMirrors()
getMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public String getMirror(int index)
getMirror in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public String getFirstMirror()
getFirstMirror in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public String getLastMirror()
getLastMirror in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public String getMatchingMirror(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingMirror in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A withMirrors(List<String> Mirrors)
withMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A withMirrors(String... Mirrors)
withMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean hasMirrors()
hasMirrors in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public String getName()
getName in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A withName(String Name)
withName in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean hasName()
hasName in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean isOfficial()
isOfficial in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A withOfficial(Boolean Official)
withOfficial in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean hasOfficial()
hasOfficial in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean isSecure()
isSecure in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public A withSecure(Boolean Secure)
withSecure in interface IndexInfoFluent<A extends IndexInfoFluent<A>>public Boolean hasSecure()
hasSecure in interface IndexInfoFluent<A extends IndexInfoFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.