|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteStatus
Called for each affected element in a remote status driave.
Note: All paths sent to the callback methods are relative to
the ISVNRemtoe session's URL.
ISVNRemote.status(java.lang.String, long, org.apache.subversion.javahl.types.Depth, org.apache.subversion.javahl.callback.RemoteStatus)| Nested Class Summary | |
|---|---|
static class |
RemoteStatus.Entry
Contains additional information related to a modification or deletion event. |
| Method Summary | |
|---|---|
void |
addedDirectory(String relativePath)
A directory was added. |
void |
addedFile(String relativePath)
A file was added. |
void |
addedSymlink(String relativePath)
A symbolic link was added. |
void |
deleted(String relativePath)
An entry was deleted. |
void |
modifiedDirectory(String relativePath,
boolean childrenModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
A directory was modified. |
void |
modifiedFile(String relativePath,
boolean textModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
A file was modified. |
void |
modifiedSymlink(String relativePath,
boolean targetModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
A symbolic link was modified. |
| Method Detail |
|---|
void addedDirectory(String relativePath)
relativePath - The session-relative path of the new directory.void addedFile(String relativePath)
relativePath - The session-relative path of the new file.void addedSymlink(String relativePath)
relativePath - The session-relative path of the new symbolic link.
void modifiedDirectory(String relativePath,
boolean childrenModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
relativePath - The session-relative path of the directory.childrenModified - The directory contents changed.propsModified - The directory's properties changed.nodeInfo - Additional information about the modified directory.
void modifiedFile(String relativePath,
boolean textModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
relativePath - The session-relative path of the directory.textModified - The file contents changed.propsModified - The file's properties changed.nodeInfo - Additional information about the modified file.
void modifiedSymlink(String relativePath,
boolean targetModified,
boolean propsModified,
RemoteStatus.Entry nodeInfo)
relativePath - The session-relative path of the symlink.textModified - The link target changed.propsModified - The symlink's properties changed.nodeInfo - Additional information about the modified symlink.void deleted(String relativePath)
relativePath - The session-relative path of the entry.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||