Class FilePermissions
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.FilePermissions
-
- All Implemented Interfaces:
WildFlyPackageTask
public class FilePermissions 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
-
-
Constructor Summary
Constructors Constructor Description FilePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFilePermissions(FilePermission filePermission)voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)WildFlyPackageTask.PhasegetPhase()voidsetPhase(java.lang.String phase)
-
-
-
Method Detail
-
setPhase
public void setPhase(java.lang.String phase)
-
addFilePermissions
public void addFilePermissions(FilePermission filePermission)
-
getPhase
public WildFlyPackageTask.Phase getPhase()
- Specified by:
getPhasein interfaceWildFlyPackageTask
-
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
-
-