All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dnault.xmlpatch.ant.PatchXmlDir Maven / Gradle / Ivy

Go to download

Java implementation of RFC 5261: An XML Patch Operations Framework Utilizing XPath Selectors

The newest version!
package com.github.dnault.xmlpatch.ant;

import com.github.dnault.xmlpatch.BatchPatcher;

public class PatchXmlDir extends AbstractPatchTask {
    @Override
    protected void doPatch() throws Exception {
        BatchPatcher.patch("--patch=" + getPatch(), "--srcdir=" + getSrc(), "--destdir=" + getDest());
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy