Uses of Interface
org.apache.uima.resource.DataResource
Packages that use DataResource
Package
Description
Reflection-based context and dependency injection.
Examples for using the
ExternalResource annotation.Example for using the
ExternalResource annotation.Interfaces for
Resources and ResourceSpecifiers.-
Uses of DataResource in org.apache.uima.fit.component.initialize
Methods in org.apache.uima.fit.component.initialize with parameters of type DataResourceModifier and TypeMethodDescriptionstatic voidConfigurationParameterInitializer.initialize(Object component, DataResource dataResource) Initialize a component from aResourceMetaData. -
Uses of DataResource in org.apache.uima.fit.examples.resource
Methods in org.apache.uima.fit.examples.resource with parameters of type DataResourceModifier and TypeMethodDescriptionvoidExternalResourceExample.SharedModel.load(DataResource aData) voidExternalResourceExample2.SharedModel.load(DataResource aData) -
Uses of DataResource in org.apache.uima.fit.examples.tutorial.ex6
Methods in org.apache.uima.fit.examples.tutorial.ex6 with parameters of type DataResource -
Uses of DataResource in org.apache.uima.resource
Methods in org.apache.uima.resource that return DataResourceModifier and TypeMethodDescriptionParameterizedDataResource.getDataResource(String... aParams) Gets aDataResourceobject that can be used to access the data that is appropriate for the given parameter values.Methods in org.apache.uima.resource with parameters of type DataResourceModifier and TypeMethodDescriptionvoidSharedResourceObject.load(DataResource aData) Called by theResourceManagerafter this object has been instantiated. -
Uses of DataResource in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement DataResourceModifier and TypeClassDescriptionclassA simpleDataResourceimplementation that can read data from a file via a URL.classA simpleDataResourceimplementation that can read data from a file via a URL.Methods in org.apache.uima.resource.impl that return DataResource