Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager | |
edu.wisc.ssec.mcidasv.util.trie |
Modifier and Type | Class and Description |
---|---|
class |
LocalAddeEntry |
class |
RemoteAddeEntry |
Modifier and Type | Field and Description |
---|---|
private Map<AddeEntry,JCheckBox> |
AddePreferences.AddePrefConglomeration.entryToggles |
private List<AddeEntry> |
EntryStore.lastAdded
Last
AddeEntries added to the manager. |
private PatriciaTrie<String,AddeEntry> |
EntryStore.trie
The ADDE servers known to McIDAS-V.
|
Modifier and Type | Method and Description |
---|---|
protected static Set<AddeEntry> |
EntryTransforms.convertAddeServerXml(Element root,
AddeEntry.EntrySource source)
|
private Set<AddeEntry> |
EntryStore.extractPreferencesEntries(IdvObjectStore store)
Returns the
AddeEntries stored in the user's
preferences. |
private Set<AddeEntry> |
EntryStore.extractResourceEntries(AddeEntry.EntrySource source,
XmlResourceCollection xmlResources)
Process all of the "IDV-style" XML resources for a given
"source".
|
private Set<AddeEntry> |
EntryStore.extractUserEntries(XmlResourceCollection xmlResources)
Process all of the "user" XML resources.
|
Set<AddeEntry> |
EntryStore.getEntrySet()
Returns the complete
Set of AddeEntries . |
Map<AddeEntry,JCheckBox> |
AddePreferences.AddePrefConglomeration.getEntryToggles() |
List<AddeEntry> |
EntryStore.getLastAdded()
Returns the
AddeEntries that were added last. |
List<AddeEntry> |
EntryStore.getLastAddedByType(AddeEntry.EntryType type)
Searches the newest entries for the entries of the given
AddeEntry.EntryType . |
List<AddeEntry> |
EntryStore.getLastAddedByTypes(EnumSet<AddeEntry.EntryType> types)
Returns the
AddeEntries that were added last, filtered
by the given EntryTypes . |
Set<AddeEntry> |
EntryStore.getPersistedEntrySet()
Returns all non-temporary
AddeEntries . |
Set<AddeEntry> |
EntryStore.getVerifiedEntries(AddeEntry.EntryType type)
|
Map<AddeEntry.EntryType,Set<AddeEntry>> |
EntryStore.getVerifiedEntriesByTypes()
Returns the available
AddeEntries , grouped by
AddeEntry.EntryType . |
private static Set<AddeEntry> |
EntryStore.removeDeletedSystemEntries(Collection<? extends AddeEntry> entries,
Collection<? extends AddeEntry> systemEntries)
Searches
entries for AddeEntry objects with two characteristics:
the object source is AddeEntry.EntrySource.SYSTEM
the object is not in systemEntries
The intent behind this method is to safely remove "system"
entries that have been stored to a user's preferences. |
List<AddeEntry> |
EntryStore.searchWithPrefix(String prefix)
Search the server manager for entries that match
prefix . |
Modifier and Type | Method and Description |
---|---|
void |
EntryStore.addEntry(AddeEntry entry)
Adds a single
AddeEntry to EntryStore.trie . |
static boolean |
EntryStore.isInvalidEntry(AddeEntry entry)
Determine the validity of a given
AddeEntry . |
boolean |
EntryStore.removeEntry(AddeEntry entry)
Removes a single
AddeEntry from the set of available entries. |
Modifier and Type | Method and Description |
---|---|
void |
EntryStore.addEntries(Collection<? extends AddeEntry> newEntries)
|
static Set<AddeServer> |
EntryTransforms.convertMcvServers(Collection<AddeEntry> entries)
Converts given
AddeEntries to
AddeServers . |
static Set<AddeEntry.EntryType> |
EntryTransforms.findEntryTypes(Collection<? extends AddeEntry> entries) |
private static void |
EntryStore.putEntries(PatriciaTrie<String,AddeEntry> trie,
Collection<? extends AddeEntry> newEntries)
Adds
AddeEntry objects to a given PatriciaTrie . |
private static void |
EntryStore.putEntries(PatriciaTrie<String,AddeEntry> trie,
Collection<? extends AddeEntry> newEntries)
Adds
AddeEntry objects to a given PatriciaTrie . |
private static Set<AddeEntry> |
EntryStore.removeDeletedSystemEntries(Collection<? extends AddeEntry> entries,
Collection<? extends AddeEntry> systemEntries)
Searches
entries for AddeEntry objects with two characteristics:
the object source is AddeEntry.EntrySource.SYSTEM
the object is not in systemEntries
The intent behind this method is to safely remove "system"
entries that have been stored to a user's preferences. |
private static Set<AddeEntry> |
EntryStore.removeDeletedSystemEntries(Collection<? extends AddeEntry> entries,
Collection<? extends AddeEntry> systemEntries)
Searches
entries for AddeEntry objects with two characteristics:
the object source is AddeEntry.EntrySource.SYSTEM
the object is not in systemEntries
The intent behind this method is to safely remove "system"
entries that have been stored to a user's preferences. |
boolean |
EntryStore.removeEntries(Collection<? extends AddeEntry> removedEntries)
Removes the given
AddeEntries . |
void |
EntryStore.replaceEntries(Collection<? extends AddeEntry> oldEntries,
Collection<? extends AddeEntry> newEntries)
|
void |
EntryStore.replaceEntries(Collection<? extends AddeEntry> oldEntries,
Collection<? extends AddeEntry> newEntries)
|
Constructor and Description |
---|
AddePrefConglomeration(String name,
PreferenceManager entryListener,
JPanel entryPanel,
Map<AddeEntry,JCheckBox> entryToggles) |
Modifier and Type | Method and Description |
---|---|
int |
AddeEntryKeyAnalyzer.bitIndex(AddeEntry key,
int keyStart,
int keyLength,
AddeEntry found,
int foundStart,
int foundLength) |
int |
AddeEntryKeyAnalyzer.compare(AddeEntry o1,
AddeEntry o2) |
boolean |
AddeEntryKeyAnalyzer.isBitSet(AddeEntry key,
int keyLength,
int bitIndex) |
boolean |
AddeEntryKeyAnalyzer.isPrefix(AddeEntry prefix,
int offset,
int length,
AddeEntry key) |
int |
AddeEntryKeyAnalyzer.length(AddeEntry key) |
private static String |
AddeEntryKeyAnalyzer.valAtIdx(int idx,
AddeEntry e) |