|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.ocltf.common.Context
A configurable context object. These are passed to Plugin instances (Cartridges, Libraries, etc.).
| Constructor Summary | |
Context()
|
|
| Method Summary | |
void |
addProperty(Property property)
Adds a property to this Context object. |
java.lang.String |
getName()
Returns name of this Context. |
Property |
getProperty(java.lang.String name)
Retrieves the property with the specified name. |
void |
init()
This method normally be unnecessary. |
void |
setName(java.lang.String name)
Sets the name of this Context. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Context()
| Method Detail |
public void init()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to setpublic void addProperty(Property property)
property - public Property getProperty(java.lang.String name)
name -
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||