Class NodeResource

java.lang.Object
org.infinispan.cli.resources.AbstractResource
org.infinispan.cli.resources.NodeResource
All Implemented Interfaces:
Resource

public class NodeResource extends AbstractResource
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>
  • Constructor Details

  • Method Details

    • isLeaf

      public boolean isLeaf()
      Description copied from interface: Resource
      Returns whether this resource is a leaf resource (i.e. it has no children, or the children are not navigable)
      Specified by:
      isLeaf in interface Resource
      Overrides:
      isLeaf in class AbstractResource