|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.claritysys.util.SourceCompiler
public class SourceCompiler
Utility for invoking a java source compiler.
| Constructor Summary | |
|---|---|
SourceCompiler()
Deprecated. |
|
| Method Summary | |
|---|---|
static boolean |
compile(java.io.File sourceFile)
Deprecated. Compile the given java source file. |
static boolean |
compile(java.util.List files)
Deprecated. Compile the given list of java source files. |
static java.lang.String |
getAbsoluteClasspath()
Deprecated. Get the absolute classpath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceCompiler()
| Method Detail |
|---|
public static java.lang.String getAbsoluteClasspath()
public static boolean compile(java.io.File sourceFile)
throws java.lang.Exception
sourceFile - The file to compile.
java.lang.Exception - If anything happens.
public static boolean compile(java.util.List files)
throws java.lang.Exception
files - the List of File objects to compile.
java.lang.Exception - If it went horribly.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||