rero.ircfw.data
Class UserHostParser

java.lang.Object
  extended byrero.ircfw.data.DataEventAction
      extended byrero.ircfw.data.UserHostParser
All Implemented Interfaces:
FrameworkConstants

public class UserHostParser
extends DataEventAction
implements FrameworkConstants


Field Summary
protected static Pattern userHostPattern
           
 
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$
 
Constructor Summary
UserHostParser()
           
 
Method Summary
 boolean isEvent(HashMap data)
           
 void process(HashMap data)
           
 
Methods inherited from class rero.ircfw.data.DataEventAction
passStructures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userHostPattern

protected static Pattern userHostPattern
Constructor Detail

UserHostParser

public UserHostParser()
Method Detail

isEvent

public boolean isEvent(HashMap data)
Specified by:
isEvent in class DataEventAction

process

public void process(HashMap data)
Specified by:
process in class DataEventAction