com.atlassian.jira.issue.search.searchers
Class SearcherGroup

java.lang.Object
  extended bycom.atlassian.jira.issue.search.searchers.SearcherGroup

public class SearcherGroup
extends Object


Constructor Summary
SearcherGroup(String titleKey, List searchers)
           
 
Method Summary
 List getSearchers()
           
 String getTitleKey()
           
 boolean isPrintHeader()
           
 boolean isShown(SearchContext searchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearcherGroup

public SearcherGroup(String titleKey,
                     List searchers)
Method Detail

getTitleKey

public String getTitleKey()

getSearchers

public List getSearchers()

isPrintHeader

public boolean isPrintHeader()

isShown

public boolean isShown(SearchContext searchContext)


Copyright © 2002-2006 Atlassian. All Rights Reserved.