A B C D E F G H I K L M N O P Q R S T U V W

R

RANNOTATE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
RCS_FILE - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
REMOVE - Static variable in class org.netbeans.lib.cvsclient.command.watch.WatchMode
This is the WatchMode that removes watching for the specified Watch.
REMOVE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
REMOVED - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
 
REMOVED - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The Removed status, i.e.
REMOVING - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
REQUESTS_COUNT - Static variable in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Sent before all request are processed.
REQUESTS_SENT - Static variable in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Sent when a all requests were sent to server.
RLOG - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
RTAG - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
RannotateCommand - class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand.
The rannotate command is similar to anootate, but doens't operate on currently checked out sources.
RannotateCommand() - Constructor for class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
 
RemoveBuilder - class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder.
Handles the building of remove information object and the firing of events when complete objects are built.
RemoveBuilder(EventManager, RemoveCommand) - Constructor for class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
 
RemoveCommand - class org.netbeans.lib.cvsclient.command.remove.RemoveCommand.
The remove command is used to remove files and directories from the repository.
RemoveCommand() - Constructor for class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
 
RemoveInformation - class org.netbeans.lib.cvsclient.command.remove.RemoveInformation.
Describes remove information for a file.
RemoveInformation() - Constructor for class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
 
RepositoryCommand - class org.netbeans.lib.cvsclient.command.RepositoryCommand.
A class that provides common functionality for CVS commands that operate upon the repository.
RepositoryCommand() - Constructor for class org.netbeans.lib.cvsclient.command.RepositoryCommand
 
Request - class org.netbeans.lib.cvsclient.request.Request.
The superclass of all requests made to the CVS server
Request() - Constructor for class org.netbeans.lib.cvsclient.request.Request
 
Response - interface org.netbeans.lib.cvsclient.response.Response.
Handles responses from the CVS server
ResponseException - exception org.netbeans.lib.cvsclient.response.ResponseException.
This exception is thrown when an error occurs while processing the server's responses.
ResponseException(Exception) - Constructor for class org.netbeans.lib.cvsclient.response.ResponseException
 
ResponseException(Exception, String) - Constructor for class org.netbeans.lib.cvsclient.response.ResponseException
 
ResponseException(String, String) - Constructor for class org.netbeans.lib.cvsclient.response.ResponseException
 
ResponseFactory - class org.netbeans.lib.cvsclient.response.ResponseFactory.
Create response objects appropriate for handling different types of response
ResponseFactory() - Constructor for class org.netbeans.lib.cvsclient.response.ResponseFactory
 
ResponseServices - interface org.netbeans.lib.cvsclient.response.ResponseServices.
Services that are provided to response handlers.
RlogCommand - class org.netbeans.lib.cvsclient.command.log.RlogCommand.
The rlog command is similar to log, but doens't operate on currently checked out sources.
RlogCommand() - Constructor for class org.netbeans.lib.cvsclient.command.log.RlogCommand
 
RootRequest - class org.netbeans.lib.cvsclient.request.RootRequest.
Implements the Root request
RootRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.RootRequest
Construct a new Root request
RtagCommand - class org.netbeans.lib.cvsclient.command.tag.RtagCommand.
The rtag command adds or deletes a tag to the specified files/directories in the repository.
RtagCommand() - Constructor for class org.netbeans.lib.cvsclient.command.tag.RtagCommand
Construct a new tag command.
rannotate - class org.netbeans.lib.cvsclient.commandLine.command.rannotate.
The rlog command
rannotate() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.rannotate
 
read(byte[]) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
Reads up to len bytes of data from this input stream into an array of bytes
readByte() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
Read a single byte from this stream
readLine() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
Read a line (up to the newline character) from the stream, logging it too
readingDiffs - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
remove - class org.netbeans.lib.cvsclient.commandLine.command.remove.
The command to remove a file or directory from the repository.
remove() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.remove
 
removeCVSListener(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.EventManager
Remove a listeners from the list
removeEntry(File) - Method in class org.netbeans.lib.cvsclient.Client
Remove the Entry for the specified file.
removeEntry(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
Removes the Entry for the specified file.
removeEntry(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
Remove the Entry for the specified file
removeEntry(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
Remove the Entry for the specified file
removeEntry(File) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
Remove the Entry for the specified file
removeLocalFile(String) - Method in class org.netbeans.lib.cvsclient.Client
Remove the specified file from the local disk.
removeLocalFile(String, String) - Method in class org.netbeans.lib.cvsclient.Client
Removes the specified file determined by pathName and repositoryName.
removeLocalFile(String) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Remove the specified file from the local disk.
removeLocalFile(String) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Remove the specified file from the local disk.
removeLocalFile(String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
Remove the specified file from the local disk
removeLocalFile(String, String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
Remove the specified file from the local disk.
renameLocalFile(String, String) - Method in class org.netbeans.lib.cvsclient.Client
Rename the local file.
renameLocalFile(String, String) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Rename the local file.
renameLocalFile(String, String) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Rename the local file
renameLocalFile(String, String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
Rename the local file
requests - Variable in class org.netbeans.lib.cvsclient.command.BasicCommand
The requests that are sent and processed.
requests - Variable in class org.netbeans.lib.cvsclient.command.RepositoryCommand
The requests that are sent and processed.
reset() - Method in class org.netbeans.lib.cvsclient.util.ByteArray
Reset the byte array to zero length.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.Command
Resets all switches in the command to the default behaviour.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
Resets all switches in the command to the default behaviour.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
 
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
 
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
 
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
 
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
 
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
Resets all switches in the command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
Resets all switches in this command.
resetCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
resets all switches in the command.
revision - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
rlog - class org.netbeans.lib.cvsclient.commandLine.command.rlog.
The rlog command
rlog() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.rlog
 
rtag - class org.netbeans.lib.cvsclient.commandLine.command.rtag.
Tag repository files.
rtag() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.rtag
 

A B C D E F G H I K L M N O P Q R S T U V W
Built on February 19 2008.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.