org.apache.uima.resource
Interface ResourceManagerPearWrapper

All Superinterfaces:
ResourceManager

public interface ResourceManagerPearWrapper
extends ResourceManager

A ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent, except for the class path and data path fields.


Method Summary
 void initializeFromParentResourceManager(ResourceManager resourceManager)
          Pear Wrapper Resource Managers share all their values with their parent, except for the 2 values used to store the Classpath and Datapath.
 
Methods inherited from interface org.apache.uima.resource.ResourceManager
getCasManager, getDataPath, getExtensionClassLoader, getImportCache, getResource, getResource, getResourceAsStream, getResourceAsStream, getResourceClass, getResourceURL, getResourceURL, initializeExternalResources, resolveAndValidateResourceDependencies, resolveRelativePath, setCasManager, setDataPath, setExtensionClassPath, setExtensionClassPath
 

Method Detail

initializeFromParentResourceManager

void initializeFromParentResourceManager(ResourceManager resourceManager)
Pear Wrapper Resource Managers share all their values with their parent, except for the 2 values used to store the Classpath and Datapath. This method is called immediately after the factory creates the object (using the 0-argument constructor), and it initializes all the fields in this wrapper to share the values with their parent.

Parameters:
resourceManager -


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.