org.eclipse.ocl.examples.debug.vm.launching
Class ExecutionContextImpl

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.launching.ExecutionContextImpl
All Implemented Interfaces:
ExecutionContext

public class ExecutionContextImpl
extends java.lang.Object
implements ExecutionContext


Constructor Summary
ExecutionContextImpl()
           
 
Method Summary
 java.lang.String getConfigProperty(java.lang.String key)
           
 java.util.List<java.lang.String> getConfigPropertyNames()
           
 Log getLog()
           
 void setConfigProperty(java.lang.String name, java.lang.Object value)
           
 void setLog(WriterLog writerLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextImpl

public ExecutionContextImpl()
Method Detail

setConfigProperty

public void setConfigProperty(java.lang.String name,
                              java.lang.Object value)

setLog

public void setLog(WriterLog writerLog)

getLog

public Log getLog()
Specified by:
getLog in interface ExecutionContext

getConfigPropertyNames

public java.util.List<java.lang.String> getConfigPropertyNames()
Specified by:
getConfigPropertyNames in interface ExecutionContext

getConfigProperty

public java.lang.String getConfigProperty(java.lang.String key)
Specified by:
getConfigProperty in interface ExecutionContext