Package org.infinispan.cli.resources
Class NodeResource
java.lang.Object
org.infinispan.cli.resources.AbstractResource
org.infinispan.cli.resources.NodeResource
- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLeaf()Returns whether this resource is a leaf resource (i.e.Methods inherited from class org.infinispan.cli.resources.AbstractResource
describe, findAncestor, getChild, getChild, getChildrenNames, getName, getParent, getResource, optionalFindAncestor, printChildren
-
Constructor Details
-
NodeResource
-
-
Method Details
-
isLeaf
public boolean isLeaf()Description copied from interface:ResourceReturns whether this resource is a leaf resource (i.e. it has no children, or the children are not navigable)- Specified by:
isLeafin interfaceResource- Overrides:
isLeafin classAbstractResource
-