public interface ISVNFileCheckoutTarget
SVNRepository.checkoutFiles(long, String[], ISVNFileCheckoutTarget)
method to receive versioned file data from the repository.Modifier and Type | Method and Description |
---|---|
void |
filePropertyChanged(java.lang.String path,
java.lang.String name,
SVNPropertyValue value)
Receives and handles a next file property.
|
java.io.OutputStream |
getOutputStream(java.lang.String path)
Returns an output stream that will receive file contents of
path . |
java.io.OutputStream getOutputStream(java.lang.String path) throws SVNException
path
.path
- file path relative to the location of an SVNRepository
objectSVNException
void filePropertyChanged(java.lang.String path, java.lang.String name, SVNPropertyValue value) throws SVNException
value
can never be null.path
- file path relative to the location of an SVNRepository
objectname
- property namevalue
- property valueSVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.