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

com.erigir.maven.plugin.RenameMapping Maven / Gradle / Ivy

package com.erigir.maven.plugin;

/**
 * Created by chrweiss on 3/8/15.
 */
public class RenameMapping {
    private String src;
    private String dst;

    public String getSrc() {
        return src;
    }

    public void setSrc(String src) {
        this.src = src;
    }

    public String getDst() {
        return dst;
    }

    public void setDst(String dst) {
        this.dst = dst;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy