public interface ISvnPropgetProcessor
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getBinaryFiles()
Returns the list of binary files in the working directory.
|
boolean |
isBinaryFile(java.lang.String revision,
java.lang.String filename)
It was first thought that a the mime-type of a file's previous revision
could be found.
|
void |
loadBinaryFiles(java.lang.String path)
Loads the list of binary files from the input stream equivalent to an svn
propget command.
|
java.util.List getBinaryFiles()
boolean isBinaryFile(java.lang.String revision,
java.lang.String filename)
revision - the revision to queryfilename - the filenamevoid loadBinaryFiles(java.lang.String path)
throws java.io.IOException
path - a file on disk which contains the results of an svn propgetjava.io.IOException