Uses of Interface
org.apache.uima.resource.Parameter
Packages that use Parameter
Package
Description
Apache UIMA
Reflection-based context and dependency injection.
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of Parameter in org.apache.uima
Methods in org.apache.uima that return Parameter -
Uses of Parameter in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci with parameters of type ParameterModifier and TypeMethodDescriptionstatic String
VinciBinaryAnalysisEngineServiceStub.getParameterValueFor
(String aKey, Parameter[] parameters) Gets the parameter value for.Constructors in org.apache.uima.adapter.vinci with parameters of type ParameterModifierConstructorDescriptionVinciAnalysisEngineServiceStub
(String endpointURI, Integer timeout, Resource owner, Parameter[] parameters) Instantiates a new vinci analysis engine service stub.VinciBinaryAnalysisEngineServiceStub
(String endpointURI, Integer timeout, AnalysisEngineServiceAdapter owner, Parameter[] parameters) Instantiates a new vinci binary analysis engine service stub. -
Uses of Parameter in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that return ParameterMethods in org.apache.uima.collection.impl.metadata.cpe with parameters of type ParameterModifier and TypeMethodDescriptionvoid
CasProcessorCpeObject.setParameters
(Parameter[] aparameters) Sets the parameters. -
Uses of Parameter in org.apache.uima.fit.component.initialize
Methods in org.apache.uima.fit.component.initialize with parameters of type ParameterModifier and TypeMethodDescriptionstatic void
ConfigurationParameterInitializer.initialize
(Object component, Parameter... parameters) Initialize a component from aCustomResourceSpecifier
. -
Uses of Parameter in org.apache.uima.impl
Methods in org.apache.uima.impl that return Parameter -
Uses of Parameter in org.apache.uima.resource
Methods in org.apache.uima.resource that return ParameterModifier and TypeMethodDescriptionCustomResourceSpecifier.getParameters()
Gets parameters that may be read by the custom resource class when it is initialized.PearSpecifier.getParameters()
Deprecated.These parameters only support string values.URISpecifier.getParameters()
Methods in org.apache.uima.resource with parameters of type ParameterModifier and TypeMethodDescriptionvoid
CustomResourceSpecifier.setParameters
(Parameter... parameters) Sets parameters that may be read by the custom resource class when it is initialized.void
PearSpecifier.setParameters
(Parameter... parameters) Deprecated.These parameters only support string values.void
URISpecifier.setParameters
(Parameter... parameters) -
Uses of Parameter in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ParameterMethods in org.apache.uima.resource.impl that return ParameterModifier and TypeMethodDescriptionCustomResourceSpecifier_impl.getParameters()
PearSpecifier_impl.getParameters()
Deprecated.URISpecifier_impl.getParameters()
Methods in org.apache.uima.resource.impl with parameters of type ParameterModifier and TypeMethodDescriptionvoid
CustomResourceSpecifier_impl.setParameters
(Parameter[] aParameters) void
PearSpecifier_impl.setParameters
(Parameter... parameters) Deprecated.void
URISpecifier_impl.setParameters
(Parameter... parameters)