Class IdvResourceManager.XmlIdvResource

java.lang.Object
ucar.unidata.idv.IdvResourceManager.IdvResource
ucar.unidata.idv.IdvResourceManager.XmlIdvResource
Enclosing class:
IdvResourceManager

public static class IdvResourceManager.XmlIdvResource extends IdvResourceManager.IdvResource
Class XmlIdvResource. Respresents xml resources.
Author:
IDV development team
  • Constructor Details

    • XmlIdvResource

      public XmlIdvResource(String id)
      Create this object with the given id
      Parameters:
      id - The id
    • XmlIdvResource

      public XmlIdvResource(String id, String description)
      Create this object with the given id and description
      Parameters:
      id - The id
      description - The description
    • XmlIdvResource

      public XmlIdvResource(String id, String description, String fileNamePattern)
      Create this object with the given id and description and jython edit command.
      Parameters:
      id - The id
      description - The description This may be null.
      fileNamePattern - pattern
    • XmlIdvResource

      public XmlIdvResource(String id, String description, String fileNamePattern, boolean forUser)
      Create an XmlIdvResource
      Parameters:
      id - the id
      description - a description
      fileNamePattern - the file name pattern
      forUser - true if for the user
  • Method Details