rero.ircfw
Class Parsed1459
java.lang.Object
rero.ircfw.Parsed1459
- All Implemented Interfaces:
- FrameworkConstants
- public class Parsed1459
- extends Object
- implements FrameworkConstants
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants |
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nickPattern
protected static String nickPattern
userPattern
protected static String userPattern
hostPattern2
protected static String hostPattern2
hostPattern
protected static String hostPattern
channelPattern
protected static String channelPattern
isHost
protected static Pattern isHost
isNickUserHost
protected static Pattern isNickUserHost
isNick
protected static Pattern isNick
isNumeric
protected static Pattern isNumeric
isColonPresent
protected static Pattern isColonPresent
isWhiteSpace
protected static Pattern isWhiteSpace
eventInformation
protected HashMap eventInformation
Parsed1459
public Parsed1459()
parseString
public HashMap parseString(String data)