org.codehaus.mojo.apt
Class AptUtils

java.lang.Object
  extended by org.codehaus.mojo.apt.AptUtils

public final class AptUtils
extends java.lang.Object

Provides methods of invoking the Annotation Processing Tool (apt) compiler.

Version:
$Id: AptUtils.java 6836 2008-04-25 09:11:04Z mark $
Author:
Mark Hobson

Method Summary
static boolean invoke(org.apache.maven.plugin.logging.Log log, java.util.List args)
           
static boolean invokeForked(org.apache.maven.plugin.logging.Log log, java.io.File workingDirectory, java.lang.String executable, java.lang.String meminitial, java.lang.String maxmemory, java.util.List args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public static boolean invoke(org.apache.maven.plugin.logging.Log log,
                             java.util.List args)
                      throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

invokeForked

public static boolean invokeForked(org.apache.maven.plugin.logging.Log log,
                                   java.io.File workingDirectory,
                                   java.lang.String executable,
                                   java.lang.String meminitial,
                                   java.lang.String maxmemory,
                                   java.util.List args)
                            throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2006-2010 The Codehaus Mojo Project. All Rights Reserved.