org.apache.felix.webconsole.internal.core
Class PermissionsConfigurationPrinter
java.lang.Object
org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
org.apache.felix.webconsole.internal.core.PermissionsConfigurationPrinter
- All Implemented Interfaces:
- ConfigurationPrinter, OsgiManagerPlugin
public final class PermissionsConfigurationPrinter
- extends AbstractConfigurationPrinter
PermissionsPrinter reads the given permissions from PermissionAdmin and
ConditionalPermissionAdmin and prints them.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionsConfigurationPrinter
public PermissionsConfigurationPrinter()
getTitle
public final String getTitle()
- Description copied from interface:
ConfigurationPrinter
- Returns a human readable title string to be placed in front of the configuration
report generated by the
ConfigurationPrinter.printConfiguration(PrintWriter)
method.
- Returns:
- the configuration title
- See Also:
ConfigurationPrinter.getTitle()
printConfiguration
public final void printConfiguration(PrintWriter pw)
- Description copied from interface:
ConfigurationPrinter
- Prints the configuration report to the given
printWriter
.
Implementations are free to print whatever information they deem useful.
- Parameters:
pw
- where to write the configuration data. It might be flushed,
but must not be closed.- See Also:
ConfigurationPrinter.printConfiguration(java.io.PrintWriter)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.