|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionContext
The execution context interface groups the details needed by the execution engine to execute a transformation.
Method Summary | |
---|---|
java.lang.Object |
getConfigProperty(java.lang.String name)
Get the value of the specified configuration property which was set to this context. |
java.util.Set<java.lang.String> |
getConfigPropertyNames()
Gets read-only view of the names of the configuration properties that are set in this context |
Log |
getLog()
Gets the logger implementation assigned to this context. |
EvaluationMonitor |
getMonitor()
Gets the evaluation monitor assigned to this context. |
Method Detail |
---|
java.util.Set<java.lang.String> getConfigPropertyNames()
java.lang.Object getConfigProperty(java.lang.String name)
name
- the name of the configuration property
null
is returned in the following
cases: null
value has been explicitly setgetConfigPropertyNames()
Log getLog()
null
EvaluationMonitor getMonitor()
null
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |