public interface DatasetTracker extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DatasetTracker.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
exists() |
String |
findNcml(String path) |
String |
findResourceControl(String path) |
boolean |
reinit() |
void |
save() |
void |
showDB(Formatter f) |
boolean |
trackDataset(long catId,
thredds.client.catalog.Dataset ds,
DatasetTracker.Callback callback) |
void save() throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionboolean exists()
boolean reinit()
boolean trackDataset(long catId,
thredds.client.catalog.Dataset ds,
DatasetTracker.Callback callback)
void showDB(Formatter f)