|
|||||||||
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
Converts files with characters in any supported character encoding to one with ASCII and/or Unicode escapes.
Field Summary | |
---|---|
protected String |
encoding
The native encoding the files are in. |
protected String[] |
excludes
Patterns of files that must be excluded. |
protected String[] |
includes
Patterns of files that must be included. |
protected File |
tempDir
Directory for temporary files. |
protected File |
workDir
The directory to find files in. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
Native2AsciiMojo()
|
Method Summary | |
---|---|
void |
execute()
|
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 File workDir
protected File tempDir
protected String encoding
protected String[] includes
protected String[] excludes
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |