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

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

package com.github.dnault.xmlpatch.ant;

import com.github.dnault.xmlpatch.CommandLineDriver;

public class PatchXmlFile extends AbstractPatchTask {
    @Override
    protected void doPatch() throws Exception {
        CommandLineDriver.main(getSrc(), getPatch(), getDest());
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy