Class XmlMerge
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.XmlMerge
-
- All Implemented Interfaces:
WildFlyPackageTask
public class XmlMerge 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 XmlMerge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFilter(FileFilter filter)voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)WildFlyPackageTask.PhasegetPhase()booleanincludeFile(java.lang.String path)voidsetBasedir(java.lang.String basedir)voidsetOutput(java.lang.String output)
-
-
-
Method Detail
-
setBasedir
public void setBasedir(java.lang.String basedir)
-
setOutput
public void setOutput(java.lang.String output)
-
addFilter
public void addFilter(FileFilter filter)
-
includeFile
public boolean includeFile(java.lang.String path)
-
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
-
-