|
SVNKit Home | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVNFileCheckoutTarget
The ISVNFileCheckoutTarget interface is used in the SVNRepository.checkoutFiles(long, String[], ISVNFileCheckoutTarget)
method to receive versioned file data from the repository.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
OutputStream getOutputStream(String path)
throws SVNException
path.
path - file path relative to the location of an SVNRepository object
SVNException
void 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 value
SVNException
|
SVNKit Home | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||