Skip navigation links
A C D E G O P R 

A

AbstractRegexExtensionExtractor<T> - Class in org.apache.streams.regex
Provides a base implementation for extracting entities from text using regular expressions and then modifying the appropriate Activity extensions object.
AbstractRegexExtensionExtractor(String, String, String) - Constructor for class org.apache.streams.regex.AbstractRegexExtensionExtractor
 

C

cleanUp() - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
 

D

DEFAULT_PATTERN - Static variable in class org.apache.streams.regex.RegexHashtagExtractor
 
DEFAULT_PATTERN - Static variable in class org.apache.streams.regex.RegexMentionsExtractor
 
DEFAULT_PATTERN - Static variable in class org.apache.streams.regex.RegexUrlExtractor
 
DISPLAY_KEY - Static variable in class org.apache.streams.regex.RegexMentionsExtractor
 

E

ensureTargetObject(Activity) - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
 
ensureTargetObject(Activity) - Method in class org.apache.streams.regex.RegexUrlExtractor
 
EXTENSION_KEY - Static variable in class org.apache.streams.regex.RegexHashtagExtractor
 
EXTENSION_KEY - Static variable in class org.apache.streams.regex.RegexMentionsExtractor
 
extractMatches(String, String) - Static method in class org.apache.streams.regex.RegexUtils
Extracts matches of the given pattern in the content and returns them as a list.
extractWordMatches(String, String) - Static method in class org.apache.streams.regex.RegexUtils
Extracts matches of the given pattern that are bounded by separation characters and returns them as a list.

G

getId() - Method in class org.apache.streams.regex.RegexHashtagExtractor
 
getId() - Method in class org.apache.streams.regex.RegexMentionsExtractor
 
getId() - Method in class org.apache.streams.regex.RegexUrlExtractor
 
getMatches(String, String, int) - Static method in class org.apache.streams.regex.RegexUtils
 
getPattern() - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
 

O

org.apache.streams.regex - package org.apache.streams.regex
 

P

PATTERN_CONFIG_KEY - Static variable in class org.apache.streams.regex.RegexHashtagExtractor
 
PATTERN_CONFIG_KEY - Static variable in class org.apache.streams.regex.RegexMentionsExtractor
 
PATTERN_CONFIG_KEY - Static variable in class org.apache.streams.regex.RegexUrlExtractor
 
prepare(Object) - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
 
prepareObject(String) - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
Configures the value to be persisted to the extensions object.
prepareObject(String) - Method in class org.apache.streams.regex.RegexHashtagExtractor
 
prepareObject(String) - Method in class org.apache.streams.regex.RegexMentionsExtractor
 
prepareObject(String) - Method in class org.apache.streams.regex.RegexUrlExtractor
 
process(StreamsDatum) - Method in class org.apache.streams.regex.AbstractRegexExtensionExtractor
 

R

RegexHashtagExtractor - Class in org.apache.streams.regex
Processes the content of an Activity object to extract the Hashtags and add them to the appropriate extensions object
RegexHashtagExtractor() - Constructor for class org.apache.streams.regex.RegexHashtagExtractor
 
RegexMentionsExtractor - Class in org.apache.streams.regex
Processes the content of an Activity object to extract the @user mentions and add them to the appropriate extensions object
RegexMentionsExtractor() - Constructor for class org.apache.streams.regex.RegexMentionsExtractor
 
RegexUrlExtractor - Class in org.apache.streams.regex
Processes the content of an Activity object to extract the URLs and add them to the appropriate extensions object
RegexUrlExtractor() - Constructor for class org.apache.streams.regex.RegexUrlExtractor
 
RegexUtils - Class in org.apache.streams.regex
Provides utilities for extracting matches from content.
A C D E G O P R 
Skip navigation links

Copyright © 2018 The Apache Software Foundation. All rights reserved.