public class SourceCompiler
extends java.lang.Object
| Constructor and Description |
|---|
SourceCompiler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.