Package org.codehaus.mojo.natives.javah
Class JavahConfiguration
java.lang.Object
org.codehaus.mojo.natives.javah.JavahConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String[]
private String[]
ClassPaths to locate classNamesprivate String
Option to combine all generated include files into one file ${outputDirectory}/${fileName} Support javah -o optionprivate File
Location for the actual binary.private File
Directory to save generate files, must either be fullpath or relative to relative workingDirectoryprivate boolean
private boolean
private File
Working directory where javah command will run -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
boolean
boolean
void
setClassNames
(String[] names) void
setClassPaths
(String[] paths) void
setFileName
(String name) void
setJavahPath
(File javahPath) void
setOutputDirectory
(File dir) void
setUseEnvClasspath
(boolean flag) void
setVerbose
(boolean flag) void
setWorkingDirectory
(File dir)
-
Field Details
-
workingDirectory
Working directory where javah command will run -
outputDirectory
Directory to save generate files, must either be fullpath or relative to relative workingDirectory -
fileName
Option to combine all generated include files into one file ${outputDirectory}/${fileName} Support javah -o option -
javahPath
Location for the actual binary. This may benulL
-
classNames
-
classPaths
ClassPaths to locate classNames -
useEnvClasspath
private boolean useEnvClasspath -
verbose
private boolean verbose
-
-
Constructor Details
-
JavahConfiguration
public JavahConfiguration()
-
-
Method Details
-
setOutputDirectory
-
getOutputDirectory
-
getClassPaths
-
setJavahPath
-
setClassPaths
-
setUseEnvClasspath
public void setUseEnvClasspath(boolean flag) -
getUseEnvClasspath
public boolean getUseEnvClasspath() -
setVerbose
public void setVerbose(boolean flag) -
getJavahPath
-
getVerbose
public boolean getVerbose() -
setClassNames
-
getClassNames
-
setFileName
-
getFileName
-
getWorkingDirectory
-
setWorkingDirectory
-