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

li.rudin.mavenjs.plugin.server.URLMapping Maven / Gradle / Ivy

package li.rudin.mavenjs.plugin.server;

public class URLMapping
{
	private String path, target;

	public String getTarget()
	{
		return target;
	}

	public void setTarget(String target)
	{
		this.target = target;
	}

	public String getPath()
	{
		return path;
	}

	public void setPath(String path)
	{
		this.path = path;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy