public interface Resolver
Modifier and Type | Method and Description |
---|---|
ComponentReference |
addComponent(java.awt.Component comp)
Add a new component to the existing collection.
|
void |
addComponentReference(ComponentReference ref)
Add a new component reference to the existing collection.
|
ComponentReference |
getComponentReference(java.awt.Component comp)
Return the existing reference for the given component, or null if none
exists.
|
ComponentReference |
getComponentReference(java.lang.String refid)
Return the ComponentReference matching the given id, or null if none
exists.
|
java.util.Collection |
getComponentReferences()
Returns a collection of all the existing references.
|
java.lang.String |
getContext(Step step)
Provide a human-readable string that describes the given step's
context.
|
java.lang.ClassLoader |
getContextClassLoader()
Return the class loader for use in this context.
|
java.io.File |
getDirectory()
Provide a working directory context for relative pathnames.
|
Hierarchy |
getHierarchy()
Get Hierarchy used by this Resolver.
|
java.lang.Object |
getProperty(java.lang.String name)
Provide retrieval of values from temporary storage.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Provide temporary storage of String values.
|
ComponentReference getComponentReference(java.awt.Component comp)
ComponentReference addComponent(java.awt.Component comp)
void addComponentReference(ComponentReference ref)
java.util.Collection getComponentReferences()
ComponentReference getComponentReference(java.lang.String refid)
Hierarchy getHierarchy()
java.lang.ClassLoader getContextClassLoader()
java.io.File getDirectory()
void setProperty(java.lang.String name, java.lang.Object value)
java.lang.Object getProperty(java.lang.String name)
java.lang.String getContext(Step step)
Abbot is hosted on