Package org.apache.uima.resource.impl
Class FileLanguageResourceSpecifier_impl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.FileLanguageResourceSpecifier_impl
- All Implemented Interfaces:
Serializable
,Cloneable
,FileLanguageResourceSpecifier
,MetaDataObject
,ResourceSpecifier
,XMLizable
public class FileLanguageResourceSpecifier_impl
extends MetaDataObject_impl
implements FileLanguageResourceSpecifier
Reference implementation of
FileLanguageResourceSpecifier
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
Field Summary
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
Constructor Summary
ConstructorDescriptionCreates a newFileLanguageResourceSpecifier_impl
. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the URL prefix.Retrieves the URL suffix.protected XmlizationInfo
To be implemented by subclasses to return information describing how to represent this object in XML.void
setFileUrlPrefix
(String aPrefix) Sets the URL prefix.void
setFileUrlSuffix
(String aSuffix) Sets the URL suffix.Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Constructor Details
-
FileLanguageResourceSpecifier_impl
public FileLanguageResourceSpecifier_impl()Creates a newFileLanguageResourceSpecifier_impl
.
-
-
Method Details
-
getFileUrlPrefix
Description copied from interface:FileLanguageResourceSpecifier
Retrieves the URL prefix.- Specified by:
getFileUrlPrefix
in interfaceFileLanguageResourceSpecifier
- Returns:
- the URL prefix
- See Also:
-
getFileUrlSuffix
Description copied from interface:FileLanguageResourceSpecifier
Retrieves the URL suffix.- Specified by:
getFileUrlSuffix
in interfaceFileLanguageResourceSpecifier
- Returns:
- the URL suffix
- See Also:
-
setFileUrlPrefix
Description copied from interface:FileLanguageResourceSpecifier
Sets the URL prefix.- Specified by:
setFileUrlPrefix
in interfaceFileLanguageResourceSpecifier
- Parameters:
aPrefix
- the URL prefix- See Also:
-
setFileUrlSuffix
Description copied from interface:FileLanguageResourceSpecifier
Sets the URL suffix.- Specified by:
setFileUrlSuffix
in interfaceFileLanguageResourceSpecifier
- Parameters:
aSuffix
- the URL suffix- See Also:
-
getXmlizationInfo
Description copied from class:MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfo
in classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-