|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliuslite.utils.RegexUtils
public class RegexUtils
Inspired from Nutch code class OutlinkExtractor. Apply regex to extract content
Constructor Summary | |
---|---|
RegexUtils()
|
Method Summary | |
---|---|
static java.util.List<java.lang.String> |
extract(java.lang.String content,
java.lang.String regex)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexUtils()
Method Detail |
---|
public static java.util.List<java.lang.String> extract(java.lang.String content, java.lang.String regex) throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |