public interface RootPathsFluent<A extends RootPathsFluent<A>> extends Fluent<A>
| 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) |
String |
getFirstPath() |
String |
getLastPath() |
String |
getMatchingPath(Predicate<String> predicate) |
String |
getPath(Integer index) |
List<String> |
getPaths() |
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) |
A addAllToPaths(Collection<String> items)
A removeAllFromPaths(Collection<String> items)
String getFirstPath()
String getLastPath()
Boolean hasPaths()
Copyright © 2015–2020 Red Hat. All rights reserved.