ucar.unidata.idv
Class FileHistory

java.lang.Object
  extended by ucar.unidata.idv.History
      extended by ucar.unidata.idv.FileHistory

public class FileHistory
extends History

Holds the information needed to reload a file

Author:
IDV development team

Constructor Summary
FileHistory()
          Parameterless ctor for xml encoding/decoding
FileHistory(String filename)
          Create this FileHistory object with the given filename
 
Method Summary
 boolean process(IntegratedDataViewer idv)
          Load in the file.
 
Methods inherited from class ucar.unidata.idv.History
equals, findWithAlias, getAlias, getName, hasAlias, hashCode, setAlias, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileHistory

public FileHistory()
Parameterless ctor for xml encoding/decoding


FileHistory

public FileHistory(String filename)
Create this FileHistory object with the given filename

Parameters:
filename - The name of the file or url
Method Detail

process

public boolean process(IntegratedDataViewer idv)
Load in the file.

Specified by:
process in class History
Parameters:
idv - The IDV
Returns:
Was this successful