Class CopyPath
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.CopyPath
-
- All Implemented Interfaces:
WildFlyPackageTask
public class CopyPath 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 CopyPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)java.lang.StringgetSrc()java.lang.StringgetTarget()booleanisReplaceProperties()voidsetRelativeTo(java.lang.String relativeTo)voidsetReplaceProperties(boolean replaceProperties)voidsetSrc(java.lang.String src)voidsetTarget(java.lang.String target)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.galleon.plugin.WildFlyPackageTask
getPhase
-
-
-
-
Method Detail
-
setRelativeTo
public void setRelativeTo(java.lang.String relativeTo) throws javax.xml.stream.XMLStreamException- Throws:
javax.xml.stream.XMLStreamException
-
setSrc
public void setSrc(java.lang.String src)
-
setTarget
public void setTarget(java.lang.String target)
-
setReplaceProperties
public void setReplaceProperties(boolean replaceProperties)
-
getSrc
public java.lang.String getSrc()
-
getTarget
public java.lang.String getTarget()
-
isReplaceProperties
public boolean isReplaceProperties()
-
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
-
-