com.atlassian.jira.trackback
Class TrackbackTextAnalyzer

java.lang.Object
  extended bycom.atlassian.jira.trackback.TrackbackTextAnalyzer
All Implemented Interfaces:
TextAnalyzer

public class TrackbackTextAnalyzer
extends java.lang.Object
implements TextAnalyzer

Sends trackback pings to URLs mentioned in JIRA text.


Constructor Summary
TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper, ApplicationProperties props)
           
 
Method Summary
 void analyseContent(org.ofbiz.core.entity.GenericValue issue, java.lang.String content)
          Analyze text for URLs and ping their trackbacks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackbackTextAnalyzer

public TrackbackTextAnalyzer(com.atlassian.trackback.TrackbackHelper helper,
                             ApplicationProperties props)
Method Detail

analyseContent

public void analyseContent(org.ofbiz.core.entity.GenericValue issue,
                           java.lang.String content)
Analyze text for URLs and ping their trackbacks.

Specified by:
analyseContent in interface TextAnalyzer
Parameters:
issue - Issue in which text was found
content - Plain (non-HTML) text content to search for URLs


Copyright © 2002-2005 Atlassian. All Rights Reserved.