Class ContentPackageHandler
- java.lang.Object
-
- org.apache.sling.feature.launcher.impl.extensions.handlers.ContentPackageHandler
-
- All Implemented Interfaces:
ExtensionHandler
public class ContentPackageHandler extends Object implements ExtensionHandler
-
-
Constructor Summary
Constructors Constructor Description ContentPackageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandle(ExtensionContext context, org.apache.sling.feature.Extension extension)Try to handle the extension.
-
-
-
Method Detail
-
handle
public boolean handle(ExtensionContext context, org.apache.sling.feature.Extension extension) throws IOException
Description copied from interface:ExtensionHandlerTry to handle the extension. As soon as a handler returnstrue, no other handler is invoked for this extension.- Specified by:
handlein interfaceExtensionHandler- Parameters:
context- Context for the handlerextension- The feature model extension- Returns:
trueif the handler handled the extension.- Throws:
IOException
-
-