Class RsyncListParser
- java.lang.Object
-
- org.apache.maven.wagon.providers.rsync.external.RsyncListParser
-
-
Constructor Summary
Constructors Constructor Description RsyncListParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>parseFiles(String rawLS)Parse a raw "ls -FlA", and obtain the list of files.
-
-
-
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
-
-