IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.pluglets.host
Interface IPlugletCompiler

All Known Implementing Classes:
PlugletCompiler

public interface IPlugletCompiler

Compiles the pluglet.

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.


Method Summary
 int compile(String[] args)
          Invokes the Java compiler with the given arguments.
 

Method Detail

compile

public int compile(String[] args)
Invokes the Java compiler with the given arguments.

Parameters:
args - The arguments of the compilation.
Returns:
Returns zero if the compilation is successful. Otherwise, it returns a non-zero value.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.