Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Class AliasedDiscoverables

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<String,T>
              extended by com.esri.gpt.framework.collection.CaseInsensitiveMap<Discoverable>
                  extended by com.esri.gpt.catalog.discovery.AliasedDiscoverables
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Discoverable>

public class AliasedDiscoverables
extends CaseInsensitiveMap<Discoverable>

A map of discoverable properties keyed on alias names.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
AliasedDiscoverables()
          Default constructor.
 
Method Summary
 void echo(StringBuffer sb)
          Appends property information for the component to a buffer.
 String toString()
          Returns the string representation of the object.
 
Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap
containsKey, get, getAllowEmptyKey, put
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, entrySet, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values
 

Constructor Detail

AliasedDiscoverables

public AliasedDiscoverables()
Default constructor.

Method Detail

echo

public void echo(StringBuffer sb)
Appends property information for the component to a buffer.

Parameters:
sb - the buffer to use when appending information

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class CaseInsensitiveMap<Discoverable>
Returns:
the string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.