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