com.pietschy.command.configuration.impl
Class DefaultGroupMemberParser

java.lang.Object
  extended by com.pietschy.command.configuration.impl.DefaultGroupMemberParser
All Implemented Interfaces:
GroupMemberParser

public class DefaultGroupMemberParser
extends java.lang.Object
implements GroupMemberParser

Default implementation of GroupMemberParser.


Field Summary
(package private)  java.util.regex.Pattern pattern
           
 
Constructor Summary
DefaultGroupMemberParser()
           
 
Method Summary
 void parse(java.lang.String memberList, GroupBuilder builder)
          Parses the specified member list specification and invokes the appropriate methods on the builder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

java.util.regex.Pattern pattern
Constructor Detail

DefaultGroupMemberParser

public DefaultGroupMemberParser()
Method Detail

parse

public void parse(java.lang.String memberList,
                  GroupBuilder builder)
           throws ParseException
Parses the specified member list specification and invokes the appropriate methods on the builder.

Specified by:
parse in interface GroupMemberParser
Parameters:
memberList - the member list specification.
builder - the builder to use.
Throws:
ParseException - if there was an error in the member list spec.


Copyright © 2006 - 2007 Andrew Pietsch