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 Modifier and Type Field Description static FormatFormat. HTMLInventory is printed in HTML format.static FormatFormat. JSONInventory is printed in JSON format.static FormatFormat. TEXTInventory is printed in plain text format.Methods in org.apache.felix.inventory that return Format Modifier and Type Method Description static FormatFormat. valueOf(String format)Converts the givenformatstring into an instance of this class.Methods in org.apache.felix.inventory with parameters of type Format Modifier and Type Method Description voidInventoryPrinter. print(PrintWriter printWriter, Format format, boolean isZip)Prints the configuration report to the givenprintWriter.
-