Package com.atlassian.confluence.util
Interface RegExpProcessor.RegExpProcessorHandler
-
- All Known Implementing Classes:
LinkExtractor
- Enclosing class:
- RegExpProcessor
public static interface RegExpProcessor.RegExpProcessorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleMatch(StringBuffer stringBuffer, Matcher matcher, RegExpProcessor regExp)
-
-
-
Method Detail
-
handleMatch
void handleMatch(StringBuffer stringBuffer, Matcher matcher, RegExpProcessor regExp)
-
-