public class SvnKitPropget extends SvnPropgetUtils
| Modifier and Type | Class and Description |
|---|---|
protected class |
SvnKitPropget.SvnKitPropertyHandler |
binaryFiles, processor| Constructor and Description |
|---|
SvnKitPropget(ISvnProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getBinaryFiles()
Returns the list of binary files in the working directory.
|
java.io.File |
getCheckoutDirectory() |
org.tmatesoft.svn.core.wc.SVNClientManager |
getManager() |
SvnKitProcessor |
getSvnKitProcessor() |
protected void |
handleSvnException(org.tmatesoft.svn.core.SVNException ex) |
protected boolean |
isBinary(org.tmatesoft.svn.core.wc.SVNPropertyData data) |
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.
|
getBinaryFilename, getFileMimeTypes, getFileMimeTypes, getProcessor, loadBinaryFiles, loadBinaryFilespublic SvnKitPropget(ISvnProcessor processor)
public java.util.List getBinaryFiles()
ISvnPropgetProcessorgetBinaryFiles in interface ISvnPropgetProcessorgetBinaryFiles in class SvnPropgetUtilspublic java.io.File getCheckoutDirectory()
public org.tmatesoft.svn.core.wc.SVNClientManager getManager()
public SvnKitProcessor getSvnKitProcessor()
protected void handleSvnException(org.tmatesoft.svn.core.SVNException ex)
throws java.io.IOException
java.io.IOExceptionprotected boolean isBinary(org.tmatesoft.svn.core.wc.SVNPropertyData data)
public boolean isBinaryFile(java.lang.String revision,
java.lang.String filename)
ISvnPropgetProcessorisBinaryFile in interface ISvnPropgetProcessorisBinaryFile in class SvnPropgetUtilsrevision - the revision to queryfilename - the filename