public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
_visitables| Constructor and Description |
|---|
RootPathsFluentImpl() |
RootPathsFluentImpl(RootPaths instance) |
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(StringBuilder arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(int[] arg1, int arg2, int arg3)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(char[] arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(StringBuffer arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(byte[] arg1, int arg2)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(byte[] arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(char[] arg1, int arg2, int arg3)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(byte[] arg1, int arg2, int arg3)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(byte[] arg1, int arg2, int arg3, int arg4)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addNewPath(String arg1)
addNewPath in interface RootPathsFluent<A extends RootPathsFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.