Class SitemapInventoryPlugin
- java.lang.Object
-
- org.apache.sling.sitemap.impl.console.SitemapInventoryPlugin
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
public class SitemapInventoryPlugin extends Object implements org.apache.felix.inventory.InventoryPrinter
-
-
Constructor Summary
Constructors Constructor Description SitemapInventoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext bundleContext)
void
print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext)
-
print
public void print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
- Specified by:
print
in interfaceorg.apache.felix.inventory.InventoryPrinter
-
-