|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
public static class WatchersInformation.Watcher
Inner class that holds information about single user and his watches on the file.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |