Class DeletePath
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.DeletePath
-
- All Implemented Interfaces:
WildFlyPackageTask
public class DeletePath extends java.lang.Object implements WildFlyPackageTask
- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.galleon.plugin.WildFlyPackageTask
WildFlyPackageTask.Phase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)java.lang.StringgetPath()WildFlyPackageTask.PhasegetPhase()inthashCode()booleanisIfEmpty()booleanisRecursive()
-
-
-
Method Detail
-
getPhase
public WildFlyPackageTask.Phase getPhase()
- Specified by:
getPhasein interfaceWildFlyPackageTask
-
getPath
public java.lang.String getPath()
-
isRecursive
public boolean isRecursive()
-
isIfEmpty
public boolean isIfEmpty()
-
execute
public void execute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg) throws org.jboss.galleon.ProvisioningException
- Specified by:
executein interfaceWildFlyPackageTask- Throws:
org.jboss.galleon.ProvisioningException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-