org.codehaus.mojo.natives.javah
Class JavahConfiguration

java.lang.Object
  extended by org.codehaus.mojo.natives.javah.JavahConfiguration

public class JavahConfiguration
extends Object


Constructor Summary
JavahConfiguration()
           
 
Method Summary
 String[] getClassNames()
           
 String[] getClassPaths()
           
 String getFileName()
           
 File getJavahPath()
           
 File getOutputDirectory()
           
 boolean getVerbose()
           
 File getWorkingDirectory()
           
 void setClassNames(String[] names)
           
 void setClassPaths(String[] paths)
           
 void setFileName(String name)
           
 void setJavahPath(File javahPath)
           
 void setOutputDirectory(File dir)
           
 void setVerbose(boolean flag)
           
 void setWorkingDirectory(File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavahConfiguration

public JavahConfiguration()
Method Detail

setOutputDirectory

public void setOutputDirectory(File dir)

getOutputDirectory

public File getOutputDirectory()

getClassPaths

public String[] getClassPaths()

setJavahPath

public void setJavahPath(File javahPath)

setClassPaths

public void setClassPaths(String[] paths)

setVerbose

public void setVerbose(boolean flag)

getJavahPath

public File getJavahPath()

getVerbose

public boolean getVerbose()

setClassNames

public void setClassNames(String[] names)

getClassNames

public String[] getClassNames()

setFileName

public void setFileName(String name)

getFileName

public String getFileName()

getWorkingDirectory

public File getWorkingDirectory()

setWorkingDirectory

public void setWorkingDirectory(File dir)


Copyright © 2011 Codehaus. All Rights Reserved.