org.apache.manifoldcf.crawler.connectors.rss
Class RSSConnector.EvaluatorToken

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.rss.RSSConnector.EvaluatorToken
Enclosing class:
RSSConnector

protected static class RSSConnector.EvaluatorToken
extends java.lang.Object

Evaluator token.


Field Summary
protected  int groupNumber
           
protected  int groupStyle
           
static int GROUPSTYLE_LOWER
           
static int GROUPSTYLE_MIXED
           
static int GROUPSTYLE_NONE
           
static int GROUPSTYLE_UPPER
           
protected  java.lang.String textValue
           
protected  int type
           
static int TYPE_COMMA
           
static int TYPE_GROUP
           
static int TYPE_TEXT
           
 
Constructor Summary
RSSConnector.EvaluatorToken()
           
RSSConnector.EvaluatorToken(int groupNumber, int groupStyle)
           
RSSConnector.EvaluatorToken(java.lang.String text)
           
 
Method Summary
 int getGroupNumber()
           
 int getGroupStyle()
           
 java.lang.String getTextValue()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RSSConnector.EvaluatorToken

public RSSConnector.EvaluatorToken()

RSSConnector.EvaluatorToken

public RSSConnector.EvaluatorToken(int groupNumber,
                                   int groupStyle)

RSSConnector.EvaluatorToken

public RSSConnector.EvaluatorToken(java.lang.String text)
Method Detail

getType

public int getType()

getGroupNumber

public int getGroupNumber()

getGroupStyle

public int getGroupStyle()

getTextValue

public java.lang.String getTextValue()