Class UnpackArchiveExtensionHandler
- java.lang.Object
-
- org.apache.sling.feature.extension.unpack.impl.installer.UnpackArchiveExtensionHandler
-
- All Implemented Interfaces:
org.apache.sling.feature.spi.context.ExtensionHandler
public class UnpackArchiveExtensionHandler extends Object implements org.apache.sling.feature.spi.context.ExtensionHandler
-
-
Constructor Summary
Constructors Constructor Description UnpackArchiveExtensionHandler(org.osgi.framework.BundleContext bc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(org.apache.sling.feature.spi.context.ExtensionHandlerContext context, org.apache.sling.feature.Extension extension, org.apache.sling.feature.Feature feature)
-
-
-
Method Detail
-
handle
public boolean handle(org.apache.sling.feature.spi.context.ExtensionHandlerContext context, org.apache.sling.feature.Extension extension, org.apache.sling.feature.Feature feature) throws Exception
- Specified by:
handle
in interfaceorg.apache.sling.feature.spi.context.ExtensionHandler
- Throws:
Exception
-
-