public interface IPlugletCompiler
This interface can optionally be implemented by pluglet hosts. The
pluglet host can use the default PlugletCompiler
class
implementation or provide their own implementation. Use the
compile
method to invoke the Java compiler with the given
arguments.
Modifier and Type | Method and Description |
---|---|
int |
compile(java.lang.String[] args)
Invokes the Java compiler with the given arguments.
|