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, String content)
           
 void analyseContent(org.ofbiz.core.entity.GenericValue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 void analyseContent(Issue issue, String content)
           
 void analyseContent(Issue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 

Method Detail

analyseContent

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

analyseContent

void analyseContent(org.ofbiz.core.entity.GenericValue issue,
                    String content,
                    org.ofbiz.core.entity.GenericValue action)

analyseContent

void analyseContent(Issue issue,
                    String content)

analyseContent

void analyseContent(Issue issue,
                    String content,
                    org.ofbiz.core.entity.GenericValue action)


Copyright © 2002-2010 Atlassian. All Rights Reserved.