org.apache.manifoldcf.crawler.connectors.rss
Class RSSConnector.EvaluatorToken
java.lang.Object
org.apache.manifoldcf.crawler.connectors.rss.RSSConnector.EvaluatorToken
- Enclosing class:
- RSSConnector
protected static class RSSConnector.EvaluatorToken
- extends java.lang.Object
Evaluator token.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_GROUP
public static final int TYPE_GROUP
- See Also:
- Constant Field Values
TYPE_TEXT
public static final int TYPE_TEXT
- See Also:
- Constant Field Values
TYPE_COMMA
public static final int TYPE_COMMA
- See Also:
- Constant Field Values
GROUPSTYLE_NONE
public static final int GROUPSTYLE_NONE
- See Also:
- Constant Field Values
GROUPSTYLE_LOWER
public static final int GROUPSTYLE_LOWER
- See Also:
- Constant Field Values
GROUPSTYLE_UPPER
public static final int GROUPSTYLE_UPPER
- See Also:
- Constant Field Values
GROUPSTYLE_MIXED
public static final int GROUPSTYLE_MIXED
- See Also:
- Constant Field Values
type
protected int type
groupNumber
protected int groupNumber
groupStyle
protected int groupStyle
textValue
protected java.lang.String textValue
RSSConnector.EvaluatorToken
public RSSConnector.EvaluatorToken()
RSSConnector.EvaluatorToken
public RSSConnector.EvaluatorToken(int groupNumber,
int groupStyle)
RSSConnector.EvaluatorToken
public RSSConnector.EvaluatorToken(java.lang.String text)
getType
public int getType()
getGroupNumber
public int getGroupNumber()
getGroupStyle
public int getGroupStyle()
getTextValue
public java.lang.String getTextValue()