Package ucar.unidata.idv
Class ServerUrlRemapper
java.lang.Object
ucar.unidata.idv.ServerUrlRemapper
A class to handle remapping URLs from data sources as
they are unpersisted from bundles
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionremapUrlsInBundle(String xml) basic method used to remap urls found in a bundle xml file
-
Field Details
-
TAG_URLMAP
Xml tag for url maps xml- See Also:
-
CDATA_ID
name for cdata tags- See Also:
-
-
Constructor Details
-
ServerUrlRemapper
Construct a ServerUrlRemapper- Parameters:
idv- instance of the IDV
-
-
Method Details
-
remapUrlsInBundle
basic method used to remap urls found in a bundle xml file- Parameters:
xml- String representation of the xml bundle- Returns:
- updated Element representation of a bundle
- Throws:
IOException- _more_SAXException- _more_TransformerException- _more_
-