rero.ircfw
Class Parsed1459

java.lang.Object
  extended byrero.ircfw.Parsed1459
All Implemented Interfaces:
FrameworkConstants

public class Parsed1459
extends Object
implements FrameworkConstants


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

Field Detail

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

Parsed1459

public Parsed1459()
Method Detail

parseString

public HashMap parseString(String data)