org.apache.sling.commons.scheduler.impl
Class WebConsolePrinter
java.lang.Object
org.apache.sling.commons.scheduler.impl.WebConsolePrinter
public class WebConsolePrinter
- extends java.lang.Object
This is a configuration printer for the web console which
prints out the current configuration/status.
Method Summary |
static void |
destroyPlugin(org.osgi.framework.ServiceRegistration plugin)
|
static org.osgi.framework.ServiceRegistration |
initPlugin(org.osgi.framework.BundleContext bundleContext,
QuartzScheduler qs)
|
void |
printConfiguration(java.io.PrintWriter pw)
Print out the configuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebConsolePrinter
public WebConsolePrinter(QuartzScheduler qs)
initPlugin
public static org.osgi.framework.ServiceRegistration initPlugin(org.osgi.framework.BundleContext bundleContext,
QuartzScheduler qs)
destroyPlugin
public static void destroyPlugin(org.osgi.framework.ServiceRegistration plugin)
printConfiguration
public void printConfiguration(java.io.PrintWriter pw)
- Print out the configuration
- See Also:
org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.