org.codehaus.mojo.natives.javah
Class JavahExecutable
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.javah.AbstractJavah
org.codehaus.mojo.natives.javah.JavahExecutable
- All Implemented Interfaces:
- Javah, org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
- JavahMacOSExecutable
public class JavahExecutable
- extends AbstractJavah
Sun's javah compatible implementation
- Version:
- $Id: JavahExecutable.java 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Dan Tran
Fields inherited from interface org.codehaus.mojo.natives.javah.Javah |
ROLE |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavahExecutable
public JavahExecutable()
compile
public void compile(JavahConfiguration config)
throws NativeBuildException
- Throws:
NativeBuildException
createJavahCommand
protected org.codehaus.plexus.util.cli.Commandline createJavahCommand(JavahConfiguration config)
throws NativeBuildException
- Throws:
NativeBuildException
getJavaHExecutable
protected String getJavaHExecutable(JavahConfiguration config)
- Returns:
Copyright © 2011 Codehaus. All Rights Reserved.