|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.native2ascii.Native2AsciiMojo
public class Native2AsciiMojo
Field Summary | |
---|---|
protected java.io.File |
dest
The directory to output file to |
protected java.lang.String |
encoding
The native encoding the files are in (default is the default encoding for the JVM) |
protected java.lang.String |
excludes
comma- or space-separated list of patterns of files that must be excluded. |
protected java.lang.String |
ext
File extension to use in renaming output files |
protected java.lang.String |
includes
comma- or space-separated list of patterns of files that must be included. |
protected org.apache.maven.project.MavenProject |
project
|
protected java.io.File |
src
The directory to find files in (default is basedir) |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
Native2AsciiMojo()
|
Method Summary | |
---|---|
void |
execute()
|
protected void |
executeAnt()
|
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 |
Field Detail |
---|
protected java.io.File src
protected java.io.File dest
protected java.lang.String ext
protected java.lang.String encoding
protected java.lang.String includes
protected java.lang.String excludes
protected org.apache.maven.project.MavenProject project
Constructor Detail |
---|
public Native2AsciiMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected void executeAnt()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |