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:
java.io.Serializable,java.lang.Cloneable,FileLanguageResourceSpecifier,MetaDataObject,ResourceSpecifier,XMLizable
public class FileLanguageResourceSpecifier_impl extends MetaDataObject_impl implements FileLanguageResourceSpecifier
Reference implementation ofFileLanguageResourceSpecifier.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description FileLanguageResourceSpecifier_impl()Creates a newFileLanguageResourceSpecifier_impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileUrlPrefix()Retrieves the URL prefix.java.lang.StringgetFileUrlSuffix()Retrieves the URL suffix.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetFileUrlPrefix(java.lang.String aPrefix)Sets the URL prefix.voidsetFileUrlSuffix(java.lang.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
-
-
-
-
Method Detail
-
getFileUrlPrefix
public java.lang.String getFileUrlPrefix()
Description copied from interface:FileLanguageResourceSpecifierRetrieves the URL prefix.- Specified by:
getFileUrlPrefixin interfaceFileLanguageResourceSpecifier- Returns:
- the URL prefix
- See Also:
FileLanguageResourceSpecifier.getFileUrlPrefix()
-
getFileUrlSuffix
public java.lang.String getFileUrlSuffix()
Description copied from interface:FileLanguageResourceSpecifierRetrieves the URL suffix.- Specified by:
getFileUrlSuffixin interfaceFileLanguageResourceSpecifier- Returns:
- the URL suffix
- See Also:
FileLanguageResourceSpecifier.getFileUrlSuffix()
-
setFileUrlPrefix
public void setFileUrlPrefix(java.lang.String aPrefix)
Description copied from interface:FileLanguageResourceSpecifierSets the URL prefix.- Specified by:
setFileUrlPrefixin interfaceFileLanguageResourceSpecifier- Parameters:
aPrefix- the URL prefix- See Also:
FileLanguageResourceSpecifier.setFileUrlPrefix(java.lang.String)
-
setFileUrlSuffix
public void setFileUrlSuffix(java.lang.String aSuffix)
Description copied from interface:FileLanguageResourceSpecifierSets the URL suffix.- Specified by:
setFileUrlSuffixin interfaceFileLanguageResourceSpecifier- Parameters:
aSuffix- the URL suffix- See Also:
FileLanguageResourceSpecifier.setFileUrlSuffix(java.lang.String)
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
-