public class FileLanguageResource_impl extends Resource_ImplBase implements ParameterizedDataResource
ParameterizedDataResource for language-based resources. Initialized
 from a FileLanguageResourceSpecifier.PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT| Constructor and Description | 
|---|
| FileLanguageResource_impl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Releases all resources held by this  Resource. | 
| DataResource | getDataResource(String[] aParams)Gets a  DataResourceobject that can be used to access the data that is appropriate for
 the given parameter values. | 
| boolean | initialize(ResourceSpecifier aSpecifier,
          Map<String,Object> aAdditionalParams)Initializes this  Resourcefrom aResourceSpecifier. | 
getCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, loadUserClass, loadUserClassOrThrow, setContextHolder, setContextHolderX, setLogger, setMetaData, withContextHolderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLoggerpublic boolean initialize(ResourceSpecifier aSpecifier, Map<String,Object> aAdditionalParams) throws ResourceInitializationException
ResourceResource from a ResourceSpecifier. Applications do
 not need to call this method. It is called automatically by the ResourceFactory
 and cannot be called a second time.initialize in interface Resourceinitialize in class Resource_ImplBaseaSpecifier - specifies how to create a resource or locate an existing resource service.aAdditionalParams - a Map containing additional parameters. May be null if there are no
          parameters. Each class that implements this interface can decide what additional
          parameters it supports.ResourceSpecifier is not of an appropriate type for this Resource. If the
         ResourceSpecifier is of an appropriate type but is invalid or if some
         other failure occurs, an exception should be thrown.ResourceInitializationException - if a failure occurs during initialization.Resource.initialize(org.apache.uima.resource.ResourceSpecifier,
      java.util.Map)public void destroy()
ResourceResource.destroy in interface Resourcedestroy in class Resource_ImplBaseResource.destroy()public DataResource getDataResource(String[] aParams) throws ResourceInitializationException
ParameterizedDataResourceDataResource object that can be used to access the data that is appropriate for
 the given parameter values.getDataResource in interface ParameterizedDataResourceaParams - parameter valuesnullResourceInitializationException - if no DataResource could be initialized from the specified parametersParameterizedDataResource.getDataResource(java.lang.String[])Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.