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, loadBinaryFiles
public SvnKitPropget(ISvnProcessor processor)
public java.util.List getBinaryFiles()
ISvnPropgetProcessor
getBinaryFiles
in interface ISvnPropgetProcessor
getBinaryFiles
in class SvnPropgetUtils
public 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.IOException
protected boolean isBinary(org.tmatesoft.svn.core.wc.SVNPropertyData data)
public boolean isBinaryFile(java.lang.String revision, java.lang.String filename)
ISvnPropgetProcessor
isBinaryFile
in interface ISvnPropgetProcessor
isBinaryFile
in class SvnPropgetUtils
revision
- the revision to queryfilename
- the filename