org.apache.felix.webconsole.internal.misc
Class ConfigurationPrinterAdapter
java.lang.Object
org.apache.felix.webconsole.internal.misc.ConfigurationPrinterAdapter
public class ConfigurationPrinterAdapter
- extends Object
Helper class for a configuration printer.
title
public String title
label
public String label
createAdapter
public static ConfigurationPrinterAdapter createAdapter(Object service,
ServiceReference ref)
match
public boolean match(String mode)
escapeHtml
public boolean escapeHtml()
printConfiguration
public final void printConfiguration(PrintWriter pw,
String mode)
getAttachments
public URL[] getAttachments(String mode)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
invoke
protected Object invoke(Method m,
Object[] args)
- Invoke the method on the printer with the arguments.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.