Class InventoryPlugin
java.lang.Object
org.apache.sling.event.impl.jobs.console.InventoryPlugin
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
This is a inventory plugin displaying the active queues, some statistics
and the configurations.
- Since:
- 3.2
-
Field Summary
Fields inherited from interface org.apache.felix.inventory.InventoryPrinter
FORMAT, NAME, SERVICE, TITLE, WEBCONSOLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
-
Constructor Details
-
InventoryPlugin
public InventoryPlugin()
-
-
Method Details
-
print
- Specified by:
print
in interfaceorg.apache.felix.inventory.InventoryPrinter
- See Also:
-
InventoryPrinter.print(java.io.PrintWriter, org.apache.felix.inventory.Format, boolean)
-