Methods Summary |
---|
public void | addFile(java.lang.String file)Set the name of the file containing the source program
|
public boolean | compile()Compile a source file yielding a loadable program file.
|
public java.util.List | getErrors()Return the list of errors generated by this compilation
|
public void | setClasspath(java.lang.String classpath)Set the classpath to be used for this compilation
|
public void | setDestination(java.lang.String destDir)Set the name of the directory to contain the resulting object program file
|
public void | setEncoding(java.lang.String encoding)Set the encoding of the input source file or null to use the
platform's default encoding
|
public void | setSource(java.lang.String srcDir)Set the name of the directory containing the source program file
|