Class InventoryPlugin
- java.lang.Object
-
- org.apache.sling.event.impl.jobs.console.InventoryPlugin
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
public class InventoryPlugin extends Object implements org.apache.felix.inventory.InventoryPrinter
This is a inventory plugin displaying the active queues, some statistics and the configurations.- Since:
- 3.2
-
-
Constructor Summary
Constructors Constructor Description InventoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
-
-
-
Method Detail
-
print
public void print(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
- Specified by:
print
in interfaceorg.apache.felix.inventory.InventoryPrinter
- See Also:
InventoryPrinter.print(java.io.PrintWriter, org.apache.felix.inventory.Format, boolean)
-
-