Package ucar.unidata.idv
Class IdvResourceManager.XmlIdvResource
java.lang.Object
ucar.unidata.idv.IdvResourceManager.IdvResource
ucar.unidata.idv.IdvResourceManager.XmlIdvResource
- Enclosing class:
IdvResourceManager
Class XmlIdvResource. Respresents xml resources.
- Author:
- IDV development team
-
Field Summary
Fields inherited from class ucar.unidata.idv.IdvResourceManager.IdvResource
extraPaths, fileNamePattern, pattern -
Constructor Summary
ConstructorsConstructorDescriptionXmlIdvResource(String id) Create this object with the given idXmlIdvResource(String id, String description) Create this object with the given id and descriptionXmlIdvResource(String id, String description, String fileNamePattern) Create this object with the given id and description and jython edit command.XmlIdvResource(String id, String description, String fileNamePattern, boolean forUser) Create an XmlIdvResource -
Method Summary
Modifier and TypeMethodDescriptioninitResourceCollection(IdvResourceManager resourceManager) Create theResourceCollectionMethods inherited from class ucar.unidata.idv.IdvResourceManager.IdvResource
addExtraPath, getDescription, getId, getPattern, toString
-
Constructor Details
-
XmlIdvResource
Create this object with the given id- Parameters:
id- The id
-
XmlIdvResource
Create this object with the given id and description- Parameters:
id- The iddescription- The description
-
XmlIdvResource
Create this object with the given id and description and jython edit command.- Parameters:
id- The iddescription- The description This may be null.fileNamePattern- pattern
-
XmlIdvResource
Create an XmlIdvResource- Parameters:
id- the iddescription- a descriptionfileNamePattern- the file name patternforUser- true if for the user
-
-
Method Details
-
initResourceCollection
Create theResourceCollection- Overrides:
initResourceCollectionin classIdvResourceManager.IdvResource- Parameters:
resourceManager- The resource manager that does the work- Returns:
- The new resource collection
-