Package org.wildfly.galleon.plugin
Interface WildFlyPackageTask
-
- All Known Implementing Classes:
CopyArtifact,CopyPath,DeletePath,ExampleFpConfigs,FileAppender,FilePermissions,XmlMerge,XslTransform
public interface WildFlyPackageTask- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWildFlyPackageTask.Phase
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)default WildFlyPackageTask.PhasegetPhase()
-
-
-
Method Detail
-
getPhase
default WildFlyPackageTask.Phase getPhase()
-
execute
void execute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg) throws org.jboss.galleon.ProvisioningException
- Throws:
org.jboss.galleon.ProvisioningException
-
-