Package org.infinispan.cli.resources
Class ContainersResource
- java.lang.Object
-
- org.infinispan.cli.resources.AbstractResource
-
- org.infinispan.cli.resources.ContainersResource
-
- All Implemented Interfaces:
Resource
public class ContainersResource extends AbstractResource
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.cli.resources.Resource
Resource.ListFormat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetChild(String name)Returns a resource representing the named childIterable<String>getChildrenNames()Returns an iterable over the children of this resource-
Methods inherited from class org.infinispan.cli.resources.AbstractResource
describe, findAncestor, getChild, getName, getParent, getResource, isLeaf, optionalFindAncestor, printChildren
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getChildrenNames
public Iterable<String> getChildrenNames()
Description copied from interface:ResourceReturns an iterable over the children of this resource- Specified by:
getChildrenNamesin interfaceResource- Overrides:
getChildrenNamesin classAbstractResource
-
-