Uses of Class
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EntrySource

Packages that use AddeEntry.EntrySource
edu.wisc.ssec.mcidasv.servermanager   
 

Uses of AddeEntry.EntrySource in edu.wisc.ssec.mcidasv.servermanager
 

Fields in edu.wisc.ssec.mcidasv.servermanager declared as AddeEntry.EntrySource
private  AddeEntry.EntrySource RemoteAddeEntry.entrySource
          Where this entry came from.
private  AddeEntry.EntrySource RemoteAddeEntry.Builder.entrySource
          Optional AddeEntry.EntrySource of the entry.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EntrySource
static AddeEntry.EntrySource AddeEntry.EntrySource.fromStr(String str)
           
 AddeEntry.EntrySource RemoteAddeEntry.getEntrySource()
           
 AddeEntry.EntrySource LocalAddeEntry.getEntrySource()
           
 AddeEntry.EntrySource AddeEntry.getEntrySource()
          Source that specified this entry.
static AddeEntry.EntrySource EntryTransforms.strToEntrySource(String s)
          Attempts to convert a String to an AddeEntry.EntrySource.
static AddeEntry.EntrySource AddeEntry.EntrySource.valueOf(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.
 

Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddeEntry.EntrySource
protected static Set<AddeEntry> EntryTransforms.convertAddeServerXml(Element root, AddeEntry.EntrySource source)
          Converts the XML contents of IdvResourceManager.RSC_ADDESERVER to a Set of RemoteAddeEntrys.
private  Set<AddeEntry> EntryStore.extractResourceEntries(AddeEntry.EntrySource source, 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 String AddeEntry.EntrySource.toStr(AddeEntry.EntrySource source)