|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statsvn.util.SvnPropgetUtils
public final class SvnPropgetUtils
Utilities class that manages calls to svn propget. Used to find binary files.
Method Summary | |
---|---|
static java.util.List |
getBinaryFiles()
Returns the list of binary files in the working directory. |
protected static ProcessUtils |
getFileMimeTypes(java.lang.String revision,
java.lang.String filename)
Get the svn:mime-type for a certain file (leave null for all files). |
static 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. |
static void |
loadBinaryFiles(ProcessUtils pUtils)
Loads the list of binary files from the input stream equivalent to an svn propget command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static ProcessUtils getFileMimeTypes(java.lang.String revision, java.lang.String filename)
revision
- revision for which to query;filename
- the filename (or null for all files)
public static java.util.List getBinaryFiles()
public static void loadBinaryFiles(ProcessUtils pUtils)
stream
- stream equivalent to an svn propget commandpublic static boolean isBinaryFile(java.lang.String revision, java.lang.String filename)
revision
- the revision to queryfilename
- the filename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |