|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationPrinter
The ConfigurationPrinter is a service interface to be used by
providers which want to hook into the display of the current configuration
of the OSGi framework.
| Field Summary | |
|---|---|
static String |
SERVICE
The service name under which services of this class must be registered to be picked for inclusion in the configuration report. |
| Method Summary | |
|---|---|
String |
getTitle()
Returns a human readable title string to be place in front of the configuration report generated by the printConfiguration(PrintWriter) method. |
void |
printConfiguration(PrintWriter printWriter)
Prints the configuration report to the given printWriter. |
| Field Detail |
|---|
static final String SERVICE
| Method Detail |
|---|
String getTitle()
printConfiguration(PrintWriter) method.
void printConfiguration(PrintWriter printWriter)
printWriter.
Implementations are free to print whatever information they deem useful.
The printWriter may be flushed but must not be closed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||