org.eclipse.actf.core.runtime
Class AbstractRuntimeContext

java.lang.Object
  extended by org.eclipse.actf.core.runtime.AbstractRuntimeContext
All Implemented Interfaces:
IRuntimeContext
Direct Known Subclasses:
EclipseRuntimeContext, StandaloneRuntimeContext

public abstract class AbstractRuntimeContext
extends Object
implements IRuntimeContext

Author:
Field Summary
protected  IConfiguration configuration
           
protected  IErrorLogger errorLogger
           
protected  IResourceLocator resourceLocator
           
 
Constructor Summary
AbstractRuntimeContext()
           
 
Method Summary
 IErrorLogger getErrorLogger()
          
 IResourceLocator getResourceLocator()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.actf.core.runtime.IRuntimeContext
getConfiguration
 

Field Detail

errorLogger

protected IErrorLogger errorLogger

configuration

protected IConfiguration configuration

resourceLocator

protected IResourceLocator resourceLocator
Constructor Detail

AbstractRuntimeContext

public AbstractRuntimeContext()
Method Detail

getResourceLocator

public IResourceLocator getResourceLocator()

Specified by:
getResourceLocator in interface IRuntimeContext

getErrorLogger

public IErrorLogger getErrorLogger()

Specified by:
getErrorLogger in interface IRuntimeContext