Package org.wildfly.galleon.plugin
Class WfCliPlugin
- java.lang.Object
-
- org.wildfly.galleon.plugin.WfCliPlugin
-
- All Implemented Interfaces:
org.jboss.galleon.plugin.CliPlugin,org.jboss.galleon.plugin.ProvisioningPlugin
public class WfCliPlugin extends java.lang.Object implements org.jboss.galleon.plugin.CliPlugin- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description WfCliPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.galleon.plugin.CliPlugin.CustomPackageContenthandlePackageContent(org.jboss.galleon.runtime.PackageRuntime pkg)
-
-
-
Method Detail
-
handlePackageContent
public org.jboss.galleon.plugin.CliPlugin.CustomPackageContent handlePackageContent(org.jboss.galleon.runtime.PackageRuntime pkg) throws org.jboss.galleon.ProvisioningException, org.jboss.galleon.ProvisioningDescriptionException, java.io.IOException- Specified by:
handlePackageContentin interfaceorg.jboss.galleon.plugin.CliPlugin- Throws:
org.jboss.galleon.ProvisioningExceptionorg.jboss.galleon.ProvisioningDescriptionExceptionjava.io.IOException
-
-