| Interface | Description |
|---|---|
| CodeCompletion |
An interface for performing code completion in a given language.
|
| MetadataProvider |
The scripting implementations don't have to supply an implementation of this interface but
rather one is provided to the
CodeCompletion. |
| ScriptEngineInitializer |
Is able to instantiate a script engine and import packages into the context
of the engine.
|
| ScriptEngineProvider |
This is the service interface for scripting language implementations for RHQ
(loaded using the META-INF/services mechanism).
|
| ScriptSourceProvider |
Scripts in RHQ can be stored in various locations or maybe not even in the filesystem.
|
| Class | Description |
|---|---|
| ScriptSourceProviderFactory |
A factory class for the ScriptSourceProvider implementations.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.