|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.command.impl.listing.ListArgumentParser
public class ListArgumentParser
Internal class, do not use directly.
Parses a list argument (e.g. for LIST or NLST) into a ListArgument
Constructor Summary | |
---|---|
ListArgumentParser()
|
Method Summary | |
---|---|
static ListArgument |
parse(java.lang.String argument)
Parse the argument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListArgumentParser()
Method Detail |
---|
public static ListArgument parse(java.lang.String argument)
argument
- The argument string
java.lang.IllegalArgumentException
- If the argument string is incorrectly formated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |