Class CopyPath

    • Constructor Detail

      • CopyPath

        public CopyPath()
    • 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:
        execute in interface WildFlyPackageTask
        Throws:
        org.jboss.galleon.ProvisioningException