com.github.maven_nar
Class Java

java.lang.Object
  extended by com.github.maven_nar.Java

public class Java
extends Object

Java specifications for NAR

Author:
Mark Donszelmann

Constructor Summary
Java()
           
 
Method Summary
 void addIncludePaths(CCTask task, String outType)
           
 void addRuntime(CCTask task, File javaHome, String os, String prefix)
           
 void setAbstractCompileMojo(AbstractCompileMojo mojo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java

public Java()
Method Detail

setAbstractCompileMojo

public final void setAbstractCompileMojo(AbstractCompileMojo mojo)

addIncludePaths

public final void addIncludePaths(CCTask task,
                                  String outType)
                           throws org.apache.maven.plugin.MojoFailureException,
                                  org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException

addRuntime

public final void addRuntime(CCTask task,
                             File javaHome,
                             String os,
                             String prefix)
                      throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.