|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISvnPropgetProcessor
Performs svn propget queries.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.List getBinaryFiles()
boolean isBinaryFile(java.lang.String revision, java.lang.String filename)
revision
- the revision to queryfilename
- the filename
void loadBinaryFiles(java.lang.String path) throws java.io.IOException
java.io.IOException
path
- a file on disk which contains the results of an svn propget
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |