|
IBM Rational Pluglets Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.xtools.pluglets.host.PlugletCompiler
public class PlugletCompiler
The default implementation of the IPlugletCompiler interface.
Pluglet hosts can use this class or provide their own implementation.
| Constructor Summary | |
|---|---|
PlugletCompiler()
Constructs a pluglet compiler. |
|
PlugletCompiler(PrintWriter output,
String jdkRoot,
boolean tracing)
Constructs a pluglet compiler. |
|
| Method Summary | |
|---|---|
int |
compile(String[] args)
Invokes the Java compiler with the given arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlugletCompiler(PrintWriter output,
String jdkRoot,
boolean tracing)
output - The host's PrintWriter for the compiler output.jdkRoot - The pathname of the JDK. For example, "C:\jdk1.3".tracing - Enable tracing.public PlugletCompiler()
| Method Detail |
|---|
public int compile(String[] args)
IPlugletCompiler
compile in interface IPlugletCompilerargs - The arguments of the compilation.
|
IBM Rational Pluglets Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Guidelines for using Eclipse APIs.
© Copyright IBM Corp. 2000, 2007. All rights reserved.