org.novadeck.jxla.data
Class RegexpData
java.lang.Object
org.novadeck.jxla.data.SerializableSimpleData
org.novadeck.jxla.data.SimpleData
org.novadeck.jxla.data.RegexpData
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class RegexpData
- extends SimpleData
- See Also:
- Serialized Form
Constructor Summary |
RegexpData(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOSTNAME
public static final java.lang.String HOSTNAME
- See Also:
- Constant Field Values
REMOTE_IP
public static final java.lang.String REMOTE_IP
- See Also:
- Constant Field Values
REMOTE_HOST
public static final java.lang.String REMOTE_HOST
- See Also:
- Constant Field Values
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
URI
public static final java.lang.String URI
- See Also:
- Constant Field Values
QUERY
public static final java.lang.String QUERY
- See Also:
- Constant Field Values
STATUS
public static final java.lang.String STATUS
- See Also:
- Constant Field Values
REFERER
public static final java.lang.String REFERER
- See Also:
- Constant Field Values
USER_AGENT
public static final java.lang.String USER_AGENT
- See Also:
- Constant Field Values
LANGUAGE
public static final java.lang.String LANGUAGE
- See Also:
- Constant Field Values
SIZE
public static final java.lang.String SIZE
- See Also:
- Constant Field Values
TIME_TAKEN
public static final java.lang.String TIME_TAKEN
- See Also:
- Constant Field Values
DATE_MSEC
public static final java.lang.String DATE_MSEC
- See Also:
- Constant Field Values
YEAR
public static final char YEAR
- See Also:
- Constant Field Values
MONTH
public static final char MONTH
- See Also:
- Constant Field Values
DAY
public static final char DAY
- See Also:
- Constant Field Values
HOUR
public static final char HOUR
- See Also:
- Constant Field Values
OFFSET
public static final char OFFSET
- See Also:
- Constant Field Values
WILDCARD
public static final char WILDCARD
- See Also:
- Constant Field Values
IDENTIFIER
public static final char IDENTIFIER
- See Also:
- Constant Field Values
DELIMITER
public static final char DELIMITER
- See Also:
- Constant Field Values
SPACE
public static final char SPACE
- See Also:
- Constant Field Values
SLASH
public static final char SLASH
- See Also:
- Constant Field Values
DOUBLEPOINT
public static final char DOUBLEPOINT
- See Also:
- Constant Field Values
CROCHET_O
public static final char CROCHET_O
- See Also:
- Constant Field Values
CROCHET_F
public static final char CROCHET_F
- See Also:
- Constant Field Values
TIRET
public static final char TIRET
- See Also:
- Constant Field Values
initialRegexp
public java.lang.String initialRegexp
compiledRegexp
public java.lang.String compiledRegexp
RegexpData
public RegexpData(java.lang.String s)
getCompiledRegexp
public java.lang.String getCompiledRegexp()
match
public boolean match(java.lang.String s)
getHost
public java.lang.String getHost()
- Returns:
getRemoteIP
public java.lang.String getRemoteIP()
getUser
public java.lang.String getUser()
getURI
public java.lang.String getURI()
getStatus
public java.lang.String getStatus()
getReferer
public java.lang.String getReferer()
getAgent
public java.lang.String getAgent()
getLanguage
public java.lang.String getLanguage()
getSize
public long getSize()
getTimeTaken
public long getTimeTaken()
getDateMSec
public long getDateMSec()
getHour
public int getHour()
getOffset
public java.lang.String getOffset()
getMinute
public int getMinute()
getSecond
public int getSecond()
getDay
public int getDay()
getMonth
public int getMonth()
getYear
public int getYear()
addRegexp
public static void addRegexp(RegexpData re)
getRegexps
public static RegexpData[] getRegexps()
updateList
public static void updateList()
getLine
public static Line getLine(java.lang.String s)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.