- CaseRequest - Class in org.netbeans.lib.cvsclient.request
-
Tells the server that filenames should be matched in a case-insensitive
fashion.
- CaseRequest() - Constructor for class org.netbeans.lib.cvsclient.request.CaseRequest
-
- CHANGE - Static variable in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- CHANGED - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
-
- checkout - Class in org.netbeans.lib.cvsclient.commandLine.command
-
A factory class for creating and configuring a checkout command
- checkout() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.checkout
-
- CHECKOUT - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- CheckoutCommand - Class in org.netbeans.lib.cvsclient.command.checkout
-
The checkout command.
- CheckoutCommand(boolean, String[]) - Constructor for class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Construct a new checkout command.
- CheckoutCommand(boolean, String) - Constructor for class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Construct a new checkout command.
- CheckoutCommand() - Constructor for class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Construct a checkout command, with default values for options.
- cleanup(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultTransmitTextFilePreprocessor
-
- cleanup(File) - Method in interface org.netbeans.lib.cvsclient.file.TransmitTextFilePreprocessor
-
Cleans up the preprocessed text file after sending it.
- clearCvsVariables() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Clears the list of cvs internal enviroment variables.
- clearModules() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
clears the list of modules for export.
- clearModules() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
clears the list of modules for checkout.
- clearModules() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
clears the list of modules for export.
- clearModules() - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
Clear the list of modules.
- clearPatterns() - Method in class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
-
Clears the list of patters.
- Client - Class in org.netbeans.lib.cvsclient
-
The main way of communication with a server using the CVS Protocol.
- Client(Connection, AdminHandler) - Constructor for class org.netbeans.lib.cvsclient.Client
-
Construct a Client using a given connection and file handler.
- Client.Factory - Interface in org.netbeans.lib.cvsclient
-
Factory for creating clients.
- ClientServices - Interface in org.netbeans.lib.cvsclient
-
Clients that provide the ability to execute commands must implement this
interface.
- clientServices - Variable in class org.netbeans.lib.cvsclient.command.BasicCommand
-
The client services that are provided to this command.
- clientServices - Variable in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
The client services that are provided to this command.
- clone() - Method in class org.netbeans.lib.cvsclient.command.Command
-
This method just calls the Object.clone() and makes it public.
- clone() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
This method just calls the Object.clone() and makes it public.
- close() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Close the connection with the server
- close() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
-
- close() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
-
Close the connection with the server.
- close() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Close the connection with the server.
- close() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- closeTempFile() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
- closeTempFile() - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
- Command - Class in org.netbeans.lib.cvsclient.command
-
All commands must extend this class.
- Command() - Constructor for class org.netbeans.lib.cvsclient.command.Command
-
- CommandAbortedException - Exception in org.netbeans.lib.cvsclient.command
-
This exception is thrown when a command is aborted during execution
- CommandAbortedException(String, String) - Constructor for exception org.netbeans.lib.cvsclient.command.CommandAbortedException
-
Creates new CommandAbortedException.
- CommandException - Exception in org.netbeans.lib.cvsclient.command
-
This exception is thrown when an error occurs while executing a command.
- CommandException(Exception, String) - Constructor for exception org.netbeans.lib.cvsclient.command.CommandException
-
- CommandException(String, String) - Constructor for exception org.netbeans.lib.cvsclient.command.CommandException
-
- CommandFactory - Class in org.netbeans.lib.cvsclient.commandLine
-
A factory for commands.
- CommandProvider - Interface in org.netbeans.lib.cvsclient.commandLine.command
-
The provider of CVS commands.
- CommandRequest - Class in org.netbeans.lib.cvsclient.request
-
The request for a command.
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
-
Called when server responses with "ok" or "error", (when the command finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
-
Called when server responses with "ok" or "error", (when the command finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Called when server responses with "ok" or "error", (when the command
finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
Called when server responses with "ok" or "error", (when the command
finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
called when server responses with "ok" or "error", (when the command
finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Called when server responses with "ok" or "error", (when the command
finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Called when server responses with "ok" or "error", (when the command
finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
Called when server responses with "ok" or "error", (when the command
finishes).
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
If a builder was set-up, it's outputDone() method is called.
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
-
- commandTerminated(TerminationEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
-
called when server responses with "ok" or "error", (when the command finishes)
- commandTerminated(TerminationEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
-
called when server responses with "ok" or "error", (when the command
finishes)
- CommandUtils - Class in org.netbeans.lib.cvsclient.command
-
- CommandUtils() - Constructor for class org.netbeans.lib.cvsclient.command.CommandUtils
-
- COMMIT - Static variable in class org.netbeans.lib.cvsclient.command.Watch
-
- commit - Class in org.netbeans.lib.cvsclient.commandLine.command
-
Implements the commit command
- commit() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.commit
-
- COMMIT - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- CommitBuilder - Class in org.netbeans.lib.cvsclient.command.commit
-
Handles the building of update information object and the firing of
events when complete objects are built.
- CommitBuilder(EventManager, String, String) - Constructor for class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
-
- CommitCommand - Class in org.netbeans.lib.cvsclient.command.commit
-
The command to commit any changes that have been made.
- CommitCommand() - Constructor for class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Construct a CommitCommand.
- CommitInformation - Class in org.netbeans.lib.cvsclient.command.commit
-
Describes commit information for a file.
- CommitInformation() - Constructor for class org.netbeans.lib.cvsclient.command.commit.CommitInformation
-
- COMMITTED - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
-
- CONFLICTS - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
-
- Connection - Interface in org.netbeans.lib.cvsclient.connection
-
Provides a method for accessing a connection, in order to be able to
communicate using the CVS Protocol.
- ConnectionFactory - Class in org.netbeans.lib.cvsclient.connection
-
Simple class for managing the mapping from CVSROOT specifications to
Connection classes.
- ConnectionFactory() - Constructor for class org.netbeans.lib.cvsclient.connection.ConnectionFactory
-
Protected Constructor
- ConnectionModifier - Interface in org.netbeans.lib.cvsclient.connection
-
Provides a way to modify the communication channel between client and
server.
- convertPathname(String, String) - Method in class org.netbeans.lib.cvsclient.Client
-
Convert a pathname in the CVS sense (see 5.10 in the protocol
document) into a local absolute pathname for the file.
- convertPathname(String, String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Convert a pathname in the CVS sense (see 5.10 in the protocol
document) into a local pathname for the file
- copyFile(File, File) - Static method in class org.netbeans.lib.cvsclient.file.FileUtils
-
Copies the specified sourceFile to the specified targetFile.
- copyTextFileToLocation(InputStream, File, OutputStreamProvider) - Method in class org.netbeans.lib.cvsclient.file.DefaultWriteTextFilePreprocessor
-
- copyTextFileToLocation(InputStream, File, OutputStreamProvider) - Method in class org.netbeans.lib.cvsclient.file.WriteRcsDiffFilePreprocessor
-
Processes the diff and merges it with the original file.
- copyTextFileToLocation(InputStream, File, OutputStreamProvider) - Method in interface org.netbeans.lib.cvsclient.file.WriteTextFilePreprocessor
-
- createAnnotateLine() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Method that is called while the command is being executed.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
-
Method that is called while the command is being executed.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Method that is called while the command is being executed.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
Creates the EditorsBuilder.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Creates the ExportBuilder.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Creates the ImportBuilder.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Method that is called while the command is being executed.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
Create a builder for this command.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Creates the TagBuilder.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Creates the TagBuilder.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Method that is called while the command is being executed.
- createBuilder(EventManager) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
Creates and returns the WatchersBuilder.
- createClient() - Method in interface org.netbeans.lib.cvsclient.Client.Factory
-
Creates new client instance.
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.add
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.annotate
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.checkout
-
- createCommand(String[], int, GlobalOptions, String) - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
-
Create the CVS command from an array of arguments.
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.commit
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.diff
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.export
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.Import
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.log
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.rannotate
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.remove
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.rlog
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.rtag
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.status
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.tag
-
- createCommand(String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.command.update
-
- createCommand(String, String[], int, GlobalOptions, String) - Method in class org.netbeans.lib.cvsclient.commandLine.CommandFactory
-
Create a CVS command.
- createCVSListener(PrintStream, PrintStream) - Method in interface org.netbeans.lib.cvsclient.commandLine.ListenerProvider
-
- createDiffChange() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
- createDiffInformation() - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
-
- CreatedResponse - Class in org.netbeans.lib.cvsclient.response
-
Acts just like the Updated response but refuses to overwrite existing files.
- CreatedResponse() - Constructor for class org.netbeans.lib.cvsclient.response.CreatedResponse
-
- createFile(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogBuilder
-
- createFile(String) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
-
- createNewFile(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Extension point allowing subclasses to change file creation logic.
- createNewRevision(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
- createOutputStream(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Extension point allowing subclasses to change file write logic.
- createOutputStream() - Method in interface org.netbeans.lib.cvsclient.file.OutputStreamProvider
-
- createRequestList() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Creates a list of requests.
- createResponse(String) - Method in class org.netbeans.lib.cvsclient.response.ResponseFactory
-
- createTempFile(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
- createTempFile(String) - Method in interface org.netbeans.lib.cvsclient.command.TemporaryFileCreator
-
- createTempFile(String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Method that creates a temporary file.
- CVS_SERVER - Static variable in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
-
- CVSAdapter - Class in org.netbeans.lib.cvsclient.event
-
A convenience class for implementing the CVSListener.
- CVSAdapter() - Constructor for class org.netbeans.lib.cvsclient.event.CVSAdapter
-
- CVSCommand - Class in org.netbeans.lib.cvsclient.commandLine
-
An implementation of the standard CVS client utility (command line tool)
in Java
- CVSCommand() - Constructor for class org.netbeans.lib.cvsclient.commandLine.CVSCommand
-
- CVSEvent - Class in org.netbeans.lib.cvsclient.event
-
The base class of all events that are generated by the CVS library.
- CVSEvent(Object) - Constructor for class org.netbeans.lib.cvsclient.event.CVSEvent
-
Construct a CVS event.
- CVSListener - Interface in org.netbeans.lib.cvsclient.event
-
This interface must be implemented by clients wishing to receive events
describing the results of commands.
- CVSRoot - Class in org.netbeans.lib.cvsclient
-
CVSRoot represents the cvsroot that identifies the cvs repository's location
and the means to get to it.
- CVSRoot(Properties) - Constructor for class org.netbeans.lib.cvsclient.CVSRoot
-
This constructor allows to construct CVSRoot from Properties object.
- CVSRoot(String) - Constructor for class org.netbeans.lib.cvsclient.CVSRoot
-
Breaks the string representation of cvsroot into it's components:
The valid format (from the cederqvist) is:
:method:[[user][:password]@]hostname[:[port]]/path/to/repository
Also parse alternative format from WinCVS, which stores connection
parameters such as username and hostname in method options:
:method[;option=arg...]:other_connection_data
e.g.