public static class IdvResourceManager.XmlIdvResource extends IdvResourceManager.IdvResource
extraPaths, fileNamePattern, pattern| Constructor and Description |
|---|
XmlIdvResource(java.lang.String id)
Create this object with the given id
|
XmlIdvResource(java.lang.String id,
java.lang.String description)
Create this object with the given id and description
|
XmlIdvResource(java.lang.String id,
java.lang.String description,
java.lang.String fileNamePattern)
Create this object with the given id and description
and jython edit command.
|
XmlIdvResource(java.lang.String id,
java.lang.String description,
java.lang.String fileNamePattern,
boolean forUser)
Create an XmlIdvResource
|
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection |
initResourceCollection(IdvResourceManager resourceManager)
Create the
ResourceCollection |
addExtraPath, getDescription, getId, getPattern, toStringpublic XmlIdvResource(java.lang.String id)
id - The idpublic XmlIdvResource(java.lang.String id,
java.lang.String description)
id - The iddescription - The descriptionpublic XmlIdvResource(java.lang.String id,
java.lang.String description,
java.lang.String fileNamePattern)
id - The iddescription - The description
This may be null.fileNamePattern - patternpublic XmlIdvResource(java.lang.String id,
java.lang.String description,
java.lang.String fileNamePattern,
boolean forUser)
id - the iddescription - a descriptionfileNamePattern - the file name patternforUser - true if for the userpublic ResourceCollection initResourceCollection(IdvResourceManager resourceManager)
ResourceCollectioninitResourceCollection in class IdvResourceManager.IdvResourceresourceManager - The resource manager that does the work