|
|||||||||
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(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 . |
Method Detail |
---|
java.io.OutputStream getOutputStream(java.lang.String path) throws SVNException
path
.
path
- file path relative to the location of an SVNRepository
object
SVNException
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 value
SVNException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |