org.codehaus.mojo.apt
Class AptUtils
java.lang.Object
org.codehaus.mojo.apt.AptUtils
public final class AptUtils
- extends 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,
List args)
|
static boolean |
invokeForked(org.apache.maven.plugin.logging.Log log,
File workingDirectory,
String executable,
String meminitial,
String maxmemory,
List args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invoke
public static boolean invoke(org.apache.maven.plugin.logging.Log log,
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,
File workingDirectory,
String executable,
String meminitial,
String maxmemory,
List args)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2006-2011 The Codehaus Mojo Project. All Rights Reserved.