org.apache.ftpserver.command.impl.listing
Class ListArgumentParser

java.lang.Object
  extended by org.apache.ftpserver.command.impl.listing.ListArgumentParser

public class ListArgumentParser
extends java.lang.Object

Internal class, do not use directly. Parses a list argument (e.g. for LIST or NLST) into a ListArgument

Version:
$Rev$, $Date$
Author:
The Apache MINA Project (dev@mina.apache.org)

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

ListArgumentParser

public ListArgumentParser()
Method Detail

parse

public static ListArgument parse(java.lang.String argument)
Parse the argument

Parameters:
argument - The argument string
Returns:
The parsed argument
Throws:
java.lang.IllegalArgumentException - If the argument string is incorrectly formated


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.