|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.util.SvnPropgetUtils
Utilities class that manages calls to svn propget. Used to find binary files.
Method Summary | |
static List |
getBinaryFiles()
Returns the list of binary files in the working directory. |
protected static ProcessUtils |
getFileMimeTypes(String revision,
String filename)
Get the svn:mime-type for a certain file (leave null for all files). |
static boolean |
isBinaryFile(String revision,
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(String revision, String filename)
revision
- revision for which to query;filename
- the filename (or null for all files)
public static List getBinaryFiles()
public static void loadBinaryFiles(ProcessUtils pUtils)
public static boolean isBinaryFile(String revision, 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 |