Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private AddeEntry.EntrySource |
RemoteAddeEntry.entrySource
Where this entry came from.
|
private AddeEntry.EntrySource |
RemoteAddeEntry.Builder.entrySource
Optional
AddeEntry.EntrySource of the entry. |
Modifier and Type | Method and Description |
---|---|
static AddeEntry.EntrySource |
AddeEntry.EntrySource.fromStr(java.lang.String str) |
AddeEntry.EntrySource |
RemoteAddeEntry.getEntrySource() |
AddeEntry.EntrySource |
LocalAddeEntry.getEntrySource() |
AddeEntry.EntrySource |
AddeEntry.getEntrySource()
Source that specified this entry.
|
static AddeEntry.EntrySource |
EntryTransforms.strToEntrySource(java.lang.String s)
Attempts to convert a
String to an AddeEntry.EntrySource . |
static AddeEntry.EntrySource |
AddeEntry.EntrySource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddeEntry.EntrySource[] |
AddeEntry.EntrySource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Set<AddeEntry> |
EntryTransforms.convertAddeServerXml(org.w3c.dom.Element root,
AddeEntry.EntrySource source)
|
private java.util.Set<AddeEntry> |
EntryStore.extractResourceEntries(AddeEntry.EntrySource source,
ucar.unidata.xml.XmlResourceCollection xmlResources)
Process all of the "IDV-style" XML resources for a given
"source".
|
RemoteAddeEntry.Builder |
RemoteAddeEntry.Builder.source(AddeEntry.EntrySource entrySource)
Optional "parameter" for an ADDE entry.
|
static java.lang.String |
AddeEntry.EntrySource.toStr(AddeEntry.EntrySource source) |