public class DasNodeFactory
extends java.lang.Object
| Constructor and Description |
|---|
DasNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
defaultDataPath() |
static java.lang.String |
defaultTestPath() |
static DasNode |
getNearestNode(java.lang.String sUrl,
ProgressMonitor mon,
boolean bReload)
Kind of like traceroute, try to resolve successively longer paths until
you get to one that fails.
|
static DasNode |
getNode(java.lang.String sUrl,
ProgressMonitor mon,
boolean bReload)
Get a node from the global node map by URL.
|
public static DasNode getNode(java.lang.String sUrl, ProgressMonitor mon, boolean bReload) throws DasResolveException, java.io.IOException, java.text.ParseException
sUrl - mon - bReload - - Reload the node definition from the original sourceDasResolveExceptionjava.io.IOExceptionjava.text.ParseExceptionpublic static DasNode getNearestNode(java.lang.String sUrl, ProgressMonitor mon, boolean bReload) throws DasResolveException
sUrl - An autoplot URLmon - bReload - DasResolveException - if a Filesystem style URL cannot
be loaded as a DasNode.public static java.lang.String defaultDataPath()
public static java.lang.String defaultTestPath()