- 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.connection.SSHConnection
-
- 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
- ConnectionIdentity - Class in org.netbeans.lib.cvsclient.connection
-
- ConnectionIdentity() - Constructor for class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- 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.
- copyLocalFile(String, String) - Method in class org.netbeans.lib.cvsclient.Client
-
- copyLocalFile(String, String) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
- copyLocalFile(String, String) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Copy a local file to new destination.
- copyLocalFile(String, String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Copy the local file
- 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.
- getAccessList() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property accessList.
- getAddedLines() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
Returns how many lines were added in this revision.
- getAdminHandler() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the admin handler uesd to read and write administrative information
about files on the local machine.
- getAllExistingTags() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
- getAllFiles(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Get all the files contained within a given directory that are known to
CVS.
- getAllFiles(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Get all the files contained within a given directory that are known to
CVS.
- getAllFiles(File) - Method in class org.netbeans.lib.cvsclient.Client
-
Get all the files contained within a given directory that are known to
CVS.
- getAllFiles(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get all the files contained within a given directory that are known to
CVS.
- getAllSymbolicNames() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
- getAnnotateByDate() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Getter for property annotateByDate.
- getAnnotateByDate() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Getter for property annotateByDate.
- getAnnotateByRevision() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Getter for property annotateByRevision.
- getAnnotateByRevision() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Getter for property annotateByRevision.
- getArguments() - Method in class org.netbeans.lib.cvsclient.command.Watch
-
- getAuthor() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the author of this line.
- getAuthor() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getBeforeDate1() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property beforeDate.
- getBeforeDate2() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property beforeDate2.
- getBranch() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property branch.
- getBranches() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getBundleString(String) - Static method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getBundleString(String) - Static method in exception org.netbeans.lib.cvsclient.connection.AuthenticationException
-
- getBytes() - Method in class org.netbeans.lib.cvsclient.util.ByteArray
-
Get the array of bytes.
- getCheckoutByDate() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property checkoutByDate.
- getCheckoutByRevision() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property checkoutByRevision.
- getCheckoutDirectory() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property checkoutDirectory.
- getClient() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsFileInfoContainer
-
- getClientServices() - Method in class org.netbeans.lib.cvsclient.event.EventManager
-
Returns Client services implementation tied to this event manager.
- getCommand() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchMode
-
Returns the CommandRequest that is used when executing the WatchCommand
with this WatchMode.
- getCommandProvider(String) - Method in class org.netbeans.lib.cvsclient.commandLine.CommandFactory
-
Get the provider of a command.
- getCommandProviders() - Method in class org.netbeans.lib.cvsclient.commandLine.CommandFactory
-
Get the array of all command providers.
- getCommitID() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getCompatibilityLevel(CVSRoot) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
With this method it is possible to compare how close two CVSRoots are to
each other.
- getCompressionLevel() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property compressionLevel.
- getConflict() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the conflict information.
- getConnection() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the connection used for communicating with the server.
- getConnection(String) - Static method in class org.netbeans.lib.cvsclient.connection.ConnectionFactory
-
Returns a Connection object to handle the specific CVSRoot specification.
- getConnection(CVSRoot) - Static method in class org.netbeans.lib.cvsclient.connection.ConnectionFactory
-
Returns a Connection object to handle the specific CVSRoot specification.
- getConnectionIdentity() - Static method in class org.netbeans.lib.cvsclient.connection.ConnectionFactory
-
- getContent() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Return the line's content.
- getCounter() - Method in class org.netbeans.lib.cvsclient.Client
-
- getCounter() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
-
- getCounter() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.Command
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Returns the arguments of the command in the command-line style.
- getCVSArguments() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
Returns the arguments of the command in the command-line style.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
This method returns how the command would look like when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.Command
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
This method returns how the tag command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
This method returns how the tag command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Equals to the Command.getCVSCommand() functionality.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
This method returns how the command would looks like when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
This method returns how the tag command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
This method returns how the tag command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
This method returns how the tag command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Returns how this command would look like when typed on the command line.
- getCVSCommand() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
This method returns how the command would looklike when typed on the
command line.
- getCVSRoot() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Get the CVS root
- getCvsVariables() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
- getDate() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get sticky date information.
- getDate() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the date of this line.
- getDate() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsFileInfoContainer
-
- getDate() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getDateFilter() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property dateFilter, equals the command-line CVS switch "-d".
- getDateFilter() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property dateFilter, equals the command-line CVS switch "-d".
- getDateFormatted() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Gets the sticky date information as a string in the appropriate format.
- getDateString() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the date in original String-representation of this line.
- getDateString() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getDefault() - Static method in class org.netbeans.lib.cvsclient.commandLine.CommandFactory
-
Get the default instance of CommandFactory.
- getDescription() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property description.
- getDisplayName() - Method in class org.netbeans.lib.cvsclient.command.Command
-
Returns localized name describing command purpose or null
.
- getEditBackupFile(File) - Static method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Returns the file used for backup the specified file in the edit command.
- getEditor() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property editor.
- getEncodedPassword() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Get the encoded password.
- getEntries(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Get the entries for a specified directory.
- getEntries(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Get the entries for a specified directory.
- getEntries(File) - Method in class org.netbeans.lib.cvsclient.Client
-
Get the entries for a specified directory.
- getEntries(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the entries for a specified directory.
- getEntriesAsArray(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Get the entries for a specified directory.
- getEntry(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Get the Entry for the specified file, if one exists
- getEntry(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Get the Entry for the specified file, if one exists
- getEntry(File) - Method in class org.netbeans.lib.cvsclient.Client
-
Get the Entry for the specified file, if one exists.
- getEntry(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the Entry for the specified file, if one exists.
- getEntry() - Method in class org.netbeans.lib.cvsclient.request.EntryRequest
-
- getEventManager() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the CVS event manager.
- getEventManager() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Get the CVS event manager.
- getExaminedDirectory(String, String) - Static method in class org.netbeans.lib.cvsclient.command.CommandUtils
-
Returns the directory relative to local path from the specified message.
- getExclusions() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Returns list of non-modifiable files/folders.
- getExportByDate() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property exportByDate.
- getExportByRevision() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property exportByRevision.
- getExportDirectory() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property exportDirectory.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
Getter for property file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- getFile() - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
-
Returns the associated file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Getter for property file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsFileInfoContainer
-
- getFile() - Method in class org.netbeans.lib.cvsclient.command.FileInfoContainer
-
- getFile() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Returns the original file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
-
- getFile() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property file.
- getFile() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
Getter for file concerned in this instance.
- getFile() - Method in class org.netbeans.lib.cvsclient.file.FileDetails
-
Return the file.
- getFileEndingWith(String) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
- getFileEndingWith(String) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
- getFileForTransmission() - Method in class org.netbeans.lib.cvsclient.request.ModifiedRequest
-
If a file transmission is required, get the file object representing the
file to transmit after the request string.
- getFileForTransmission() - Method in class org.netbeans.lib.cvsclient.request.Request
-
If a file transmission is required, get the file object representing the
file to transmit after the request string.
- getFilePath() - Method in class org.netbeans.lib.cvsclient.event.FileAddedEvent
-
Get the path of the file that has been added
- getFilePath() - Method in class org.netbeans.lib.cvsclient.event.FileRemovedEvent
-
Get the path of the file that has been removed.
- getFilePath() - Method in class org.netbeans.lib.cvsclient.event.FileToRemoveEvent
-
Get the path of the file that is going to be removed.
- getFilePath() - Method in class org.netbeans.lib.cvsclient.event.FileUpdatedEvent
-
Get the path of the file that has been added
- getFileReadOnlyHandler() - Static method in class org.netbeans.lib.cvsclient.file.FileUtils
-
Returns the current FileReadOnlyHandler used by setFileReadOnly().
- getFiles() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Get the files and/or directories specified for this command to operate
on.
- getFiles() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Get the files and/or directories specified for this command to operate
on.
- getFirstChange() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
- getFirstLine() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
- getForUsers() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property forUsers.
- getGlobalOptions() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the global options that are set to this client.
- getGlobalOptions() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the global options that are set to this client.
- getGlobalOptions() - Method in class org.netbeans.lib.cvsclient.command.Command
-
Get the global options.
- getGlobalOptions() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Get the global options that are set to this client.
- getGzipFileHandler() - Method in class org.netbeans.lib.cvsclient.Client
-
Return the Gzip stream handler.
- getGzipFileHandler() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Obtain the file handler for Gzip compressed data.
- getHeadRevision() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property headRevision.
- getHostName() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Get the host name to use.
- getHostName() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the host name.
- getIgnoreFileFilter() - Method in class org.netbeans.lib.cvsclient.Client
-
- getIgnoreFileFilter() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Returns the IgnoreFileFilter used to ignore non-cvs files.
- getIgnoreFiles() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Get a list of files that are ignored by import.
- getImportDirectory() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- getInfoContainer() - Method in class org.netbeans.lib.cvsclient.event.FileInfoEvent
-
Get the information in this event
- getInitialisationRequests() - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Get any requests that must be sent before commands are sent, to init this
file handler.
- getInitialisationRequests() - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Get any requests that must be sent before commands are sent, to init this
file handler.
- getInitialisationRequests() - Method in class org.netbeans.lib.cvsclient.file.GzippedFileHandler
-
Get any requests that must be sent before commands are sent, to init this
file handler.
- getInputStream() - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Get an input stream for receiving data from the server.
- getInputStream() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Get a data inputstream for reading data
- getInstance() - Static method in class org.netbeans.lib.cvsclient.admin.DateComparator
-
Returns an instance of a DateComparator.
- getInstance() - Static method in class org.netbeans.lib.cvsclient.connection.StandardScrambler
-
Get an instance of the standard scrambler
- getInstance() - Static method in class org.netbeans.lib.cvsclient.util.BugLog
-
- getKey() - Method in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
-
Getter for property key.
- getKeywordSubst() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Getter for property keywordSubst.
- getKeywordSubst() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property keywordSubst.
- getKeywordSubst() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property keywordSubst.
- getKeywordSubst() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property keywordSubst.
- getKeywordSubstitution() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property keywordSubstitution.
- getKeywordSubstitutionOptions() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Returns the keyword substitution option.
- getKeywordSubstitutionOptions() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the keyword substitution option.
- getKnownHostsFile() - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- getLastEventForFile() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property lastEventForFile.
- getLastModified() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the last modification time.
- getLastModifiedDateFormatter() - Static method in class org.netbeans.lib.cvsclient.admin.Entry
-
Returns the instance of the Last-Modified-Date-Formatter.
- getLeftMax() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getLeftMin() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getLeftRevision() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Getter for property leftRevision.
- getLengthString(long) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Get the string to transmit containing the file transmission length.
- getLine(int, boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getLineEnding() - Method in class org.netbeans.lib.cvsclient.file.WriteRcsDiffFilePreprocessor
-
Gets the value of lineending used when writing the resulting file.
- getLineNum() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the line's number.
- getLineNumInteger() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the line's number.
- getLines() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getLocalDirectory() - Method in class org.netbeans.lib.cvsclient.command.Command
-
Returns the local path the command is associated with.
- getLocalDirectory() - Method in class org.netbeans.lib.cvsclient.request.DirectoryRequest
-
Returns the value of used local directory.
- getLocalizedMessage() - Method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getLocalizedMessage() - Method in exception org.netbeans.lib.cvsclient.connection.AuthenticationException
-
- getLocalMessage(String) - Static method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getLocalMessage(String, Object[]) - Static method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getLocalPath() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the local path; that is, the path to the directory in which the
currently executing command is referring.
- getLocalPath() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the local path that the command is executing in.
- getLocalPath() - Method in class org.netbeans.lib.cvsclient.command.Command
-
- getLocks() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property locks.
- getLogInfoHeader() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getLogMessage() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the log message.
- getLogMessageFromFile() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Returns the filename for the file that defines the message.
- getMainBeginning() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getMergeRevision1() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property mergeRevision1.
- getMergeRevision2() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property mergeRevision2.
- getMessage() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Getter for property message.
- getMessage() - Method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getMessage() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Returns the commit message.
- getMessage() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getMessage() - Method in exception org.netbeans.lib.cvsclient.connection.AuthenticationException
-
- getMessage() - Method in class org.netbeans.lib.cvsclient.event.BinaryMessageEvent
-
Raw data buffer that holds binary data.
- getMessage() - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Getter for property message.
- getMessage() - Method in class org.netbeans.lib.cvsclient.response.ErrorMessageResponse
-
Get the error message.
- getMessageLength() - Method in class org.netbeans.lib.cvsclient.event.BinaryMessageEvent
-
Defines valid data length in raw data buffer.
- getMethod() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the connection method.
- getModule() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the module (the in-repository path, where the files should be
stored.
- getModule() - Method in class org.netbeans.lib.cvsclient.event.ModuleExpansionEvent
-
Get the module name that the original module name has been expanded to.
- getModuleName() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- getModules() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
- getModules() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
- getModules() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
- getModules() - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
Get the array of modules that are set to be processed.
- getModuleStatus() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- getName() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the name of the associated file.
- getName() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
- getName() - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
-
Get the name of this command.
- getName() - Method in class org.netbeans.lib.cvsclient.commandLine.command.export
-
- getName() - Method in class org.netbeans.lib.cvsclient.commandLine.command.Import
-
- getName() - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
-
- getName() - Method in class org.netbeans.lib.cvsclient.commandLine.command.rtag
-
- getName() - Method in class org.netbeans.lib.cvsclient.commandLine.command.tag
-
- getNextChange() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
- getNextFileDate() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the modified date for the next file.
- getNextFileDate() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Get the modified date of the next file to be written.
- getNextLine() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
- getNumber() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- GetOpt - Class in org.netbeans.lib.cvsclient.commandLine
-
Overview
- GetOpt(String[], String) - Constructor for class org.netbeans.lib.cvsclient.commandLine.GetOpt
-
- getopt() - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
-
- getOptions() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the options information.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Returns a string indicating the available options.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.Command
-
Returns a String that defines which options are available for this
particular command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Returns a String defining which options are available for this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Returns a String that defines which options are available for global
options.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
String returned by this method defines which options are available for
this particular command
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
String returned by this method defines which options are available for
this command.
- getOptString() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
String returned by this method defines which options are available for
this particular command
- getOutputStream() - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Get an output stream for sending data to the server.
- getOutputStream() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Get an output stream for sending data to the server
- getPackageName(Class<?>) - Static method in class org.netbeans.lib.cvsclient.util.BundleUtilities
-
Returns the package name of the specified class.
- getParameters() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
- getPassword() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the password.
- getPaths() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- getPort() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Get the port number, which this connection is actually using.
- getPort() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
-
- getPort() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
-
- getPort() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Get the port number to use.
- getPort() - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
-
- getPort() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the port number.
- getPreprocessedTextFile(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultTransmitTextFilePreprocessor
-
- getPreprocessedTextFile(File) - Method in interface org.netbeans.lib.cvsclient.file.TransmitTextFilePreprocessor
-
Generates the preprocessed text file from the original text file.
- getPrivateKeyPassword() - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- getPrivateKeyPath() - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- getProcessedInputStream(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
- getProcessedInputStream(File) - Method in class org.netbeans.lib.cvsclient.file.GzippedFileHandler
-
- getProcessedReader(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
- getProcessedReader(File) - Method in class org.netbeans.lib.cvsclient.file.GzippedFileHandler
-
- getPruneDirectories() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Get whether to prune directories.
- getRawData() - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
- getRecursive() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
- getRelativeToLocalPathInUnixStyle(File) - Method in class org.netbeans.lib.cvsclient.command.Command
-
Returns the relative path of the specified file (relative to the set
local path).
- getReleaseTag() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the release tag.
- getRemovedLines() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getReportEventType() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportEventType.
- getReportLastEventForModule() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportLastEventForModule.
- getReportOnModule() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportOnModule.
- getRepository() - Method in class org.netbeans.lib.cvsclient.Client
-
Get the repository path from the connection.
- getRepository() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the repository used for this connection.
- getRepository() - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Get the repository path.
- getRepository() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Get the repository
- getRepository() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the repository.
- getRepository() - Method in class org.netbeans.lib.cvsclient.request.DirectoryRequest
-
Returns the value of used repository directory.
- getRepositoryFileName() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Getter for property repositoryFileName.
- getRepositoryFilename() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property repositoryFilename.
- getRepositoryFileName() - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Returns the filename in the repository.
- getRepositoryFileName() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property repositoryFileName.
- getRepositoryForDirectory(String, String) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Get the repository path for a given directory, for example in the
directory /home/project/foo/bar, the repository directory might be
/usr/cvs/foo/bar.
- getRepositoryForDirectory(String, String) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Get the repository path for a given directory, for example in the
directory /home/project/foo/bar, the repository directory might be
/usr/cvs/foo/bar.
- getRepositoryForDirectory(String) - Method in class org.netbeans.lib.cvsclient.Client
-
Get the repository path for a given directory, for example in the
directory /home/project/foo/bar, the repository directory might be
/usr/cvs/foo/bar.
- getRepositoryForDirectory(File) - Method in class org.netbeans.lib.cvsclient.Client
-
- getRepositoryForDirectory(String) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Get the repository path for a given directory, for example in the
directory /home/project/foo/bar, the repository directory might be
/usr/cvs/foo/bar.
- getRepositoryForDirectory(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
- getRepositoryRevision() - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Returns the revision of the incoming file.
- getRepositoryRevision() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property repositoryRevision.
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ArgumentRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ArgumentxRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.CaseRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.CommandRequest
-
Get the request String that will be passed to the server.
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.DirectoryRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.EntryRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ExpandModulesRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.GlobalOptionRequest
-
Get the request String that will be passed to the server.
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.GzipFileContentsRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.GzipStreamRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.IsModifiedRequest
-
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.KoptRequest
-
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ModifiedRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.NotifyRequest
-
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.QuestionableRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.Request
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.RootRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.SetRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.StickyRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.UnchangedRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.UseUnchangedRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ValidRequestsRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.ValidResponsesRequest
-
Get the request String that will be passed to the server
- getRequestString() - Method in class org.netbeans.lib.cvsclient.request.WrapperSendRequest
-
Get the request String that will be passed to the server
- getResourceBundle(Class<?>, String) - Static method in class org.netbeans.lib.cvsclient.util.BundleUtilities
-
Returns the resource bundle for the specified resource' shortName
relative to classInSamePackage.
- getResourceName(Class<?>, String) - Static method in class org.netbeans.lib.cvsclient.util.BundleUtilities
-
Returns the resourcename for the resource' shortName relative to the
classInSamePackage.
- getRevision() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the revision.
- getRevision() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Returns the revision of this line.
- getRevision() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
-
Getter for property revision.
- getRevision(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Search the revisions by number of revision.
- getRevision() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
- getRevision() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
-
- getRevision1() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property firstRevision.
- getRevision2() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property secondRevision.
- getRevisionFilter() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property revisionFilter, equals the command-line CVS switch
"-r".
- getRevisionFilter() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property revisionFilter, equals the command-line CVS switch
"-r".
- getRevisionList() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
return the all revisions attached to this log (if more sophisticated
method are supplied, this might get obsolete)
- getRightMax() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getRightMin() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getRightRevision() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Getter for property rightRevision.
- getSelectedRevisions() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property selectedRevisions.
- getShowBackToRecordContaining() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property goBackToRecord.
- getSinceDate() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property sinceDate.
- getSinceRevision() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property sinceRevision.
- getSinceTag() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property sinceTag.
- getState() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- getStateFilter() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property stateFilter, equals the command-line CVS switch "-s".
- getStateFilter() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property stateFilter, equals the command-line CVS switch "-s".
- getStatus() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property status.
- getStatusForString(String) - Static method in class org.netbeans.lib.cvsclient.file.FileStatus
-
Returns the corresponding FileStatus constant for the specified String.
- getStatusString() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Returns the status as a String.
- getStickyDate() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property stickyDate.
- getStickyInformation() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the sticky information.
- getStickyOptions() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property stickyOptions.
- getStickyTag() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property stickyTag.
- getStickyTagForDirectory(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Checks for presence of CVS/Tag file and returns it's value.
- getStickyTagForDirectory(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Checks for presence of CVS/Tag file and returns it's value.
- getStickyTagForDirectory(File) - Method in class org.netbeans.lib.cvsclient.Client
-
Checks for presence of CVS/Tag file and returns it's value.
- getStickyTagForDirectory(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Checks for presence of CVS/Tag file and returns it's value.
- getStringFromBytes() - Method in class org.netbeans.lib.cvsclient.util.ByteArray
-
Get the String representation of bytes in this array.
- getSymName(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Search the symbolic names by name of tag (symbolic name).
- getSymNameForTag(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Search the symbolic names by name of tag (symbolic name).
- getSymNamesForRevision(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Search the symbolic names by number of revision.
- getSymNamesForRevision(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Search the symbolic names by number of revision.
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.add
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.annotate
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.checkout
-
- getSynonyms() - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
-
Get the list of synonyms of names of this command.
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.commit
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.diff
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.export
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.Import
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.log
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.rannotate
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.remove
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.rlog
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.rtag
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.status
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.tag
-
- getSynonyms() - Method in class org.netbeans.lib.cvsclient.commandLine.command.update
-
- getTag() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Get the sticky tag information.
- getTag() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
-
- getTag() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns the tag that should be added or deleted.
- getTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns the tag that should be added or deleted.
- getTagByDate() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns the latest date of a revision to be tagged.
- getTagByDate() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns the latest date of a revision to be tagged.
- getTagByRevision() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets the latest date of a revision to be tagged.
- getTagByRevision() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets the latest date of a revision to be tagged.
- getTempDir() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property tempDir.
- getTempFile() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
- getTempFile() - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
- getTemporaryWatch() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Returns the temporary watch.
- getTemporaryWatch() - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
Returns the temporary watch.
- getTimeZone() - Static method in class org.netbeans.lib.cvsclient.admin.Entry
-
All entries times are by defaulf in Zulu/GMT0
- getTimeZone() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property timeZone.
- getToRevisionOrBranch() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Getter for property toRevisionOrBranch.
- getTotalRevisions() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Getter for property totalRevisions.
- getTransmitTextFilePreprocessor() - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Returns the preprocessor for transmitting text files.
- getTrimmedString(String) - Static method in class org.netbeans.lib.cvsclient.command.Command
-
Returns the trimmed version of the specified String s.
- getType() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- getType() - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
-
Returns the type.
- getType() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- getUncompressedFileHandler() - Method in class org.netbeans.lib.cvsclient.Client
-
Return the uncompressed file handler.
- getUncompressedFileHandler() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Obtain from the underlying implementation the file handler for handling
uncompressed data.
- getUnderlyingException() - Method in exception org.netbeans.lib.cvsclient.command.CommandException
-
- getUnderlyingStream() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
-
- getUnderlyingStream() - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- getUnderlyingThrowable() - Method in exception org.netbeans.lib.cvsclient.connection.AuthenticationException
-
Get the underlying throwable that is responsible for this exception.
- getUpdateByDate() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property updateByDate.
- getUpdateByRevision() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property updateByRevision.
- getUsage() - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
-
Get a short string describibg the usage of the command.
- getUsage() - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
-
- getUser() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsFileInfoContainer
-
- getUserFilter() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property userFilter, equals the command-line CVS switch "-w".
- getUserFilter() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property userFilter, equals the command-line CVS switch "-w".
- getUserName() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
Gets the user that is watching the file.
- getUserName() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Get the username.
- getUserName() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Get the user name.
- getValue() - Method in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
-
Getter for property value.
- getVendorBranch() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the vendor branch.
- getVendorTag() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns the vendor tag.
- getWatch() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Returns the watch.
- getWatchersIterator() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
Returns the Iterator with WatchersInformation.Watcher instances.
- getWatches() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
Returns all the watches defined on the file.
- getWatchMode() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Returns the WatchMode.
- getWatchString(Watch) - Static method in class org.netbeans.lib.cvsclient.command.Watch
-
Returns the temporary watch value used in the Notify request.
- getWorkingRevision() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Getter for property workingRevision.
- getWrappers() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Returns a map with all wrappers.
- getWrappersMap() - Method in class org.netbeans.lib.cvsclient.Client
-
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
- getWrappersMap() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
- getWriteRcsDiffFilePreprocessor() - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Gets the preprocessor for merging text files after getting (and
un-gzipping) the diff received from server.
- getWriteTextFilePreprocessor() - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Gets the preprocessor for writing text files after getting (and
un-gzipping) from server.
- getXthFile(int) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Get a single file from the "files" list.
- GlobalOptionRequest - Class in org.netbeans.lib.cvsclient.request
-
The global options request.
- GlobalOptionRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.GlobalOptionRequest
-
Create a new request
- GlobalOptions - Class in org.netbeans.lib.cvsclient.command
-
Provides access to global options for a specific command.
- GlobalOptions() - Constructor for class org.netbeans.lib.cvsclient.command.GlobalOptions
-
- GzipFileContentsRequest - Class in org.netbeans.lib.cvsclient.request
-
Sends the request that instructs the server to gzip all file transfers
- GzipFileContentsRequest() - Constructor for class org.netbeans.lib.cvsclient.request.GzipFileContentsRequest
-
Creates new GzipFileContentsRequest.
- GzipFileContentsRequest(int) - Constructor for class org.netbeans.lib.cvsclient.request.GzipFileContentsRequest
-
Creates new GzipFileContentsRequest.
- GzipModifier - Class in org.netbeans.lib.cvsclient.connection
-
This class modifies a connection by gzipping all client/server communication
- GzipModifier() - Constructor for class org.netbeans.lib.cvsclient.connection.GzipModifier
-
Creates new GzipModifier
- GzippedFileHandler - Class in org.netbeans.lib.cvsclient.file
-
Handles the reading and writing of Compressed files to and from the server.
- GzippedFileHandler() - Constructor for class org.netbeans.lib.cvsclient.file.GzippedFileHandler
-
- GzipStreamRequest - Class in org.netbeans.lib.cvsclient.request
-
This class implements the Gzip-Stream request that is used to indicate that
all further communication with the server is to be gzipped.
- GzipStreamRequest() - Constructor for class org.netbeans.lib.cvsclient.request.GzipStreamRequest
-
Creates new GzipStreamRequest with gzip level 6
- GzipStreamRequest(int) - Constructor for class org.netbeans.lib.cvsclient.request.GzipStreamRequest
-
Creates new GzipStreamRequest
- IgnoreFileFilter - Interface in org.netbeans.lib.cvsclient.util
-
interface for recognizing if the local files are to be ignored.
- Import - Class in org.netbeans.lib.cvsclient.commandLine.command
-
Imports a file or directory to the repository.
- Import() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.Import
-
- IMPORT - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- ImportBuilder - Class in org.netbeans.lib.cvsclient.command.importcmd
-
- ImportBuilder(EventManager, ImportCommand) - Constructor for class org.netbeans.lib.cvsclient.command.importcmd.ImportBuilder
-
- ImportCommand - Class in org.netbeans.lib.cvsclient.command.importcmd
-
The import command imports local directory structures into the repository.
- ImportCommand() - Constructor for class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- init(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Initialise the Entry by parsing an entry line.
- INITIAL_REVISION - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
-
- instance - Static variable in class org.netbeans.lib.cvsclient.connection.StandardScrambler
-
The single instance of this class (Singleton design pattern)
- INVALID - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
-
The entry is invalid, appropriate file in CVS repository can not be
found.
- isAborted() - Method in class org.netbeans.lib.cvsclient.Client
-
- isAborted() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Tests whether command execution should be aborted.
- isBinary() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determines whether the file is a binary file.
- isBinary() - Method in class org.netbeans.lib.cvsclient.file.FileDetails
-
Return the file type.
- isBranch() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
Determines if given name represents a branch tag test is based on
revision num parsing and looking for trailing 0.# (1.1.0.2,
1.2.4.5.0.6, ,..).
- isBuildDirectories() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Returns whether to build directories.
- isBuilderSet() - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
-
Returns whether the builder is set.
- isCheckedOutFilesReadOnly() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Are checked out files read only.
- isCheckThatUnedited() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Returns whether to check for unedited files.
- isCheckThatUnmodified() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns true if checking for unmodified files is enabled.
- isCleanCopy() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Returns whether to get a clean copy from the server.
- isClearFromRemoved() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns true if the tag from removed files is cleared.
- isContextDiff() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
equals to the -c switch of cvs Getter for property contextDiff.
- isDefaultBranch() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property defaultBranch, equals the command-line CVS switch
"-b".
- isDefaultBranch() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property defaultBranch, equals the command-line CVS switch
"-b".
- isDeleteBeforeRemove() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Returns true if the local files will be deleted automatically.
- isDeleteTag() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns true if the tag should be deleted (otherwise added).
- isDeleteTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returnes true if the tag should be deleted (otherwise added).
- isDirectory() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determine whether the entry refers to a directory.
- isDirectory() - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
-
Returns true if the associated file is a directory.
- isDoNoChanges() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Returns whether no changes should be done to the files.
- isError() - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Get whether the message should be displayed in stderr
- isError() - Method in class org.netbeans.lib.cvsclient.event.TerminationEvent
-
Get whether the command ended successfully or not
- isExcluded(File) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
- isFireEnhancedEventSet() - Method in class org.netbeans.lib.cvsclient.event.EventManager
-
Getter for property fireEnhancedEventSet.
- isFirstCommand() - Method in class org.netbeans.lib.cvsclient.Client
-
Returns true if no previous command was executed using thiz.
- isFirstCommand() - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Returns true if no command was sent before.
- isForAllUsers() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property forAllUsers.
- isForceCommit() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Indicates whether the commit should be forced even if there are no
changes.
- isForceEvenIfEdited() - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Returns whether the edit is forces even if the files are edited.
- isForWorkingDirectory() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property forWorkingDirectory.
- isHeaderAndDescOnly() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property headerAndDescOnly, equals the command-line CVS switch
"-t".
- isHeaderAndDescOnly() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property headerAndDescOnly, equals the command-line CVS switch
"-t".
- isHeaderOnly() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property headerOnly, equals the command-line CVS switch "-h".
- isHeaderOnly() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property headerOnly, equals the command-line CVS switch "-h".
- isIgnoreAllWhitespace() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
true if all the whitespace differences should be ignored.
- isIgnoreBlankLines() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property ignoreBlankLines.
- isIgnoreCase() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property ignoreCase.
- isIgnoreCvsrc() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property ignoreCvsrc.
- isIgnoreLocallyExistingFiles() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Returns true to indicate that locally existing files are treated as they
would not exist.
- isIgnoreSpaceChange() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Getter for property ignoreSpaceChange.
- isIncludeTags() - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
Getter for property includeTags.
- isInRange(int, boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- isLastEventOfProject() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property lastEventOfProject.
- isLocal() - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Test whether this cvsroot describes a local connection or remote
connection.
- isMakeBranchTag() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns true if the tag should be a branch tag.
- isMakeBranchTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns true if the tag should be a branch tag.
- isMatchHeadIfRevisionNotFound() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
- isMatchHeadIfRevisionNotFound() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
- isModeratelyQuiet() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property moderatelyQuiet.
- IsModifiedRequest - Class in org.netbeans.lib.cvsclient.request
-
Represents Is-modified filename \n request.
- IsModifiedRequest(File) - Constructor for class org.netbeans.lib.cvsclient.request.IsModifiedRequest
-
- isNewUserFile() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determine whether there is a new user file of that name.
- isNoExecTagProgram() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
- isNoHistoryLogging() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property noHistoryLogging.
- isNoModuleProgram() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Returns whether no module program should be executed on the server.
- isNoTags() - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Getter for property noTags, equals the command-line CVS switch "-N".
- isNoTags() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property noTags, equals the command-line CVS switch "-N".
- isNotRunModuleProgram() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property notRunModuleProgram.
- isNotRunModuleProgram() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property notRunModuleProgram.
- isNotShortenPaths() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property notShortenPaths.
- isNotShortenPaths() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property notShortenPaths.
- isNoUserFile() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determine whether there is no user file of that name.
- isOpen() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Returns true to indicate that the connection was successfully
established.
- isOpen() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
-
- isOpen() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
-
Returns true to indicate that the connection was successfully
established.
- isOpen() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Returns true to indicate that the connection was successfully
established.
- isOpen() - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
-
- isOverrideExistingTag() - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Returns true to indicate that existing tag will be overridden.
- isOverrideExistingTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Returns true to indicate that existing tag will be overridden.
- isPipeToOutput() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property pipeToOutput.
- isPipeToOutput() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property pipeToOutput.
- isPruneDirectories() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Get whether to prune directories.
- isPruneDirectories() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Returns whether to prune directories.
- isRecursive() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Gets the value of the recursive option.
- isRecursive() - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
Gets the value of the recursive option.
- isRemoved() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
-
- isReportCheckouts() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportCheckout.
- isReportCommits() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportCommits.
- isReportEverything() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportEverything.
- isReportTags() - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Getter for property reportTags.
- isResetStickyOnes() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property resetStickyOnes.
- isResetStickyOnes() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property resetStickyOnes.
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ArgumentRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ArgumentxRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.CaseRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.CommandRequest
-
Returns true if a response from the server is expected.
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.DirectoryRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.EntryRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ExpandModulesRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.GlobalOptionRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.GzipFileContentsRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.GzipStreamRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.IsModifiedRequest
-
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.KoptRequest
-
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ModifiedRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.NotifyRequest
-
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.QuestionableRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.Request
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.RootRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.SetRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.StickyRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.UnchangedRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.UseUnchangedRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ValidRequestsRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.ValidResponsesRequest
-
Is a response expected from the server?
- isResponseExpected() - Method in class org.netbeans.lib.cvsclient.request.WrapperSendRequest
-
Is a response expected from the server?
- isShowHelp() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property showHelp.
- isShowModules() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property showModules.
- isShowModulesWithStatus() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property showModulesWithStatus.
- isShowVersion() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property showVersion.
- isSuppressHeader() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Getter for property suppressHeader, equals the command-line CVS switch
"-S".
- isTagged() - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Getter for property tagged.
- isTempWatchingCommit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't temporary watching commit opration.
- isTempWatchingEdit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't temporary watching edit opration.
- isTempWatchingUnedit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't temporary watching unedit opration.
- isTerminalResponse() - Method in class org.netbeans.lib.cvsclient.response.ErrorMessageResponse
-
Is this a terminal response, i.e.
- isTerminalResponse() - Method in class org.netbeans.lib.cvsclient.response.ErrorResponse
-
Is this a terminal response, i.e.
- isTerminalResponse() - Method in interface org.netbeans.lib.cvsclient.response.Response
-
Is this a terminal response, i.e.
- isTerminalResponse() - Method in class org.netbeans.lib.cvsclient.response.WrapperSendResponse
-
Is this a terminal response, i.e.
- isTraceExecution() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property traceExecution.
- isUnifiedDiff() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
equals to the -u switch of cvs Getter for property unifiedDiff.
- isUseFileModifTime() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Tells, whether the file modification time is to be used as the time of
the import.
- isUseGzip() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Get whether to use Gzip
- isUseHeadIfNotFound() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Getter for property useHeadIfNotFound.
- isUseHeadIfNotFound() - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Getter for property useHeadIfNotFound.
- isUseHeadIfNotFound() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Getter for property useHeadIfNotFound.
- isUseHeadIfNotFound() - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Getter for property useHeadIfNotFound.
- isUseHeadIfNotFound() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Getter for property useHeadIfNotFound.
- isUserFileToBeRemoved() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determine whether the user file of that name is to be removed.
- isValid() - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Determines whether the entry is valid.
- isVeryQuiet() - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Getter for property veryQuiet.
- isWatchingCommit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't watching commit opration.
- isWatchingEdit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't watching edit opration.
- isWatchingUnedit() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation.Watcher
-
User is/isn't watching unedit opration.
- isWatchOptionAllowed() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchMode
-
Indicated, whether a non-null watch-option is allowed in the
WatchCommand.
- scramble(String) - Method in interface org.netbeans.lib.cvsclient.connection.Scrambler
-
Scramble text, turning it into a String of scrambled data
- scramble(String) - Method in class org.netbeans.lib.cvsclient.connection.StandardScrambler
-
Scramble text, turning it into a String of scrambled data
- Scrambler - Interface in org.netbeans.lib.cvsclient.connection
-
Provides methods used to scramble text.
- sendEntryAndModifiedRequests(Entry, File) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Send an Entry followed by a Modified or Unchanged request based on
whether the file has been untouched on the local machine.
- sendEntryAndModifiedRequests(Entry, File) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
- sendEntryAndModifiedRequests(Entry, File) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
If getCleanCopy()
returns true, the files will be treated as
not existing.
- SERVER - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
-
- SERVER_SCHEDULING - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
-
- setAccessList(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property accessList.
- setAdminHandler(AdminHandler) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the admin handler used to read and write administrative information
about files on the local machine.
- setAllExistingTags(List<StatusInformation.SymName>) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
- setAnnotateByDate(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Setter for property annotateByDate.
- setAnnotateByDate(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Setter for property annotateByDate.
- setAnnotateByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Setter for property annotateByRevision.
- setAnnotateByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Setter for property annotateByRevision.
- setArgument(String) - Method in class org.netbeans.lib.cvsclient.request.ArgumentxRequest
-
Set the argument
- setAuthor(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Sets the author of this line.
- setAuthor(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setBeforeDate1(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property beforeDate.
- setBeforeDate2(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property beforeDate2.
- setBranch(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property branch.
- setBranches(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setBuildDirectories(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Set whether to build directories.
- setBuilder(Builder) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
-
Used for setting user-defined builder.
- setCheckedOutFilesReadOnly(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Set whether checked out files are read only.
- setCheckoutByDate(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property checkoutByDate.
- setCheckoutByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property checkoutByRevision.
- setCheckoutDirectory(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property checkoutDirectory.
- setCheckThatUnedited(boolean) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Sets whether to check for unedited files.
- setCheckThatUnmodified(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Enabled the check for unmodified files.
- setCleanCopy(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Sets whether to get a clean copy from the server.
- setClearFromRemoved(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Clear tag from removed files
- setCommitID(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setCompressionLevel(int) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property compressionLevel.
- setConflict(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the conflict information.
- setConnection(Connection) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the connection used for communicating with the server.
- setContent(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Sets the line's content.
- setContextDiff(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
equals to the -c switch of cvs Setter for property contextDiff.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.Command
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
EQUALS to Command.setCVSCommand()
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
Takes the arguments and sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Takes the arguments and by parsing them, sets the command.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Uses the specified argument to set the appropriate properties.
- setCVSCommand(char, String) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
takes the arguments and sets the command.
- setCVSRoot(String) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Set the CVS root
- setCvsVariable(String) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Adds one cvs internal enviroment variable.
- setCvsVariables(String[]) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Sets the cvs internal enviroment variables.
- setDate(Date) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the sticky date information.
- setDate(Date, String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setDateFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property dateFilter, equals the command-line CVS switch "-d".
- setDateFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property dateFilter, equals the command-line CVS switch "-d".
- setDateString(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Sets the date of this line.
- setDateString(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setDefaultBranch(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property defaultBranch, equals the command-line CVS switch
"-b".
- setDefaultBranch(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property defaultBranch, equals the command-line CVS switch
"-b".
- setDeleteBeforeRemove(boolean) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Sets whether the local files will be deleted before.
- setDeleteTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets whether the tag should be deleted (true) or added (false).
- setDeleteTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets whether the tag should be deleted (true) or added (false).
- setDescription(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property description.
- setDirectory(boolean) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set whether the entry refers to a directory.
- setDisplayName(String) - Method in class org.netbeans.lib.cvsclient.command.Command
-
Defines prefered display name or null
.
- setDoNoChanges(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Sets whether no changes should be done to the files.
- setEditor(String) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property editor.
- setEncodedPassword(String) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Set the encoded password.
- setEntry(File, Entry) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
-
Set the Entry for the specified file
- setEntry(File, Entry) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
Set the Entry for the specified file
- setEntry(File, Entry) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the Entry for the specified file.
- setEntry(File, Entry) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Set the Entry for the specified file
- setError(boolean) - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Set whether the message should go to stderr
- setError(boolean) - Method in class org.netbeans.lib.cvsclient.event.TerminationEvent
-
Get whether the command ended successfully or not
- setExclusions(File[]) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Sets list of non-modifiable files/folders.
- setExportByDate(String) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property exportByDate.
- setExportByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property exportByRevision.
- setExportDirectory(String) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property exportDirectory.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
-
Setter for property file.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
-
Sets the associated file.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Setter for property file.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property file.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Sets the original file.
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
-
- setFile(File) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property file.
- setFileMode(String, File) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
- setFileReadOnly(File, boolean) - Method in interface org.netbeans.lib.cvsclient.file.FileReadOnlyHandler
-
Makes the specified file read-only or writable, depending on the
specified readOnly flag.
- setFileReadOnly(File, boolean) - Static method in class org.netbeans.lib.cvsclient.file.FileUtils
-
Sets the specified file read-only (readOnly == true) or writable
(readOnly == false).
- setFileReadOnly(File, boolean) - Method in class org.netbeans.lib.cvsclient.file.WindowsFileReadOnlyHandler
-
Makes the specified file read-only or writable, depending on the
specified readOnly flag.
- setFileReadOnlyHandler(FileReadOnlyHandler) - Static method in class org.netbeans.lib.cvsclient.file.FileUtils
-
Sets the specified fileReadOnlyHandler to be used with setFileReadOnly().
- setFiles(File[]) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Set the files and/or directories on which to execute the command.
- setFiles(File[]) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Set the files and/or directories on which to execute the command.
- setFireEnhancedEventSet(boolean) - Method in class org.netbeans.lib.cvsclient.event.EventManager
-
Setter for property fireEnhancedEventSet.
- setForAllUsers(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property forAllUsers.
- setForceCommit(boolean) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Sets whether the commit should be forced even if there are no changes.
- setForceEvenIfEdited(boolean) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Sets whether the edit is forces even if the files are edited.
- setForUsers(String[]) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property forUsers.
- setForWorkingDirectory(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property forWorkingDirectory.
- setGlobalOptions(GlobalOptions) - Method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
-
- setGlobalOptions(GlobalOptions) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Sets the global options.
- setGlobalOptions(GlobalOptions) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Sets the global options.
- setGzipFileHandler(FileHandler) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the handler for Gzip data.
- setGzipFileHandler(FileHandler) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Set the handler for Gzip data.
- setHeaderAndDescOnly(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property headerAndDescOnly, equals the command-line CVS switch
"-t".
- setHeaderAndDescOnly(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property headerAndDescOnly, equals the command-line CVS switch
"-t".
- setHeaderOnly(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property headerOnly, equals the command-line CVS switch "-h".
- setHeaderOnly(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property headerOnly, equals the command-line CVS switch "-h".
- setHeadRevision(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property headRevision.
- setHostName(String) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Get the host name to use.
- setHostName(String) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Set the host name.
- setIgnoreAllWhitespace(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property ignoreAllWhitespace.
- setIgnoreBlankLines(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property ignoreBlankLines.
- setIgnoreCase(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property ignoreCase.
- setIgnoreCvsrc(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property ignoreCvsrc.
- setIgnoreFileFilter(IgnoreFileFilter) - Method in class org.netbeans.lib.cvsclient.Client
-
- setIgnoreFileFilter(IgnoreFileFilter) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Sets the specified IgnoreFileFilter to use to ignore non-cvs files.
- setIgnoreLocallyExistingFiles(boolean) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
-
Sets whether locally existing files will be treated as they were deleted
before.
- setIgnoreSpaceChange(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property ignoreSpaceChange.
- setImportDirectory(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Pints to directoty to import.
- setIncludeTags(boolean) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
Setter for property includeTags.
- setInputStream(LoggedDataInputStream) - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Set an input stream for receiving data from the server.
- setInstance(BugLog) - Static method in class org.netbeans.lib.cvsclient.util.BugLog
-
- setIsFirstCommand(boolean) - Method in class org.netbeans.lib.cvsclient.Client
-
Set whether this is the first command.
- setIsFirstCommand(boolean) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Set whether this is the first command.
- setKey(String) - Method in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
-
Setter for property key.
- setKeywordSubst(KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Setter for property keywordSubst.
- setKeywordSubst(KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property keywordSubst.
- setKeywordSubst(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property keywordSubst.
- setKeywordSubst(KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property keywordSubst.
- setKeywordSubstitution(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property keywordSubstitution.
- setKeywordSubstitutionOptions(KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Sets the keywords substitution option.
- setKeywordSubstitutionOptions(KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the keywords substitution option.
- setKnownHostsFile(String) - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- setLastEventForFile(String[]) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property lastEventForFile.
- setLastEventOfProject(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property lastEventOfProject.
- setLeftRange(int, int) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- setLeftRevision(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Setter for property leftRevision.
- setLineEnding(String) - Method in class org.netbeans.lib.cvsclient.file.WriteRcsDiffFilePreprocessor
-
Setter for lineEnding used to write the file.
- setLineNum(int) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Sets the line's number.
- setLines(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setLocalDirectory(String) - Method in class org.netbeans.lib.cvsclient.command.Command
-
Sets the local directory for the command.
- setLocalPath(String) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the local path, i.e.
- setLocalPath(String) - Method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
-
- setLocks(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property locks.
- setLogging(String) - Static method in class org.netbeans.lib.cvsclient.util.Logger
-
- setLogMessage(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the log message.
- setLogMessageFromFile(String) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Sets the filename for the file that defines the message.
- setMakeBranchTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets whether the tag should be a branch tag.
- setMakeBranchTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets whether the tag should be a branch tag.
- setMatchHeadIfRevisionNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
- setMatchHeadIfRevisionNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
- setMergeRevision1(String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property mergeRevision1.
- setMergeRevision2(String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property mergeRevision2.
- setMessage(String) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
-
Setter for property message.
- setMessage(String) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Sets the commit message.
- setMessage(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setMessage(String) - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Setter for property message.
- setMethod(String) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
setting the method has effects on other components.
- setModeratelyQuiet(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property moderatelyQuiet.
- setModule(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Set the modules to export.
- setModule(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Set the modules to checkout.
- setModule(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the module (the in-repository path, where the files should be
stored).
- setModule(String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Set the modules to export.
- setModuleName(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- setModules(String[]) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Set the modules to export.
- setModules(String[]) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Set the modules to checkout.
- setModules(String[]) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Set the modules to export.
- setModules(String[]) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
Set the modules to process.
- setModuleStatus(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- setName(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the name.
- setName(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
- setNextFileDate(Date) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the modified date of the next file to be written.
- setNextFileDate(Date) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Set the modified date of the next file to be written.
- setNextFileDate(Date) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Set the modified date of the next file to be written.
- setNextFileDate(Date) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
Set the modified date of the next file to be written.
- setNoExecTagProgram(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
- setNoHistoryLogging(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property noHistoryLogging.
- setNoModuleProgram(boolean) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Sets whether no module program should run on the server
- setNoTags(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property noTags, equals the command-line CVS switch "-N".
- setNoTags(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property noTags, equals the command-line CVS switch "-N".
- setNotRunModuleProgram(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property notRunModuleProgram.
- setNotRunModuleProgram(boolean) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property notRunModuleProgram.
- setNotShortenPaths(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property notShortenPaths.
- setNotShortenPaths(boolean) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property notShortenPaths.
- setNumber(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setOptions(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the options information.
- setOutputStream(LoggedDataOutputStream) - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Set an output stream for sending data to the server.
- setOverrideExistingTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets whether existing tags should be overridden.
- setOverrideExistingTag(boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets whether existing tags should be overridden.
- setParameters(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
- setPassword(String) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Set the password.
- setPipeToOutput(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property pipeToOutput.
- setPipeToOutput(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property pipeToOutput.
- setPort(int) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Set the port number to use.
- setPort(int) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Set the port number.
- setPrivateKeyPassword(String) - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- setPrivateKeyPath(String) - Method in class org.netbeans.lib.cvsclient.connection.ConnectionIdentity
-
- setPruneDirectories(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Set whether to prune directories.
- setPruneDirectories(boolean) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Set whether to prune directories.
- setPruneDirectories(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Set whether to prune directories.
- setRecursive(boolean) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
-
Sets the value of the recursive option.
- setRecursive(boolean) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
-
Sets the value of the recursive option.
- setReleaseTag(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the necessary release tag.
- setRemoved(boolean) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
-
- setReportCheckouts(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportCheckout.
- setReportCommits(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportCommits.
- setReportEventType(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportEventType.
- setReportEverything(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportEverything.
- setReportLastEventForModule(String[]) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportLastEventForModule.
- setReportOnModule(String[]) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportOnModule.
- setReportTags(boolean) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property reportTags.
- setRepository(String) - Method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
-
- setRepository(String) - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Set the repository path.
- setRepository(String) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Set the repository.
- setRepositoryFileName(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Setter for property repositoryFileName.
- setRepositoryFilename(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property repositoryFilename.
- setRepositoryFileName(String) - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Sets the repository filename.
- setRepositoryFileName(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property repositoryFileName.
- setRepositoryRevision(String) - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
-
Sets the revision of the incoming file.
- setRepositoryRevision(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property repositoryRevision.
- SetRequest - Class in org.netbeans.lib.cvsclient.request
-
Tells the server about the eviroment variables to set for CVSROOT/*info
executions.
- SetRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.SetRequest
-
Creates a new SetResponse with the key-value pair for one enviroment
variable.
- setResetStickyOnes(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property resetStickyOnes.
- setResetStickyOnes(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property resetStickyOnes.
- setRevision(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the revision.
- setRevision(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
-
Sets the revision of this line.
- setRevision(String) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
-
Setter for property revision.
- setRevision(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
- setRevision(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
-
- setRevision1(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property firstRevision.
- setRevision2(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
Setter for property secondRevision.
- setRevisionFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property revisionFilter, equals the command-line CVS switch
"-r".
- setRevisionFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property revisionFilter, equals the command-line CVS switch
"-r".
- setRightRange(int, int) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- setRightRevision(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
-
Setter for property rightRevision.
- setSelectedRevisions(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property selectedRevisions.
- setShowBackToRecordContaining(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property goBackToRecord.
- setShowHelp(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property showHelp.
- setShowModules(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property showModules.
- setShowModulesWithStatus(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property showModulesWithStatus.
- setShowVersion(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property showVersion.
- setSinceDate(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property sinceDate.
- setSinceRevision(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property sinceRevision.
- setSinceTag(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property sinceTag.
- setState(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation.Revision
-
- setStateFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property stateFilter, equals the command-line CVS switch "-s".
- setStateFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property stateFilter, equals the command-line CVS switch "-s".
- setStatus(FileStatus) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property status.
- setStatusString(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Sets the status by the specified string.
- setStickyDate(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property stickyDate.
- setStickyOptions(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property stickyOptions.
- setStickyTag(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property stickyTag.
- setStickyTag(String) - Method in class org.netbeans.lib.cvsclient.request.StickyRequest
-
- setSuppressHeader(boolean) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property headerOnly, equals the command-line CVS switch "-S".
- setTag(String) - Method in class org.netbeans.lib.cvsclient.admin.Entry
-
Set the sticky tag information.
- setTag(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
-
- setTag(String) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets the tag that should be added or deleted.
- setTag(String) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets the tag that should be added or deleted.
- setTagByDate(String) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets the latest date of a revision to be tagged.
- setTagByDate(String) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets the latest date of a revision to be tagged.
- setTagByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
-
Sets the latest date of a revision to be tagged.
- setTagByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
-
Sets the latest date of a revision to be tagged.
- setTagged(boolean) - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
-
Setter for property tagged.
- setTempDir(File) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property tempDir.
- setTempDir(File) - Method in class org.netbeans.lib.cvsclient.file.DefaultTransmitTextFilePreprocessor
-
- setTempDir(File) - Method in interface org.netbeans.lib.cvsclient.file.TransmitTextFilePreprocessor
-
Set the temporary directory that is to be used to create temporary files.
- setTemporaryWatch(Watch) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
-
Sets the temporary watch.
- setTemporaryWatch(Watch) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
-
Sets the temporary watch.
- setTimeZone(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
-
Setter for property timeZone.
- setToRevisionOrBranch(String) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
-
Setter for property toRevisionOrBranch.
- setTotalRevisions(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
-
Setter for property totalRevisions.
- setTraceExecution(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property traceExecution.
- setTransmitTextFilePreprocessor(TransmitTextFilePreprocessor) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Sets the preprocessor for transmitting text files.
- setType(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
-
- setType(String) - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
-
Sets the type.
- setType(int) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- setUncompressedFileHandler(FileHandler) - Method in class org.netbeans.lib.cvsclient.Client
-
Set the uncompressed file handler.
- setUncompressedFileHandler(FileHandler) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Set the uncompressed file handler.
- setUnderlyingStream(InputStream) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
-
- setUnderlyingStream(OutputStream) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- setUnifiedDiff(boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
-
equals to the -u switch of cvs.
- setUpdateByDate(String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property updateByDate.
- setUpdateByRevision(String) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property updateByRevision.
- setUseFileModifTime(boolean) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets whether the file modification time is to be used as the time of the
import.
- setUseGzip(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Set whether to use Gzip for file transmission/reception
- setUseHeadIfNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
-
Setter for property useHeadIfNotFound.
- setUseHeadIfNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
-
Setter for property useHeadIfNotFound.
- setUseHeadIfNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
-
Setter for property useHeadIfNotFound.
- setUseHeadIfNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
-
Setter for property useHeadIfNotFound.
- setUseHeadIfNotFound(boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
-
Setter for property useHeadIfNotFound.
- setUserFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
-
Setter for property userFilter, equals the command-line CVS switch "-w".
- setUserFilter(String) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
-
Setter for property userFilter, equals the command-line CVS switch "-w".
- setUserName(String) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Set the userName.
- setUserName(String) - Method in class org.netbeans.lib.cvsclient.CVSRoot
-
Set the user name.
- setValidRequests(String) - Method in class org.netbeans.lib.cvsclient.Client
-
This method is called when a response for the ValidRequests request is
received.
- setValidRequests(String) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
-
This method is called when a response for the ValidRequests request is
received.
- setValue(Object) - Method in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
-
Setter for property value.
- setVendorBranch(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the vendor branch.
- setVendorTag(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Sets the necessary vendor tag.
- setVeryQuiet(boolean) - Method in class org.netbeans.lib.cvsclient.command.GlobalOptions
-
Setter for property veryQuiet.
- setWatch(Watch) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Sets the watch.
- setWatchMode(WatchMode) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Sets the WatchMode.
- setWorkingRevision(String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
Setter for property workingRevision.
- setWrappers(Map<StringPattern, KeywordSubstitutionOptions>) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
-
Compliant method to addWrapper.
- setWriteRcsDiffFilePreprocessor(WriteTextFilePreprocessor) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Sets the preprocessor for merging text files after getting (and
un-gzipping) the diff received from server.
- setWriteTextFilePreprocessor(WriteTextFilePreprocessor) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Sets the preprocessor for writing text files after getting (and
un-gzipping) from server.
- shouldBeIgnored(File, String) - Method in class org.netbeans.lib.cvsclient.Client
-
- shouldBeIgnored(File, String) - Method in interface org.netbeans.lib.cvsclient.ClientServices
-
Returnes true to indicate, that the file specified by directory and
nonCvsFile should be ignored.
- shouldBeIgnored(File, String) - Method in class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
-
A file is checked against the patterns in the filter.
- shouldBeIgnored(File, String) - Method in interface org.netbeans.lib.cvsclient.util.IgnoreFileFilter
-
A file is checked against the patterns in the filter.
- showException(Exception) - Method in class org.netbeans.lib.cvsclient.util.BugLog
-
- SimpleDiffBuilder - Class in org.netbeans.lib.cvsclient.command.diff
-
Handles the building of a diff information object and the firing of events
when complete objects are built.
- SimpleDiffBuilder(EventManager, DiffCommand) - Constructor for class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
-
- SimpleStringPattern - Class in org.netbeans.lib.cvsclient.util
-
- SimpleStringPattern(String) - Constructor for class org.netbeans.lib.cvsclient.util.SimpleStringPattern
-
Creates a SimpleStringPattern for the specified definition.
- skip(long) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
-
- socket - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
The socket used for the connection.
- socketFactory - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
The socket factory that will be used to create sockets.
- SSHConnection - Class in org.netbeans.lib.cvsclient.connection
-
Provides SSH tunnel for :ext: connection method.
- SSHConnection(CVSRoot, ConnectionIdentity) - Constructor for class org.netbeans.lib.cvsclient.connection.SSHConnection
-
Creates new SSH connection object.
- StandardAdminHandler - Class in org.netbeans.lib.cvsclient.admin
-
A handler for administrative information that maintains full compatibility
with the one employed by the original C implementation of a CVS client.
- StandardAdminHandler() - Constructor for class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
-
- StandardScrambler - Class in org.netbeans.lib.cvsclient.connection
-
Scrambles text (the password) using the standard scheme described in the CVS
protocol version 1.10.
- STATES - Static variable in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
-
- STATES - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
-
- status - Class in org.netbeans.lib.cvsclient.commandLine.command
-
The status command
- status() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.status
-
- STATUS - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- StatusBuilder - Class in org.netbeans.lib.cvsclient.command.status
-
Handles the building of a status information object and the firing of events
when complete objects are built.
- StatusBuilder(EventManager, StatusCommand) - Constructor for class org.netbeans.lib.cvsclient.command.status.StatusBuilder
-
Creates a StatusBuilder.
- StatusCommand - Class in org.netbeans.lib.cvsclient.command.status
-
The status command looks up the status of files in the repository
- StatusCommand() - Constructor for class org.netbeans.lib.cvsclient.command.status.StatusCommand
-
Construct a new status command
- StatusInformation - Class in org.netbeans.lib.cvsclient.command.status
-
Describes status information for a file.
- StatusInformation() - Constructor for class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
- StatusInformation.SymName - Class in org.netbeans.lib.cvsclient.command.status
-
An inner class storing information about a symbolic name.
- StickyRequest - Class in org.netbeans.lib.cvsclient.request
-
Implements the Sticky request
- StickyRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.StickyRequest
-
Construct a new Sticky request
- storePassword(String, String) - Static method in class org.netbeans.lib.cvsclient.connection.PasswordsFile
-
Writes scrambled password for given CVS root.
- StringPattern - Interface in org.netbeans.lib.cvsclient.util
-
- SymName() - Constructor for class org.netbeans.lib.cvsclient.command.log.LogInformation.SymName
-
- SymName() - Constructor for class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
-