rero.ircfw
Class Parsed1459

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

public class Parsed1459
extends java.lang.Object
implements FrameworkConstants


Field Summary
protected static java.lang.String channelPattern
           
protected  java.util.HashMap eventInformation
           
protected static java.lang.String hostPattern
           
protected static java.lang.String hostPattern2
           
protected static java.util.regex.Pattern isColonPresent
           
protected static java.util.regex.Pattern isHost
           
protected static java.util.regex.Pattern isNick
           
protected static java.util.regex.Pattern isNickUserHost
           
protected static java.util.regex.Pattern isNumeric
           
protected static java.util.regex.Pattern isWhiteSpace
           
protected static java.lang.String nickPattern
           
protected static java.lang.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
 java.util.HashMap parseString(java.lang.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 java.lang.String nickPattern

userPattern

protected static java.lang.String userPattern

hostPattern2

protected static java.lang.String hostPattern2

hostPattern

protected static java.lang.String hostPattern

channelPattern

protected static java.lang.String channelPattern

isHost

protected static java.util.regex.Pattern isHost

isNickUserHost

protected static java.util.regex.Pattern isNickUserHost

isNick

protected static java.util.regex.Pattern isNick

isNumeric

protected static java.util.regex.Pattern isNumeric

isColonPresent

protected static java.util.regex.Pattern isColonPresent

isWhiteSpace

protected static java.util.regex.Pattern isWhiteSpace

eventInformation

protected java.util.HashMap eventInformation
Constructor Detail

Parsed1459

public Parsed1459()
Method Detail

parseString

public java.util.HashMap parseString(java.lang.String data)