
net.jangaroo.jooc.mvnplugin.SearchAndReplaceConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jangaroo-maven-plugin Show documentation
Show all versions of jangaroo-maven-plugin Show documentation
This plugin compiles Jangaroo sources to JavaScript.
The newest version!
package net.jangaroo.jooc.mvnplugin;
import org.apache.maven.plugins.annotations.Parameter;
public class SearchAndReplaceConfiguration {
@Parameter
private String search;
@Parameter
private String replace;
public String getSearch() {
return search;
}
public String getReplace() {
return replace;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy