Package org.infinispan.cli.resources
Class ClusterResource
java.lang.Object
org.infinispan.cli.resources.AbstractResource
org.infinispan.cli.resources.ClusterResource
- All Implemented Interfaces:
Resource
- 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 -
Field Summary
-
Method Summary
Methods inherited from class org.infinispan.cli.resources.AbstractResource
describe, findAncestor, getChild, getName, getParent, getResource, isLeaf, optionalFindAncestor, printChildren
-
Method Details
-
getChildrenNames
Description copied from interface:ResourceReturns an iterable over the children of this resource- Specified by:
getChildrenNamesin interfaceResource- Overrides:
getChildrenNamesin classAbstractResource
-
getChild
Description copied from interface:ResourceReturns a resource representing the named child- Specified by:
getChildin interfaceResource- Overrides:
getChildin classAbstractResource
-