Uses of Class
org.apache.uima.resource.ResourceConfigurationException
-
-
Uses of ResourceConfigurationException in org.apache.uima
Methods in org.apache.uima that throw ResourceConfigurationException Modifier and Type Method Description java.lang.String[]UimaContext. getSharedSettingArray(java.lang.String name)Get the array of values for a shared configuration parameter from the external override settings.java.lang.StringUimaContext. getSharedSettingValue(java.lang.String name)Get the value of a shared configuration parameter from the external override settings. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that throw ResourceConfigurationException Modifier and Type Method Description voidAnalysisComponent_ImplBase. reconfigure()Notifies this AnalysisComponent that its configuration parameters have changed.voidAnalysisComponent. reconfigure()Alerts this AnalysisComponent that the values of its configuration parameters or external resources have changed. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that throw ResourceConfigurationException Modifier and Type Method Description voidAnalysisEngine. reconfigure()Reconfigures this Resource using the most current parameter settings. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that throw ResourceConfigurationException Modifier and Type Method Description voidFlowControllerContainer. reconfigure() -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that throw ResourceConfigurationException Modifier and Type Method Description voidAggregateAnalysisEngine_impl. reconfigure()voidMultiprocessingAnalysisEngine_impl. reconfigure()voidPearAnalysisEngineWrapper. reconfigure()voidPrimitiveAnalysisEngine_impl. reconfigure()voidUimacppAnalysisEngineImpl. reconfigure()voidAnalysisEngineDescription_impl. validate(ResourceManager aResourceManager)Determines if the AnalysisEngineDescription is valid. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.impl.compatibility
Methods in org.apache.uima.analysis_engine.impl.compatibility that throw ResourceConfigurationException Modifier and Type Method Description voidAnnotatorAdapter. reconfigure()voidCasConsumerAdapter. reconfigure()voidCollectionReaderAdapter. reconfigure() -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that throw ResourceConfigurationException Modifier and Type Method Description voidAnalysisEngineServiceAdapter. reconfigure() -
Uses of ResourceConfigurationException in org.apache.uima.collection
Methods in org.apache.uima.collection that throw ResourceConfigurationException Modifier and Type Method Description voidCollectionProcessingManager. addCasConsumer(CasConsumer aCasConsumer)Adds aCasConsumerto this CPM.voidCasConsumer_ImplBase. reconfigure()Notifies this CAS Consumer that its configuration parameter settings have been changed.voidCasInitializer_ImplBase. reconfigure()Deprecated.Notifies this CAS Initializer that its configuration parameter settings have been changed.voidCollectionReader_ImplBase. reconfigure()Notifies this Collection Reader that its configuration parameter settings have been changed.voidCollectionProcessingManager. setAnalysisEngine(AnalysisEngine aAnalysisEngine)Sets theAnalysisEnginethat is assigned to this CPM. -
Uses of ResourceConfigurationException in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that throw ResourceConfigurationException Modifier and Type Method Description voidBaseCPM. addCasProcessor(CasProcessor aCasProcessor)Adds aCasProcessorto this CPM's list of consumers.voidBaseCPM. addCasProcessor(CasProcessor aCasProcessor, int aIndex)Adds aCasProcessorto this CPM's list of consumers. -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that throw ResourceConfigurationException Modifier and Type Method Description java.net.URLCasProcessorConfiguration. getDescriptorUrl()java.util.LinkedListCasProcessorConfiguration. getFilter()java.lang.String[]CasProcessorConfiguration. getKeysToDrop() -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.base_cpm.container.deployer
Methods in org.apache.uima.collection.impl.base_cpm.container.deployer that throw ResourceConfigurationException Modifier and Type Method Description ProcessingContainerCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, boolean redeploy)Deploys all Cas Processors in aCasProcessorList.voidCasProcessorDeployer. deployCasProcessor(ProcessingContainer aProcessingContainer)Method used to redeploy a single instance of a Cas Processor.ProcessingContainerCPEDeployer. deployCasProcessor(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that throw ResourceConfigurationException Modifier and Type Method Description voidCPMImpl. addCasConsumer(CasConsumer aCasConsumer)voidBaseCPMImpl. addCasProcessor(CasProcessor aCasProcessor)voidBaseCPMImpl. addCasProcessor(CasProcessor aCasProcessor, int aIndex)java.lang.StringBaseCPMImpl. getDescriptor(java.util.List aList)Returns a CPE descriptor as a StringvoidCPMImpl. setAnalysisEngine(AnalysisEngine aAnalysisEngine) -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that throw ResourceConfigurationException Modifier and Type Method Description voidCPEFactory. addCasProcessor(CasProcessor aCasProcessor)Appends given Cas Processor to the list of CasProcessorsCasProcessor[]CPEFactory. getCasProcessors()Returns an array of Cas Processors instantiated from the cpe descriptorBaseCollectionReaderCPEFactory. getCollectionReader()Returns Collection Reader instantiated from configuration in the cpe descriptor.java.lang.StringCPEFactory. getDescriptor(java.util.List aList)java.net.URLCasProcessorConfigurationJAXBImpl. getDescriptorUrl()Returns descriptor associated with this Cas Processorjava.net.URLCPEFactory. getDescriptorURL(CpeCasProcessor aCasProcessorCfg)Returns a descriptor path associated with Cas Processorjava.util.LinkedListCasProcessorConfigurationJAXBImpl. getFilter()Returns parsed filter expressions as List.java.lang.String[]CasProcessorConfigurationJAXBImpl. getKeysToDrop()Returns an array of types that should not be sent to Cas Processor.intCPEFactory. getProcessingUnitThreadCount()Returns number of processing threads (Processing Units)booleanCPEFactory. isDefinitionInstanceOf(java.lang.Class aResourceClass, ResourceSpecifier resourceSpecifier, java.lang.String aDescriptor)Check if a class has appropriate typevoidProcessingContainer_Impl. reconfigure()Constructors in org.apache.uima.collection.impl.cpm.container that throw ResourceConfigurationException Constructor Description CasObjectNetworkCasProcessorImpl(CpeCasProcessor aCasProcessor)Using information from the CPE descriptor creates an instance of Transport class.CasProcessorConfigurationJAXBImpl(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager)Initializes instance and copies configuation from cpe descriptor.ProcessingContainer_Impl(CasProcessorConfiguration aCasProcessorConfig, ProcessingResourceMetaData aMetaData, ServiceProxyPool aCasProcessorPool)Initialize container with CasProcessor configuration and pool containing instances of CasProcessor instances. -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that throw ResourceConfigurationException Modifier and Type Method Description protected java.lang.String[]JavaApplication. addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration, java.util.List argList, java.lang.String aExecutable)Adds to command line any program arguments configured for this Cas Processor in the CPE descriptorprotected java.lang.String[]NonJavaApplication. addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration, java.util.List argList, java.lang.String aExecutable)Returns final command line as array of Strings.protected voidJavaApplication. addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor)Sets up command line used to launch Cas Processor in a separate process.protected voidNonJavaApplication. addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor)Sets up command line used to launch Cas Processor in a seperate process.protected voidRunnableApplication. addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor)Sets up command line used to launch Cas Processor in a seperate process.ProcessingContainerCPEDeployerDefaultImpl. deployCasProcessor(java.util.List aCasProcessorList, boolean redeploy)Deploys integrated Cas Processor.ProcessingContainerCPEDeployerDefaultImpl. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor.voidCPEDeployerDefaultImpl. deployCasProcessor(ProcessingContainer aProcessingContainer)Deploys integrated Cas Processor using configuration available in a given Container.static CasProcessorDeployerDeployFactory. getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)Returns aCasProcessorDeployerobject that specializes in deploying components as either local, remote, or integrated.static java.lang.StringDeployFactory. getProtocol(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager)Retrieve protocol from the service descriptorConstructors in org.apache.uima.collection.impl.cpm.container.deployer that throw ResourceConfigurationException Constructor Description JavaApplication(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aJaxbCasProcessorConfig)Creates an instance of component responsible for configuring java based CasProcessor.NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessorConfig) -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket that throw ResourceConfigurationException Modifier and Type Method Description ProcessingContainerSocketCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, boolean redeploy)Uses ProcessControllerAdapter instance to launch fenced CasProcessor.ProcessingContainerSocketCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor.voidSocketCasProcessorDeployer. deployCasProcessor(ProcessingContainer aProcessingContainer)Uses ProcessControllerAdapter instance to launch fenced CasProcessor. -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that throw ResourceConfigurationException Modifier and Type Method Description ProcessingContainerVinciCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, boolean redeploy)Deploys CasProcessors in a provided List.ProcessingContainerVinciCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor.voidVinciCasProcessorDeployer. deployCasProcessor(ProcessingContainer aProcessingContainer)Deploys CasProcessor using configuration from provided container. -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine that throw ResourceConfigurationException Modifier and Type Method Description voidCPMEngine. addCasProcessor(CasProcessor aCasProcessor)Adds a CASProcessor to the processing pipeline.voidCPMEngine. addCasProcessor(CasProcessor aCasProcessor, int aIndex)Adds a CASProcessor to the processing pipeline at a given place in the processing pipelineintCPMEngine. getThreadCount()Returns number of processing threads -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.cpm.utils
Methods in org.apache.uima.collection.impl.cpm.utils that throw ResourceConfigurationException Modifier and Type Method Description static java.lang.String[]CPMUtils. getKeys2Drop(java.lang.String aKeyDropMapFile)Currently, this returns initialized array of Strings. -
Uses of ResourceConfigurationException in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that throw ResourceConfigurationException Modifier and Type Method Description java.net.URLCpeComponentDescriptorImpl. findAbsoluteUrl(ResourceManager aResourceManager) -
Uses of ResourceConfigurationException in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that throw ResourceConfigurationException Modifier and Type Method Description java.net.URLCpeComponentDescriptor. findAbsoluteUrl(ResourceManager aResourceManager)Returns the absolute URL where the component descriptor is located. -
Uses of ResourceConfigurationException in org.apache.uima.flow
Methods in org.apache.uima.flow that throw ResourceConfigurationException Modifier and Type Method Description voidFlowController_ImplBase. reconfigure()voidFlowController. reconfigure()Alerts this FlowController that the values of its configuration parameters or external resources have changed. -
Uses of ResourceConfigurationException in org.apache.uima.impl
Methods in org.apache.uima.impl that throw ResourceConfigurationException Modifier and Type Method Description java.lang.String[]UimaContext_ImplBase. getSharedSettingArray(java.lang.String name)java.lang.StringUimaContext_ImplBase. getSharedSettingValue(java.lang.String name) -
Uses of ResourceConfigurationException in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that throw ResourceConfigurationException Modifier and Type Method Description voidAnalysisEnginePool. reconfigure() -
Uses of ResourceConfigurationException in org.apache.uima.resource
Methods in org.apache.uima.resource that throw ResourceConfigurationException Modifier and Type Method Description voidConfigurationManager. createContext(java.lang.String aContextName, ResourceMetaData aResourceMetaData, Settings externalSettings)Creates and sets up a new configuration parameter context.voidConfigurableResource_ImplBase. reconfigure()voidConfigurableResource. reconfigure()Instructs this Resource to re-read its configuration parameter settings.voidConfigurationManager. reconfigure(java.lang.String aContextName)Completes the reconfiguration of parameters within the specified context.voidResourceCreationSpecifier. validate()Checks that thisResourceCreationSpecifieris valid.voidResourceCreationSpecifier. validate(ResourceManager aResourceManager)Checks that thisResourceCreationSpecifieris valid. -
Uses of ResourceConfigurationException in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl that throw ResourceConfigurationException Modifier and Type Method Description voidConfigurationManagerImplBase. createContext(java.lang.String aContextName, ResourceMetaData aResourceMetaData, Settings externalOverrides)protected voidConfigurationManager_impl. declareParameters(java.lang.String aGroupName, ConfigurationParameter[] aParams, ConfigurationParameterSettings aSettings, java.lang.String aContextName, Settings aExternalOverrides)protected voidConfigurationManagerImplBase. declareParameters(java.lang.String aGroupName, ConfigurationParameter[] aParams, ConfigurationParameterSettings aSettings, java.lang.String aContextName, Settings aExternalOverrides)Called during creation of a new context.voidConfigurationManagerImplBase. reconfigure(java.lang.String aContextName)voidResourceCreationSpecifier_impl. validate()Determines if the AnalysisEngineDescription is valid.voidResourceCreationSpecifier_impl. validate(ResourceManager aResourceManager) -
Uses of ResourceConfigurationException in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that throw ResourceConfigurationException Modifier and Type Method Description voidResourceMetaData. validateConfigurationParameterSettings()Validates configuration parameter settings within this Resource MetaData, and throws an exception if they are not valid. -
Uses of ResourceConfigurationException in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl that throw ResourceConfigurationException Modifier and Type Method Description protected voidResourceMetaData_impl. validateConfigurationParameterDataTypeMatch(ConfigurationParameter aParam, NameValuePair aNVP)Validate that a value is of an appropriate data type for assignment to the given parameter.voidResourceMetaData_impl. validateConfigurationParameterSettings()Validates configuration parameter settings within this Resource MetaData, and throws an exception if they are not valid.protected voidResourceMetaData_impl. validateConfigurationParameterSettings(NameValuePair[] aNVPs, java.lang.String aGroupName, ConfigurationParameterDeclarations aParamDecls)Validates configuration parameter settings within a group. -
Uses of ResourceConfigurationException in org.apache.uima.test.junit_extension
Methods in org.apache.uima.test.junit_extension that throw ResourceConfigurationException Modifier and Type Method Description voidAnnotatorTester. changeParameterSetting(java.lang.String groupName, java.lang.String paramName, java.lang.Object paramValue)change the parameter name for the given analysis enginevoidAnnotationWriter. reconfigure() -
Uses of ResourceConfigurationException in org.apache.uima.util
Methods in org.apache.uima.util that throw ResourceConfigurationException Modifier and Type Method Description java.lang.StringSettings. getSetting(java.lang.String name)Get the value of an external override setting.java.lang.String[]Settings. getSettingArray(java.lang.String name)Get the array of values for an external override setting.voidSettings. loadSystemDefaults()Load properties from the comma-separated list of files specified in the system property UimaExternalOverrides Files are loaded in order --- so in descending priority.java.lang.StringSettings. lookUp(java.lang.String name)Look up the value for a property. -
Uses of ResourceConfigurationException in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that throw ResourceConfigurationException Modifier and Type Method Description java.lang.StringSettings_impl. getSetting(java.lang.String name)java.lang.String[]Settings_impl. getSettingArray(java.lang.String name)voidSettings_impl. loadSystemDefaults()Load properties from the comma-separated list of resources specified in the system property UimaExternalOverrides Resource names may be specified with a prefix of "file:" or "path:".java.lang.StringSettings_impl. lookUp(java.lang.String name)Look up the value for a property.
-