Class LSParser
java.lang.Object
org.apache.maven.wagon.providers.ssh.LSParser
Parser for the output of
ls
command from any ssh server on any OS.- Author:
- Joakim Erdfelt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseFiles
(String rawLS) Parse a raw "ls -FlA", and obtain the list of files.
-
Constructor Details
-
LSParser
public LSParser()
-
-
Method Details
-
parseFiles
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:
org.apache.maven.wagon.TransferFailedException
-