Class 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 Detail

      • DescriptorsPrinter

        public DescriptorsPrinter()
    • 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 interface org.apache.felix.inventory.InventoryPrinter