org.apache.ftpserver.command.impl.listing
Class ListArgumentParser
java.lang.Object
org.apache.ftpserver.command.impl.listing.ListArgumentParser
public class ListArgumentParser
- extends Object
Internal class, do not use directly.
Parses a list argument (e.g. for LIST or NLST) into a ListArgument
- Author:
- Apache MINA Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListArgumentParser
public ListArgumentParser()
parse
public static ListArgument parse(String argument)
- Parse the argument
- Parameters:
argument
- The argument string
- Returns:
- The parsed argument
- Throws:
IllegalArgumentException
- If the argument string is incorrectly formated
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.