org.apache.maven.wagon.providers.ssh
Class LSParser
java.lang.Object
org.apache.maven.wagon.providers.ssh.LSParser
- public class LSParser
- extends Object
LSParser
- Version:
- $Id: LSParser.java 485738 2006-12-11 16:22:26Z joakime $
- Author:
- Joakim Erdfelt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSParser
public LSParser()
parseFiles
public List parseFiles(String rawLS)
throws org.apache.maven.wagon.TransferFailedException
- Parse a raw "ls -la", and obtain the list of files.
TODO: Does not handle files with spaces in the name correctly.
- Parameters:
rawLS - the raw LS to parse.
- Returns:
- the list of files found.
- Throws:
org.apache.maven.wagon.TransferFailedException
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.