| Interface | Description |
|---|---|
| ShortOutput |
| Class | Description |
|---|---|
| ClassPoolFactory |
This class is used to create Javassist's classpools usable in RHQ on both client and server side.
|
| ConfigurationClassBuilder | |
| ContentUploader |
Content upload utility.
|
| InterfaceSimplifier |
The scripts can use simplified interfaces that omit the first "Subject" argument
to most methods from RHQ's remote API.
|
| LazyLoadScenario |
Set by reflective access utilities like the tabular writer to avoid
remote calls behind proxy methods.
|
| MultiScriptSourceProvider |
An implementation of the script source provider that uses a collection of another
providers to locate the scripts.
|
| PackageFinder | |
| ResourceTypeFingerprint |
This type is used as an identification of a resource type not based
on its id but rather on its structure.
|
| ScriptAssert |
This class provides the assertion functions to the scripts.
|
| ScriptUtil |
Instance of this class is injected into the script engine scope.
|
| SummaryFilter |
| Exception | Description |
|---|---|
| ScriptAssertionException |
This is a wrapper exception class for
AssertionError. |
| Annotation Type | Description |
|---|---|
| NoTopLevelIndirection |
The
ScriptEngineFactory can generate indirection methods that create global functions
that have the same name and params as methods of certain objects that actually just call the
method on the objects. |
| SimplifiedClass |
Annotation to keep track of the original class on the simplified classes.
|
| SimplifiedMethod |
Annotates a method on a simplified class as being simplified.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.