Class DescriptorsPrinter
- java.lang.Object
-
- org.apache.sling.jcr.webconsole.internal.DescriptorsPrinter
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
public class DescriptorsPrinter extends Object implements org.apache.felix.inventory.InventoryPrinter
A Felix WebConsole ConfigurationPrinter which outputs the current JCR repository descriptors.
-
-
Constructor Summary
Constructors Constructor Description DescriptorsPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
Output a list of repository descriptors.
-
-
-
Method Detail
-
print
public void print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
Output a list of repository descriptors.- Specified by:
print
in interfaceorg.apache.felix.inventory.InventoryPrinter
-
-