Package org.infinispan.cli.resources
Class TasksResource
java.lang.Object
org.infinispan.cli.resources.AbstractResource
org.infinispan.cli.resources.TasksResource
- All Implemented Interfaces:
Resource
- Since:
- 10.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.cli.resources.Resource
Resource.ListFormat -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.cli.resources.AbstractResource
findAncestor, getChild, getName, getParent, getResource, isLeaf, optionalFindAncestor, printChildren
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
TasksResource
-
-
Method Details
-
getChildrenNames
Description copied from interface:ResourceReturns an iterable over the children of this resource- Specified by:
getChildrenNamesin interfaceResource- Overrides:
getChildrenNamesin classAbstractResource- Throws:
IOException
-
getChild
Description copied from interface:ResourceReturns a resource representing the named child- Specified by:
getChildin interfaceResource- Overrides:
getChildin classAbstractResource- Throws:
IOException
-
describe
Description copied from interface:ResourceReturns a textual representation of this resource- Specified by:
describein interfaceResource- Overrides:
describein classAbstractResource
-