Class NamespacesPrinter

  • All Implemented Interfaces:
    org.apache.felix.inventory.InventoryPrinter

    public class NamespacesPrinter
    extends Object
    implements org.apache.felix.inventory.InventoryPrinter
    A Felix WebConsole ConfigurationPrinter which outputs the current JCR namespace mappings.
    • Constructor Detail

      • NamespacesPrinter

        public NamespacesPrinter()
    • Method Detail

      • print

        public void print​(PrintWriter printWriter,
                          org.apache.felix.inventory.Format format,
                          boolean isZip)
        Output a list of namespace prefixes and URIs from the NamespaceRegistry.
        Specified by:
        print in interface org.apache.felix.inventory.InventoryPrinter