org.eclipse.actf.core.runtime
Interface IRuntimeContext

All Known Implementing Classes:
AbstractRuntimeContext, EclipseRuntimeContext, InterJvmRuntimeContext, StandaloneRuntimeContext

public interface IRuntimeContext


Method Summary
 IConfiguration getConfiguration()
           
 IErrorLogger getErrorLogger()
           
 IResourceLocator getResourceLocator()
           
 

Method Detail

getConfiguration

IConfiguration getConfiguration()
                                throws ConfigurationException
Throws:
ConfigurationException

getResourceLocator

IResourceLocator getResourceLocator()

getErrorLogger

IErrorLogger getErrorLogger()