public static class WatchersInformation.Watcher
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserName()
Gets the user that is watching the file.
|
java.lang.String |
getWatches()
Returns all the watches defined on the file.
|
boolean |
isTempWatchingCommit()
User is/isn't temporary watching commit opration.
|
boolean |
isTempWatchingEdit()
User is/isn't temporary watching edit opration.
|
boolean |
isTempWatchingUnedit()
User is/isn't temporary watching unedit opration.
|
boolean |
isWatchingCommit()
User is/isn't watching commit opration.
|
boolean |
isWatchingEdit()
User is/isn't watching edit opration.
|
boolean |
isWatchingUnedit()
User is/isn't watching unedit opration.
|
public java.lang.String getUserName()
public java.lang.String getWatches()
public boolean isWatchingCommit()
public boolean isWatchingEdit()
public boolean isWatchingUnedit()
public boolean isTempWatchingCommit()
public boolean isTempWatchingEdit()
public boolean isTempWatchingUnedit()
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.