Uses of Class
org.netbeans.lib.cvsclient.request.Request

Packages that use Request
org.netbeans.lib.cvsclient.command   
org.netbeans.lib.cvsclient.file   
org.netbeans.lib.cvsclient.request   
 

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

Methods in org.netbeans.lib.cvsclient.command with parameters of type Request
protected  void BasicCommand.addRequest(Request request)
          Adds the specified request to the request list.
protected  void RepositoryCommand.addRequest(Request request)
          Adds the specified request to the request list.
 

Uses of Request in org.netbeans.lib.cvsclient.file
 

Methods in org.netbeans.lib.cvsclient.file that return Request
 Request[] GzippedFileHandler.getInitialisationRequests()
          Get any requests that must be sent before commands are sent, to init this file handler.
 Request[] DefaultFileHandler.getInitialisationRequests()
          Get any requests that must be sent before commands are sent, to init this file handler.
 Request[] FileHandler.getInitialisationRequests()
          Get any requests that must be sent before commands are sent, to init this file handler.
 

Uses of Request in org.netbeans.lib.cvsclient.request
 

Subclasses of Request in org.netbeans.lib.cvsclient.request
 class ArgumentRequest
          The Argument request.
 class ArgumentxRequest
          Appends \n followed by the text specified in the request to the previous argument sent.
 class CaseRequest
          Tells the server that filenames should be matched in a case-insensitive fashion.
 class CommandRequest
          The request for a command.
 class DirectoryRequest
          The directory request.
 class EntryRequest
          Sends an entry to the server, to tell the server which version of a file is on the local machine.
 class ExpandModulesRequest
          Sends the expand-modules request.
 class GlobalOptionRequest
          The global options request.
 class GzipFileContentsRequest
          Sends the request that instructs the server to gzip all file transfers
 class GzipStreamRequest
          This class implements the Gzip-Stream request that is used to indicate that all further communication with the server is to be gzipped.
 class IsModifiedRequest
          Represents Is-modified filename \n request.
 class KoptRequest
          Represents Kopt option\n request.
 class ModifiedRequest
          Sends the server a copy of a locally modified file.
 class NotifyRequest
          Notify Entry.java E Sun Nov 11 10:25:40 2001 GMT worker E:\test\admin EUC
 class QuestionableRequest
          The questionable request.
 class RootRequest
          Implements the Root request
 class SetRequest
          Tells the server about the eviroment variables to set for CVSROOT/*info executions.
 class StickyRequest
          Implements the Sticky request
 class UnchangedRequest
          Tells the server that a particular filename has not been modified in the checked-out directory.
 class UseUnchangedRequest
          Issues the UseUnchanged request, which tells servers that the client is using version 1.10 of the CVS protocol.
 class ValidRequestsRequest
          Asks the server to send back a Valid-requests response
 class ValidResponsesRequest
          Sends a request telling the server which responses this client understands.
 class WrapperSendRequest
          This class encapsulates the wrapper-sendme-rcsOptions request in the CVS client-server protocol.
 


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.