org.netbeans.lib.cvsclient.command.watchers
Class WatchersInformation.Watcher

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
Enclosing class:
WatchersInformation

public static class WatchersInformation.Watcher
extends java.lang.Object

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

getUserName

public java.lang.String getUserName()
Gets the user that is watching the file.


getWatches

public java.lang.String getWatches()
Returns all the watches defined on the file.


isWatchingCommit

public boolean isWatchingCommit()
User is/isn't watching commit opration.


isWatchingEdit

public boolean isWatchingEdit()
User is/isn't watching edit opration.


isWatchingUnedit

public boolean isWatchingUnedit()
User is/isn't watching unedit opration.


isTempWatchingCommit

public boolean isTempWatchingCommit()
User is/isn't temporary watching commit opration.


isTempWatchingEdit

public boolean isTempWatchingEdit()
User is/isn't temporary watching edit opration.


isTempWatchingUnedit

public boolean isTempWatchingUnedit()
User is/isn't temporary watching unedit opration.


 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.