public class Native2AsciiMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
Native2AsciiMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected File workDir
protected File tempDir
protected String encoding
protected String[] includes
protected String[] excludes
Copyright © 2007-2012 Codehaus. All Rights Reserved.