Uses of Class
org.apache.felix.inventory.Format

Uses of Format in org.apache.felix.inventory
 

Fields in org.apache.felix.inventory declared as Format
static Format Format.HTML
          Inventory is printed in HTML format.
static Format Format.JSON
          Inventory is printed in JSON format.
static Format Format.TEXT
          Inventory is printed in plain text format.
 

Methods in org.apache.felix.inventory that return Format
static Format Format.valueOf(java.lang.String format)
          Converts the given format string into an instance of this class.
 

Methods in org.apache.felix.inventory with parameters of type Format
 void InventoryPrinter.print(java.io.PrintWriter printWriter, Format format, boolean isZip)
          Prints the configuration report to the given printWriter.
 



Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.