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 1174063 2011-09-22 11:22:43Z olamy $
Author:
Joakim Erdfelt

Constructor Summary
LSParser()
           
 
Method Summary
 List<String> parseFiles(String rawLS)
          Parse a raw "ls -FlA", 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<String> parseFiles(String rawLS)
                        throws TransferFailedException
Parse a raw "ls -FlA", and obtain the list of files.

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


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