A F H I J N O P S T V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAttachments(ZipOutputStream, String) - Method in interface org.apache.felix.inventory.ZipAttachmentProvider
-
Add attachments to the zip output stream.
F
- Format - Class in org.apache.felix.inventory
-
Java 1.4 compatible enumeration of formats used for inventory printing.
- FORMAT - Static variable in interface org.apache.felix.inventory.InventoryPrinter
-
The property defining one or more supported formats.
H
- HTML - Static variable in class org.apache.felix.inventory.Format
-
Inventory is printed in HTML format.
I
- InventoryPrinter - Interface in org.apache.felix.inventory
-
The
InventoryPrinter
is a service interface to be implemented by providers which want to hook into the display of the current configuration and state of the OSGi framework and application.
J
- JSON - Static variable in class org.apache.felix.inventory.Format
-
Inventory is printed in JSON format.
N
- NAME - Static variable in interface org.apache.felix.inventory.InventoryPrinter
-
The unique name (or label) of the printer.
O
- org.apache.felix.inventory - package org.apache.felix.inventory
-
The
org.apache.felix.inventory
package exposes the API for the Apache Felix Inventory Printer Framework.
P
- print(PrintWriter, Format, boolean) - Method in interface org.apache.felix.inventory.InventoryPrinter
-
Prints the configuration report to the given
printWriter
.
S
- SERVICE - Static variable in interface org.apache.felix.inventory.InventoryPrinter
-
The service name under which services of this class must be registered to be picked for inclusion in the configuration report.
T
- TEXT - Static variable in class org.apache.felix.inventory.Format
-
Inventory is printed in plain text format.
- TITLE - Static variable in interface org.apache.felix.inventory.InventoryPrinter
-
The title displayed by tools when this printer is used.
- toString() - Method in class org.apache.felix.inventory.Format
-
Returns the string value of this format.
V
- valueOf(String) - Static method in class org.apache.felix.inventory.Format
-
Converts the given
format
string into an instance of this class.
W
- WEBCONSOLE - Static variable in interface org.apache.felix.inventory.InventoryPrinter
-
The inventory printer feature has first class integration with the Apache Felix Web Console.
Z
- ZipAttachmentProvider - Interface in org.apache.felix.inventory
-
This is an optional extension of the
InventoryPrinter
.
All Classes All Packages