public class UpdateSessionAdapter extends java.lang.Object implements UpdateSession
UpdateSession interface. This implementation can
be used if no post-update processing is required.| Constructor and Description |
|---|
UpdateSessionAdapter(java.util.List<VcsException> exceptions,
boolean isCanceled) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VcsException> |
getExceptions()
Returns the list of exception objects representing the errors occurred during the update/integrate/status
operation, or an empty list if no errors have occurred.
|
boolean |
isCanceled()
Checks if the update/integrate/status information was cancelled by the user.
|
void |
onRefreshFilesCompleted()
Called when the VFS refresh of the files affected by an update/integrate operation is complete.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalNotificationContent, showNotificationpublic UpdateSessionAdapter(java.util.List<VcsException> exceptions, boolean isCanceled)
public java.util.List<VcsException> getExceptions()
UpdateSessiongetExceptions in interface UpdateSessionpublic void onRefreshFilesCompleted()
UpdateSessiononRefreshFilesCompleted in interface UpdateSessionpublic boolean isCanceled()
UpdateSessionisCanceled in interface UpdateSession