Uses of Interface
org.netbeans.lib.cvsclient.ClientServices

Packages that use ClientServices
org.netbeans.lib.cvsclient   
org.netbeans.lib.cvsclient.command   
org.netbeans.lib.cvsclient.command.add   
org.netbeans.lib.cvsclient.command.annotate   
org.netbeans.lib.cvsclient.command.checkout   
org.netbeans.lib.cvsclient.command.commit   
org.netbeans.lib.cvsclient.command.diff   
org.netbeans.lib.cvsclient.command.edit   
org.netbeans.lib.cvsclient.command.editors   
org.netbeans.lib.cvsclient.command.export   
org.netbeans.lib.cvsclient.command.history   
org.netbeans.lib.cvsclient.command.importcmd   
org.netbeans.lib.cvsclient.command.log   
org.netbeans.lib.cvsclient.command.remove   
org.netbeans.lib.cvsclient.command.status   
org.netbeans.lib.cvsclient.command.tag   
org.netbeans.lib.cvsclient.command.unedit   
org.netbeans.lib.cvsclient.command.update   
org.netbeans.lib.cvsclient.command.watch   
org.netbeans.lib.cvsclient.command.watchers   
org.netbeans.lib.cvsclient.event   
 

Uses of ClientServices in org.netbeans.lib.cvsclient
 

Classes in org.netbeans.lib.cvsclient that implement ClientServices
 class Client
          The main way of communication with a server using the CVS Protocol.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command
 

Fields in org.netbeans.lib.cvsclient.command declared as ClientServices
protected  ClientServices BasicCommand.clientServices
          The client services that are provided to this command.
protected  ClientServices RepositoryCommand.clientServices
          The client services that are provided to this command.
 

Methods in org.netbeans.lib.cvsclient.command with parameters of type ClientServices
protected  void BasicCommand.addRequestForWorkingDirectory(ClientServices clientServices)
          Adds the request for the current working directory.
protected  void RepositoryCommand.addRequestForWorkingDirectory(ClientServices clientServices)
          Adds the request for the current working directory.
 void Command.execute(ClientServices client, EventManager eventManager)
          Execute this command.
 void BuildableCommand.execute(ClientServices client, EventManager eventManager)
          Execute a command.
 void BasicCommand.execute(ClientServices client, EventManager em)
          Execute a command.
 void RepositoryCommand.execute(ClientServices client, EventManager em)
          Execute this command.
static java.util.Map WrapperUtils.mergeWrapperMap(ClientServices client)
          This method consolidates the wrapper map so that it follows CVS prioritization rules for the wrappers.
protected abstract  void RepositoryCommand.postExpansionExecute(ClientServices client, EventManager em)
          Execute this command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.add
 

Methods in org.netbeans.lib.cvsclient.command.add with parameters of type ClientServices
 void AddCommand.execute(ClientServices client, EventManager em)
          Execute a command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.annotate
 

Methods in org.netbeans.lib.cvsclient.command.annotate with parameters of type ClientServices
 void RannotateCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 void AnnotateCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.checkout
 

Methods in org.netbeans.lib.cvsclient.command.checkout with parameters of type ClientServices
 void CheckoutCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.commit
 

Methods in org.netbeans.lib.cvsclient.command.commit with parameters of type ClientServices
 void CommitCommand.execute(ClientServices client, EventManager em)
          Execute the command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.diff
 

Methods in org.netbeans.lib.cvsclient.command.diff with parameters of type ClientServices
 void DiffCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.edit
 

Methods in org.netbeans.lib.cvsclient.command.edit with parameters of type ClientServices
 void EditCommand.execute(ClientServices clientServices, EventManager eventManager)
          Executes this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.editors
 

Methods in org.netbeans.lib.cvsclient.command.editors with parameters of type ClientServices
 void EditorsCommand.execute(ClientServices clientServices, EventManager eventManager)
          Execute the command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.export
 

Methods in org.netbeans.lib.cvsclient.command.export with parameters of type ClientServices
protected  void ExportCommand.postExpansionExecute(ClientServices client, EventManager em)
          Execute this command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.history
 

Methods in org.netbeans.lib.cvsclient.command.history with parameters of type ClientServices
 void HistoryCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.importcmd
 

Methods in org.netbeans.lib.cvsclient.command.importcmd with parameters of type ClientServices
 void ImportCommand.execute(ClientServices client, EventManager eventManager)
          Executes thiz command using the set options.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.log
 

Methods in org.netbeans.lib.cvsclient.command.log with parameters of type ClientServices
 void LogCommand.execute(ClientServices client, EventManager em)
          Execute a command
 void RlogCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.remove
 

Methods in org.netbeans.lib.cvsclient.command.remove with parameters of type ClientServices
 void RemoveCommand.execute(ClientServices client, EventManager em)
          Executes this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.status
 

Methods in org.netbeans.lib.cvsclient.command.status with parameters of type ClientServices
 void StatusCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.tag
 

Methods in org.netbeans.lib.cvsclient.command.tag with parameters of type ClientServices
 void TagCommand.execute(ClientServices client, EventManager eventManager)
          Execute the command.
protected  void RtagCommand.postExpansionExecute(ClientServices client, EventManager eventManager)
          Execute the command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.unedit
 

Methods in org.netbeans.lib.cvsclient.command.unedit with parameters of type ClientServices
 void UneditCommand.execute(ClientServices clientServices, EventManager eventManager)
          Execute the command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.update
 

Methods in org.netbeans.lib.cvsclient.command.update with parameters of type ClientServices
 void UpdateCommand.execute(ClientServices client, EventManager eventManager)
          Execute the command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.watch
 

Methods in org.netbeans.lib.cvsclient.command.watch with parameters of type ClientServices
 void WatchCommand.execute(ClientServices client, EventManager eventManager)
          Executes this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.command.watchers
 

Methods in org.netbeans.lib.cvsclient.command.watchers with parameters of type ClientServices
 void WatchersCommand.execute(ClientServices client, EventManager eventManager)
          Executes this command.
 

Uses of ClientServices in org.netbeans.lib.cvsclient.event
 

Methods in org.netbeans.lib.cvsclient.event that return ClientServices
 ClientServices EventManager.getClientServices()
          Returns Client services implementation tied to this event manager.
 

Constructors in org.netbeans.lib.cvsclient.event with parameters of type ClientServices
EventManager(ClientServices services)
          Construct a new EventManager
 


 

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