IBM Rational Software Modeler
Release 6.0

Package com.ibm.xtools.pluglets.engine

Provides the engine for executing pluglets.

See:
          Description

Class Summary
PlugletExecutor Provides an engine for executing a Java source file or class file as a pluglet.
 

Exception Summary
PlugletException Exception thrown by methods in the PlugletExecutor class.
 

Package com.ibm.xtools.pluglets.engine Description

Provides the engine for executing pluglets.

Package Specification

The package provides the pluglet's host capability of executing pluglets. The classes in this package are not intended for pluglet developers. They are intended to be used by the developer of the pluglet host tool.

The pluglet's host instantiates the PlugletExecutor class. The PlugletExecutor class provides the engine for executing the Java source file or class file as a pluglet. The PlugletExecutor class uses the IPlugletMessageDialog interface to display the messages and error dialogs for the pluglet implementation. The PlugletExecutor class uses the IPlugletCompiler interface to compile the pluglet.

Related Documentation

For tutorials, samples and pluglet documentation, please see Extending your Java environment with pluglets.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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