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(Collection<String> items) |
A |
addNewPath(String arg1) |
A |
addNewPath(StringBuffer arg1) |
A |
addNewPath(StringBuilder arg1) |
A |
addToPaths(int index,
String item) |
A |
addToPaths(String... items) |
boolean |
equals(Object o) |
String |
getFirstPath() |
String |
getLastPath() |
String |
getMatchingPath(Predicate<String> predicate) |
String |
getPath(int index) |
List<String> |
getPaths() |
int |
hashCode() |
Boolean |
hasMatchingPath(Predicate<String> predicate) |
Boolean |
hasPaths() |
A |
removeAllFromPaths(Collection<String> items) |
A |
removeFromPaths(String... items) |
A |
setToPaths(int index,
String item) |
A |
withPaths(List<String> paths) |
A |
withPaths(String... paths) |
public RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public A addToPaths(int index, String item)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A setToPaths(int 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(int 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 arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(StringBuilder arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(StringBuffer arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.