Package | Description |
---|---|
org.netbeans.lib.cvsclient | |
org.netbeans.lib.cvsclient.command | |
org.netbeans.lib.cvsclient.file | |
org.netbeans.lib.cvsclient.request |
Modifier and Type | Method and Description |
---|---|
void |
ClientServices.processRequests(List<Request> requests)
Process all the requests.
|
void |
Client.processRequests(List<Request> requests)
Process all the requests.
|
Modifier and Type | Field and Description |
---|---|
protected List<Request> |
BasicCommand.requests
The requests that are sent and processed.
|
protected List<Request> |
RepositoryCommand.requests
The requests that are sent and processed.
|
Modifier and Type | Method and Description |
---|---|
List<Request> |
GlobalOptions.createRequestList()
Creates a list of requests.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Request[] |
FileHandler.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[] |
GzippedFileHandler.getInitialisationRequests()
Get any requests that must be sent before commands are sent, to init this
file handler.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2016. All rights reserved.