| 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
The last
AddeEntrys 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.extractFromPreferences(IdvObjectStore store)
Returns the
AddeEntrys stored
in the user's preferences. |
private Set<AddeEntry> |
EntryStore.extractResourceEntries(AddeEntry.EntrySource source,
XmlResourceCollection xmlResources)
Process all of the "IDV-style" XML resources.
|
private Set<AddeEntry> |
EntryStore.extractUserEntries(XmlResourceCollection xmlResources)
Process all of the "user" XML resources.
|
protected Set<AddeEntry> |
EntryStore.getEntrySet()
|
Map<AddeEntry,JCheckBox> |
AddePreferences.AddePrefConglomeration.getEntryToggles() |
List<AddeEntry> |
EntryStore.getLastAdded() |
List<AddeEntry> |
EntryStore.getLastAddedByType(AddeEntry.EntryType type)
Searches the newest entries for the entries of the given
EntryType. |
List<AddeEntry> |
EntryStore.getLastAddedByTypes(EnumSet<AddeEntry.EntryType> types) |
Set<AddeEntry> |
EntryStore.getVerifiedEntries(AddeEntry.EntryType type)
|
Map<AddeEntry.EntryType,Set<AddeEntry>> |
EntryStore.getVerifiedEntriesByTypes() |
List<AddeEntry> |
EntryStore.searchWithPrefix(String prefix)
Search the server manager for entries that match
prefix. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EntryStore.isInvalidEntry(AddeEntry entry)
Determine the validity of a given
AddeEntry. |
protected boolean |
EntryStore.removeEntry(AddeEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntryStore.addEntries(Collection<? extends AddeEntry> newEntries)
|
static Set<AddeServer> |
EntryTransforms.convertMcvServers(Collection<AddeEntry> entries) |
static Set<AddeEntry.EntryType> |
EntryTransforms.findEntryTypes(Collection<? extends AddeEntry> entries) |
private static void |
EntryStore.putEntries(PatriciaTrie<String,AddeEntry> trie,
Collection<? extends AddeEntry> newEntries) |
private static void |
EntryStore.putEntries(PatriciaTrie<String,AddeEntry> trie,
Collection<? extends AddeEntry> newEntries) |
protected boolean |
EntryStore.removeEntries(Collection<? extends AddeEntry> removedEntries) |
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 |
|---|
AddePreferences.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) |