org.apache.maven.wagon.providers.ssh
Class LSParser

java.lang.Object
  extended by org.apache.maven.wagon.providers.ssh.LSParser

public class LSParser
extends Object

LSParser

Version:
$Id: LSParser.java 682071 2008-08-02 22:21:46Z hboutemy $
Author:
Joakim Erdfelt

Constructor Summary
LSParser()
           
 
Method Summary
 List parseFiles(String rawLS)
          Parse a raw "ls -la", and obtain the list of files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSParser

public LSParser()
Method Detail

parseFiles

public List parseFiles(String rawLS)
                throws org.apache.maven.wagon.TransferFailedException
Parse a raw "ls -la", and obtain the list of files.

Parameters:
rawLS - the raw LS to parse.
Returns:
the list of files found.
Throws:
org.apache.maven.wagon.TransferFailedException


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