com.atlassian.jira.issue.util
Interface TextAnalyzer

All Known Implementing Classes:
DisabledTextAnalyzer, TrackbackTextAnalyzer

public interface TextAnalyzer

Hook for passive analysis of all text entered into JIRA.


Method Summary
 void analyseContent(org.ofbiz.core.entity.GenericValue issue, java.lang.String content)
           
 

Method Detail

analyseContent

public void analyseContent(org.ofbiz.core.entity.GenericValue issue,
                           java.lang.String content)


Copyright © 2002-2005 Atlassian. All Rights Reserved.