public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
_visitables| Constructor and Description |
|---|
RootPathsFluentImpl() |
RootPathsFluentImpl(RootPaths instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPaths(java.util.Collection<java.lang.String> items) |
A |
addNewPath(java.lang.String arg1) |
A |
addNewPath(java.lang.StringBuffer arg1) |
A |
addNewPath(java.lang.StringBuilder arg1) |
A |
addToPaths(int index,
java.lang.String item) |
A |
addToPaths(java.lang.String... items) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstPath() |
java.lang.String |
getLastPath() |
java.lang.String |
getMatchingPath(Predicate<java.lang.String> predicate) |
java.lang.String |
getPath(int index) |
java.util.List<java.lang.String> |
getPaths() |
java.lang.Boolean |
hasMatchingPath(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasPaths() |
A |
removeAllFromPaths(java.util.Collection<java.lang.String> items) |
A |
removeFromPaths(java.lang.String... items) |
A |
setToPaths(int index,
java.lang.String item) |
A |
withPaths(java.util.List<java.lang.String> paths) |
A |
withPaths(java.lang.String... paths) |
public RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public A addToPaths(int index, java.lang.String item)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A setToPaths(int index, java.lang.String item)
setToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addToPaths(java.lang.String... items)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addAllToPaths(java.util.Collection<java.lang.String> items)
addAllToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromPaths(java.lang.String... items)
removeFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeAllFromPaths(java.util.Collection<java.lang.String> items)
removeAllFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.util.List<java.lang.String> getPaths()
getPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.String getPath(int index)
getPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.String getFirstPath()
getFirstPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.String getLastPath()
getLastPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.String getMatchingPath(Predicate<java.lang.String> predicate)
getMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.Boolean hasMatchingPath(Predicate<java.lang.String> predicate)
hasMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(java.util.List<java.lang.String> paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(java.lang.String... paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public java.lang.Boolean hasPaths()
hasPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(java.lang.String arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(java.lang.StringBuilder arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(java.lang.StringBuffer arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.