|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.configuration.impl.DefaultGroupMemberParser
public class DefaultGroupMemberParser
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 |
|---|
java.util.regex.Pattern pattern
| Constructor Detail |
|---|
public DefaultGroupMemberParser()
| Method Detail |
|---|
public void parse(java.lang.String memberList,
GroupBuilder builder)
throws ParseException
parse in interface GroupMemberParsermemberList - the member list specification.builder - the builder to use.
ParseException - if there was an error in the member list spec.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||