public class Tdm extends Object
| Constructor and Description |
|---|
Tdm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initServers() |
static void |
main(String[] args) |
void |
processEvent(thredds.inventory.CollectionUpdateEvent event) |
void |
setCatalog(String catName) |
void |
setContentDir(String contentDir) |
void |
setExecutor(ExecutorService executor) |
void |
setForceOnStartup(boolean forceOnStartup) |
void |
setNThreads(int n) |
void |
setServerNames(String[] serverNames) |
void |
setShowOnly(boolean showOnly) |
public void setContentDir(String contentDir) throws IOException
IOExceptionpublic void setShowOnly(boolean showOnly)
public void setNThreads(int n)
public void setForceOnStartup(boolean forceOnStartup)
public void setExecutor(ExecutorService executor)
public void setCatalog(String catName)
public void setServerNames(String[] serverNames)
public void initServers()
throws ucar.httpservices.HTTPException
ucar.httpservices.HTTPExceptionpublic void processEvent(thredds.inventory.CollectionUpdateEvent event)
public static void main(String[] args) throws IOException, InterruptedException
IOExceptionInterruptedException