|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.qvt.oml.ExecutionContextImpl
public final class ExecutionContextImpl
Execution context implementation.
TransformationExecutor
Constructor Summary | |
---|---|
ExecutionContextImpl()
Constructs a default context for execution. |
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. |
void |
setConfigProperty(java.lang.String name,
java.lang.Object value)
Sets the value object for the given configuration property |
void |
setLog(Log log)
Sets the log implementation to this context. |
void |
setMonitor(EvaluationMonitor monitor)
Set evaluation monitor to this context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionContextImpl()
Method Detail |
---|
public java.lang.Object getConfigProperty(java.lang.String name)
ExecutionContext
getConfigProperty
in interface ExecutionContext
name
- the name of the configuration property
null
is returned in the following
cases: null
value has been explicitly setExecutionContext.getConfigPropertyNames()
public void setConfigProperty(java.lang.String name, java.lang.Object value)
name
- the name of the property, never null
value
- the value objectpublic java.util.Set<java.lang.String> getConfigPropertyNames()
ExecutionContext
getConfigPropertyNames
in interface ExecutionContext
public void setLog(Log log)
log
- the log implementation, never null
public Log getLog()
ExecutionContext
getLog
in interface ExecutionContext
null
public EvaluationMonitor getMonitor()
ExecutionContext
getMonitor
in interface ExecutionContext
null
public void setMonitor(EvaluationMonitor monitor)
monitor
- the monitor implementation, never 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 |