Uses of Interface
org.eclipse.emf.mwe.core.resources.ResourceLoader

Packages that use ResourceLoader
org.eclipse.emf.mwe.core.resources   
org.eclipse.emf.mwe.internal.core.ast AST of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.parser Parser implementation for the AST of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.util Utility classes for the AST of the workflow engine 
org.eclipse.emf.mwe.ui.workflow.util   
 

Uses of ResourceLoader in org.eclipse.emf.mwe.core.resources
 

Classes in org.eclipse.emf.mwe.core.resources that implement ResourceLoader
 class AbstractResourceLoader
           
 class CachingResourceLoaderImpl
           
 class OsgiResourceLoader
           
 class ResourceLoaderDefaultImpl
           
 class ResourceLoaderImpl
           
 

Methods in org.eclipse.emf.mwe.core.resources that return ResourceLoader
static ResourceLoader ResourceLoaderFactory.createResourceLoader()
          Creates an instance of ResourceLoader.
static ResourceLoader ResourceLoaderFactory.getCurrentThreadResourceLoader()
           
 

Methods in org.eclipse.emf.mwe.core.resources with parameters of type ResourceLoader
static void ResourceLoaderFactory.setCurrentThreadResourceLoader(ResourceLoader rl)
           
 

Constructors in org.eclipse.emf.mwe.core.resources with parameters of type ResourceLoader
CachingResourceLoaderImpl(ResourceLoader delegate)
           
 

Uses of ResourceLoader in org.eclipse.emf.mwe.internal.core.ast
 

Methods in org.eclipse.emf.mwe.internal.core.ast with parameters of type ResourceLoader
 java.util.Properties DeclaredPropertyFileAST.getProperties(ResourceLoader loader)
           
 java.util.List<java.lang.String> DeclaredPropertyFileAST.getPropertyNames(ResourceLoader loader)
           
 

Uses of ResourceLoader in org.eclipse.emf.mwe.internal.core.ast.parser
 

Fields in org.eclipse.emf.mwe.internal.core.ast.parser declared as ResourceLoader
protected  ResourceLoader XmlLocationAnalyser.loader
           
 

Uses of ResourceLoader in org.eclipse.emf.mwe.internal.core.ast.util
 

Fields in org.eclipse.emf.mwe.internal.core.ast.util declared as ResourceLoader
protected  ResourceLoader VisitorBase.loader
           
 

Uses of ResourceLoader in org.eclipse.emf.mwe.ui.workflow.util
 

Classes in org.eclipse.emf.mwe.ui.workflow.util that implement ResourceLoader
 class ProjectIncludingResourceLoader
          This ResourceLoader is capable of loading resources from a specific Java project within the workspace.