Class NodeTypeConfigurationPrinter
- java.lang.Object
-
- org.apache.sling.jcr.webconsole.internal.NodeTypeConfigurationPrinter
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
public class NodeTypeConfigurationPrinter extends Object implements org.apache.felix.inventory.InventoryPrinter
A Felix WebConsole ConfigurationPrinter which outputs the current JCR nodetypes.
-
-
Constructor Summary
Constructors Constructor Description NodeTypeConfigurationPrinter()
-
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
-
-