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 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 Modifier and Type Method Description static Format
Format. valueOf(String format)
Converts the givenformat
string into an instance of this class.Methods in org.apache.felix.inventory with parameters of type Format Modifier and Type Method Description void
InventoryPrinter. print(PrintWriter printWriter, Format format, boolean isZip)
Prints the configuration report to the givenprintWriter
.
-