de.ukn.hci.squidy.common.dynamiccode
Class Javac
java.lang.Object
de.ukn.hci.squidy.common.dynamiccode.Javac
public final class Javac
- extends Object
Javac.
Date: Mar 30, 2009
Time: 7:21:22 PM
- Since:
- 1.0.0
- Version:
- $Id: Javac.java 30 2009-09-18 22:23:35Z nitsche $
- Author:
- Roman Rädle Roman
.Raedle@uni-konstanz.de Human-Computer Interaction Group
University of Konstanz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Javac
public Javac(String classpath,
String outputdir)
compile
public String compile(String[] srcFiles)
- Compile the given source files.
- Parameters:
srcFiles -
- Returns:
- null if success; or compilation errors
compile
public String compile(File[] srcFiles)
getBootclasspath
public String getBootclasspath()
setBootclasspath
public void setBootclasspath(String bootclasspath)
getClasspath
public String getClasspath()
setClasspath
public void setClasspath(String classpath)
getEncoding
public String getEncoding()
setEncoding
public void setEncoding(String encoding)
getExtdirs
public String getExtdirs()
setExtdirs
public void setExtdirs(String extdirs)
getOutputdir
public String getOutputdir()
setOutputdir
public void setOutputdir(String outputdir)
getSourcepath
public String getSourcepath()
setSourcepath
public void setSourcepath(String sourcepath)
getTarget
public String getTarget()
setTarget
public void setTarget(String target)
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.