com.atlassian.jira.issue.search
Class SearcherRegistry

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractMapDecorator
      extended by org.apache.commons.collections.map.ListOrderedMap
          extended by com.atlassian.jira.issue.search.SearcherRegistry
All Implemented Interfaces:
Serializable, Map, org.apache.commons.collections.IterableMap, org.apache.commons.collections.OrderedMap

public class SearcherRegistry
extends org.apache.commons.collections.map.ListOrderedMap

Represents the searchers registered in JIRA. Allows us to add custom functionality if / when we need to

Since:
JIRA 3.3
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.commons.collections.map.ListOrderedMap
insertOrder
 
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map
 
Constructor Summary
SearcherRegistry()
           
SearcherRegistry(Map map)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.collections.map.ListOrderedMap
asList, clear, decorate, entrySet, firstKey, get, getValue, indexOf, keyList, keySet, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, put, put, putAll, remove, remove, setValue, toString, valueList, values
 
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, containsValue, equals, get, hashCode, isEmpty, size
 

Constructor Detail

SearcherRegistry

public SearcherRegistry()

SearcherRegistry

public SearcherRegistry(Map map)


Copyright © 2002-2008 Atlassian. All Rights Reserved.