org.apache.maven.plugin.nar
Class Javah

java.lang.Object
  extended by org.apache.maven.plugin.nar.Javah

public class Javah
extends java.lang.Object

Sets up the javah configuration

Author:
Mark Donszelmann

Constructor Summary
Javah()
           
 
Method Summary
 void execute()
           
protected  java.io.File getClassDirectory()
           
protected  java.util.List getClassPaths()
           
protected  java.util.Set getIncludes()
           
protected  java.io.File getJniDirectory()
           
protected  java.io.File getTimestampDirectory()
           
protected  java.io.File getTimestampFile()
           
 void setAbstractCompileMojo(AbstractCompileMojo mojo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Javah

public Javah()
Method Detail

setAbstractCompileMojo

public final void setAbstractCompileMojo(AbstractCompileMojo mojo)

getClassPaths

protected final java.util.List getClassPaths()
                                      throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getJniDirectory

protected final java.io.File getJniDirectory()

getClassDirectory

protected final java.io.File getClassDirectory()

getIncludes

protected final java.util.Set getIncludes()

getTimestampDirectory

protected final java.io.File getTimestampDirectory()

getTimestampFile

protected final java.io.File getTimestampFile()

execute

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


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