dods.clients.importwizard
Class InventoryGatherInfo
java.lang.Object
java.lang.Thread
dods.clients.importwizard.InventoryGatherInfo
- All Implemented Interfaces:
- Runnable
public class InventoryGatherInfo
- extends Thread
This class gathers the dataset information.
- Version:
- 1.00 16 Aug 2001
- Author:
- Kashan A. Shaikh
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
InventoryGatherInfo
public InventoryGatherInfo(String url)
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
isFileserver
public boolean isFileserver()
getDatasetName
public String getDatasetName()
variablesExist
public boolean variablesExist()
timeExists
public boolean timeExists()
getSequenceName
public String getSequenceName()
getLowYear
public int getLowYear()
getLowMonth
public int getLowMonth()
getLowDay
public int getLowDay()
getHighYear
public int getHighYear()
getHighMonth
public int getHighMonth()
getHighDay
public int getHighDay()
getDateFields
public String getDateFields()
getDateFunction
public String getDateFunction()
getNumVariables
public int getNumVariables()
getVariableNames
public String[] getVariableNames()
getVariableContents
public String[][] getVariableContents()