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(String path,
String name,
SVNPropertyValue value)
Receives and handles a next file property.
|
OutputStream |
getOutputStream(String path)
Returns an output stream that will receive file contents of
path. |
OutputStream getOutputStream(String path) throws SVNException
path.path - file path relative to the location of an SVNRepository objectSVNExceptionvoid filePropertyChanged(String path, 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 valueSVNExceptionCopyright © 2025. All rights reserved.