org.codehaus.mojo.native2ascii
Class Native2AsciiMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.native2ascii.Native2AsciiMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class Native2AsciiMojo
extends org.apache.maven.plugin.AbstractMojo

Author:
dtran

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

src

protected java.io.File src
The directory to find files in (default is basedir)


dest

protected java.io.File dest
The directory to output file to


ext

protected java.lang.String ext
File extension to use in renaming output files


encoding

protected java.lang.String encoding
The native encoding the files are in (default is the default encoding for the JVM)


includes

protected java.lang.String includes
comma- or space-separated list of patterns of files that must be included. All files are included when omitted


excludes

protected java.lang.String excludes
comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted.


project

protected org.apache.maven.project.MavenProject project
Constructor Detail

Native2AsciiMojo

public Native2AsciiMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

executeAnt

protected void executeAnt()


Copyright © 2009. All Rights Reserved.