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 |
addToPaths(String... items) |
boolean |
equals(Object o) |
List<String> |
getPaths() |
A |
removeFromPaths(String... items) |
A |
withPaths(List<String> paths) |
A |
withPaths(String... paths) |
public RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public A addToPaths(String... items)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromPaths(String... items)
removeFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public List<String> getPaths()
getPaths 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>>Copyright © 2011–2016 Red Hat. All rights reserved.