|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.databene.benerator.maven.AbstractBeneratorMojo
public abstract class AbstractBeneratorMojo
Common parent class for all Benerator Mojos.
Created: 10.07.2008 16:21:23
| Field Summary | |
|---|---|
protected java.lang.String |
encoding
The file encoding to use as default for all file I/O. |
protected java.util.List<java.lang.String> |
runtimeClasspathElements
Runtime classpath elements. |
protected java.lang.String |
scope
The scope of which dependencies should be resolved. |
protected java.util.List<java.lang.String> |
testClasspathElements
Test classpath elements. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractBeneratorMojo()
|
|
| Method Summary | |
|---|---|
protected java.util.List<java.lang.String> |
getClasspathElements()
|
protected java.net.URL[] |
getClasspathURLs()
|
protected void |
setSystemProperties()
Maps all attributes to System properties of the same name. |
protected void |
setSystemProperty(java.lang.String name,
java.lang.String value)
Sets a single System property. |
protected void |
setupClasspath()
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected java.lang.String encoding
protected java.lang.String scope
protected java.util.List<java.lang.String> runtimeClasspathElements
protected java.util.List<java.lang.String> testClasspathElements
| Constructor Detail |
|---|
public AbstractBeneratorMojo()
| Method Detail |
|---|
protected void setSystemProperties()
protected void setSystemProperty(java.lang.String name,
java.lang.String value)
protected void setupClasspath()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected java.util.List<java.lang.String> getClasspathElements()
protected java.net.URL[] getClasspathURLs()
throws java.net.MalformedURLException
java.net.MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||