@Service(value=org.apache.felix.webconsole.ConfigurationPrinter.class)
@Properties(value={@Property(name="service.description",value="JCR Descriptors Configuration Printer"),@Property(name="service.vendor",value="The Apache Software Foundation")})
public class DescriptorsConfigurationPrinter
extends Object
implements org.apache.felix.webconsole.ConfigurationPrinter
| Constructor and Description |
|---|
DescriptorsConfigurationPrinter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Get the title of the configuration status page.
|
void |
printConfiguration(PrintWriter pw)
Output a list of repository descriptors.
|
public String getTitle()
getTitle in interface org.apache.felix.webconsole.ConfigurationPrinterpublic void printConfiguration(PrintWriter pw)
printConfiguration in interface org.apache.felix.webconsole.ConfigurationPrinterpw - a PrintWriterCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.