public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
RootPathsFluentImpl() |
RootPathsFluentImpl(RootPaths instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPaths(Collection<String> items) |
A |
addNewPath(String arg0) |
A |
addToPaths(Integer index,
String item) |
A |
addToPaths(String... items) |
boolean |
equals(Object o) |
String |
getFirstPath() |
String |
getLastPath() |
String |
getMatchingPath(Predicate<String> predicate) |
String |
getPath(Integer index) |
List<String> |
getPaths() |
int |
hashCode() |
Boolean |
hasMatchingPath(Predicate<String> predicate) |
Boolean |
hasPaths() |
A |
removeAllFromPaths(Collection<String> items) |
A |
removeFromPaths(String... items) |
A |
setToPaths(Integer index,
String item) |
A |
withPaths(List<String> paths) |
A |
withPaths(String... paths) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public A addToPaths(Integer index, String item)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A setToPaths(Integer index, String item)
setToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addToPaths(String... items)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addAllToPaths(Collection<String> items)
addAllToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromPaths(String... items)
removeFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeAllFromPaths(Collection<String> items)
removeAllFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public List<String> getPaths()
getPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getPath(Integer index)
getPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getFirstPath()
getFirstPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getLastPath()
getLastPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getMatchingPath(Predicate<String> predicate)
getMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public Boolean hasMatchingPath(Predicate<String> predicate)
hasMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(List<String> paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(String... paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public Boolean hasPaths()
hasPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(String arg0)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.