com.pyxis.greenhopper.jira.util.collector
Class IssueTypesCollector

java.lang.Object
  extended by org.apache.lucene.search.HitCollector
      extended by com.atlassian.jira.issue.statistics.util.DocumentHitCollector
          extended by com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
              extended by com.pyxis.greenhopper.jira.util.collector.IssueTypesCollector

public class IssueTypesCollector
extends SimpleFieldCollector


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
fieldName, value
 
Fields inherited from class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
searcher
 
Constructor Summary
IssueTypesCollector(org.apache.lucene.search.Searchable searcher)
           
 
Method Summary
 void doCollect(org.apache.lucene.document.Document d)
           
 java.lang.Object getValue()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
collect, getFieldName
 
Methods inherited from class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
collect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTypesCollector

public IssueTypesCollector(org.apache.lucene.search.Searchable searcher)
Method Detail

doCollect

public void doCollect(org.apache.lucene.document.Document d)
Specified by:
doCollect in class SimpleFieldCollector

getValue

public java.lang.Object getValue()
Overrides:
getValue in class SimpleFieldCollector


Copyright © 2007-2011 Atlassian. All Rights Reserved.