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

A

abort() - Method in class org.netbeans.lib.cvsclient.Client
Call this method to abort the current command.
AbstractConnection - Class in org.netbeans.lib.cvsclient.connection
This class abstracts the common features and functionality that all connection protocols to CVS share
AbstractConnection() - Constructor for class org.netbeans.lib.cvsclient.connection.AbstractConnection
Creates a new instance of AbstractConnection
ADD - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
ADD - Static variable in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 
ADD - Static variable in class org.netbeans.lib.cvsclient.command.watch.WatchMode
This is the WatchMode that adds watching for the specified Watch.
add - Class in org.netbeans.lib.cvsclient.commandLine.command
Adds a file or directory to the repository
add() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.add
 
ADD - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
add(byte) - Method in class org.netbeans.lib.cvsclient.util.ByteArray
Add a byte to the byte array.
addArgumentRequest(boolean, String) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
If the specified value is true, add a ArgumentRequest for the specified argument.
addArgumentRequest(boolean, String) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
If the specified value is true, add a ArgumentRequest for the specified argument.
addArgumentRequests() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Add the argument requests.
addArgumentRequests() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
 
addArgumentRequests() - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Add the argument requests.
AddBuilder - Class in org.netbeans.lib.cvsclient.command.add
Handles the building of add information object and the firing of events when complete objects are built.
AddBuilder(EventManager, AddCommand) - Constructor for class org.netbeans.lib.cvsclient.command.add.AddBuilder
 
addChange(DiffInformation.DiffChange) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
 
AddCommand - Class in org.netbeans.lib.cvsclient.command.add
Adds a file or directory.
AddCommand() - Constructor for class org.netbeans.lib.cvsclient.command.add.AddCommand
Constructor.
addCVSListener(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.EventManager
Add a listener to the list.
addDirectoryRequest(File) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Adds a DirectoryRequest (and maybe a StickyRequest) to the request list.
ADDED - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
 
ADDED - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The Added status, i.e.
addExistingTag(String, String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
 
addFile(String) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
 
addForUsers(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
 
addIgnoredFile(String) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
Add a file name that is to be ignored by the import.
AddInformation - Class in org.netbeans.lib.cvsclient.command.add
Describes add information for a file.
AddInformation() - Constructor for class org.netbeans.lib.cvsclient.command.add.AddInformation
 
addLastEventForFile(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
 
addLine(AnnotateLine) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
 
addModule(String) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Add a module to process.
addPath(String) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
 
addPattern(StringPattern) - Method in class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
Adds a StringPattern to the list of ignore file patters.
addPattern(String) - Method in class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
Adds a string to the list of ignore file patters using the SimpleStringPattern.
addReportLastEventForModule(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
 
addReportOnModule(String) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
 
addRequest(Request) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Adds the specified request to the request list.
addRequest(Request) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Adds the specified request to the request list.
addRequestForFile(File, Entry) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
This method is called for each explicit file and for files within a directory.
addRequestForFile(File, Entry) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
 
addRequestForFile(File, Entry) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
 
addRequestForWorkingDirectory(ClientServices) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Adds the request for the current working directory.
addRequestForWorkingDirectory(ClientServices) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Adds the request for the current working directory.
addRequests(File) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
Add requests for a particular file or directory to be added.
addRequestsForDirectory(File) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Adds the appropriate requests for a given directory.
addRequestsForDirectory(File) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Adds the appropriate requests for a given directory.
addRequestsForFile(File) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
Add requests for a particular file.
addRequestsForFile(File) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Add the appropriate requests for a single file.
addRequestsForFile(File) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Add the appropriate requests for a single file.
addRevision(LogInformation.Revision) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
adds a revision info to the LogInformation instance
addSymbolicName(String, String) - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
Add a symbolic name to the list of names and attaches it to a revision number.
addToTempFile(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
Adds the specified line to the temporary file.
addToTempFile(byte[]) - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
Adds the specified line to the temporary file.
addToTempFile(byte[], int) - Method in class org.netbeans.lib.cvsclient.command.PipedFileInformation
Adds the specified line to the temporary file.
addWrapper(StringPattern, KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.Client
This method is called by WrapperSendResponse for each wrapper setting sent back by the CVS server
addWrapper(String, KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
 
addWrapper(StringPattern, KeywordSubstitutionOptions) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
 
addWrapper(StringPattern, KeywordSubstitutionOptions) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
This method is called by WrapperSendResponse for each wrapper setting sent back by the CVS server
AdminHandler - Interface in org.netbeans.lib.cvsclient.admin
Handles the maintaining and reading of administration information on the local machine.
ALL - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
annotate - Class in org.netbeans.lib.cvsclient.commandLine.command
The rlog command
annotate() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.annotate
 
ANNOTATE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
AnnotateBuilder - Class in org.netbeans.lib.cvsclient.command.annotate
Handles the building of a annotate information object and the firing of events when complete objects are built.
AnnotateBuilder(EventManager, BasicCommand) - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
 
AnnotateCommand - Class in org.netbeans.lib.cvsclient.command.annotate
The annotate command shows all lines of the file and annotates each line with cvs-related info.
AnnotateCommand() - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
Construct a new diff command
AnnotateInformation - Class in org.netbeans.lib.cvsclient.command.annotate
Describes annotate information for a file.
AnnotateInformation() - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
 
AnnotateInformation(File) - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
 
AnnotateLine - Class in org.netbeans.lib.cvsclient.command.annotate
 
AnnotateLine() - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
 
appendFileArguments(StringBuffer) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Appends the file's names to the specified buffer.
appendLeftLine(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 
appendModuleArguments(StringBuffer) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Appends the file's names to the specified buffer.
appendRightLine(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 
ArgumentRequest - Class in org.netbeans.lib.cvsclient.request
The Argument request.
ArgumentRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.ArgumentRequest
Create a new request
ArgumentRequest(String, boolean) - Constructor for class org.netbeans.lib.cvsclient.request.ArgumentRequest
Create a new request
ArgumentxRequest - Class in org.netbeans.lib.cvsclient.request
Appends \n followed by the text specified in the request to the previous argument sent.
ArgumentxRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.ArgumentxRequest
Create a new request
assertNotNull(Object) - Method in class org.netbeans.lib.cvsclient.util.BugLog
 
assertTrue(boolean, String) - Method in class org.netbeans.lib.cvsclient.util.BugLog
 
assignType(DiffInformation.DiffChange, String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
assumeLocalPathWhenUnspecified() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
The result from this command is used only when the getFiles() returns null or empty array.
assumeLocalPathWhenUnspecified() - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
The result from this command is used only when the getFiles() returns null or empty array.
assumeLocalPathWhenUnspecified() - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
Don't send status of local files prior to executing command, as it's not needed.
AUTHENTICATION_FAILED_RESPONSE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
A response indicating that the authorisation has failed.
AUTHENTICATION_SUCCEEDED_RESPONSE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
A response indicating that authorisation has succeeded.
AuthenticationException - Exception in org.netbeans.lib.cvsclient.connection
This exception is thrown when a connection with the server cannot be made, for whatever reason.
AuthenticationException(String, String) - Constructor for exception org.netbeans.lib.cvsclient.connection.AuthenticationException
Construct an AuthenticationException with a message giving more details of what went wrong.
AuthenticationException(String, Throwable, String) - Constructor for exception org.netbeans.lib.cvsclient.connection.AuthenticationException
Construct an AuthenticationException with a message and an underlying exception.
AuthenticationException(Throwable, String) - Constructor for exception org.netbeans.lib.cvsclient.connection.AuthenticationException
Construct an AuthenticationException with an underlying exception.

B

BasicCommand - Class in org.netbeans.lib.cvsclient.command
A class that provides common functionality for many of the CVS command that send similar sequences of requests.
BasicCommand() - Constructor for class org.netbeans.lib.cvsclient.command.BasicCommand
 
BasicListener - Class in org.netbeans.lib.cvsclient.commandLine
A basic implementation of a CVS listener.
BasicListener() - Constructor for class org.netbeans.lib.cvsclient.commandLine.BasicListener
 
BasicListener(PrintStream, PrintStream) - Constructor for class org.netbeans.lib.cvsclient.commandLine.BasicListener
 
BINARY - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
BinaryBuilder - Interface in org.netbeans.lib.cvsclient.command
Extended Builder interface.
BinaryMessageEvent - Class in org.netbeans.lib.cvsclient.event
An event sent from the server to indicate that a binary message should be displayed to the user.
BinaryMessageEvent(Object, byte[], int) - Constructor for class org.netbeans.lib.cvsclient.event.BinaryMessageEvent
Construct a MessageEvent
bug(String) - Method in class org.netbeans.lib.cvsclient.util.BugLog
 
BugException(String) - Constructor for exception org.netbeans.lib.cvsclient.util.BugLog.BugException
 
BugLog - Class in org.netbeans.lib.cvsclient.util
Assertion tool class.
BugLog() - Constructor for class org.netbeans.lib.cvsclient.util.BugLog
 
BugLog.BugException - Exception in org.netbeans.lib.cvsclient.util
 
BuildableCommand - Class in org.netbeans.lib.cvsclient.command
A class that provides common functionality for many of the CVS command that send similar sequences of requests.
BuildableCommand() - Constructor for class org.netbeans.lib.cvsclient.command.BuildableCommand
 
builder - Variable in class org.netbeans.lib.cvsclient.command.BuildableCommand
An implementation of Builder interface that constructs a FileContainerInfo object from the server's output..
Builder - Interface in org.netbeans.lib.cvsclient.command
 
BundleUtilities - Class in org.netbeans.lib.cvsclient.util
 
BundleUtilities() - Constructor for class org.netbeans.lib.cvsclient.util.BundleUtilities
 
ByteArray - Class in org.netbeans.lib.cvsclient.util
The growable array of bytes.
ByteArray() - Constructor for class org.netbeans.lib.cvsclient.util.ByteArray
Creates a new instance of ByteArray

C

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.

D

DateComparator - Class in org.netbeans.lib.cvsclient.admin
A class for comparing the file's date and the CVS/Entries date.
DEFAULT - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
DEFAULT_LOCKER - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
DEFAULT_PORT - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The default port number to use.
DefaultFileHandler - Class in org.netbeans.lib.cvsclient.file
Provides a basic implementation of FileHandler, and does much of the handling of reading and writing files and performing CRLF conversions.
DefaultFileHandler() - Constructor for class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Creates a DefaultFileHandler.
DefaultFileInfoContainer - Class in org.netbeans.lib.cvsclient.command
Describes checkout/tag/update information for a file.
DefaultFileInfoContainer() - Constructor for class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
 
DefaultIgnoreFileFilter - Class in org.netbeans.lib.cvsclient.util
 
DefaultIgnoreFileFilter() - Constructor for class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
 
DefaultIgnoreFileFilter(List<StringPattern>) - Constructor for class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
Creates new DefaultIgnoreFileFilter and fills in patterns.
DefaultTransmitTextFilePreprocessor - Class in org.netbeans.lib.cvsclient.file
 
DefaultTransmitTextFilePreprocessor() - Constructor for class org.netbeans.lib.cvsclient.file.DefaultTransmitTextFilePreprocessor
 
DefaultWriteTextFilePreprocessor - Class in org.netbeans.lib.cvsclient.file
 
DefaultWriteTextFilePreprocessor() - Constructor for class org.netbeans.lib.cvsclient.file.DefaultWriteTextFilePreprocessor
 
DELETE - Static variable in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 
DELETED_REVISION - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
diff - Class in org.netbeans.lib.cvsclient.commandLine.command
The log command
diff() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.diff
 
DIFF - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
DiffChange() - Constructor for class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 
DiffCommand - Class in org.netbeans.lib.cvsclient.command.diff
The status command looks up the status of files in the repository
DiffCommand() - Constructor for class org.netbeans.lib.cvsclient.command.diff.DiffCommand
Construct a new diff command
diffCommand - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
DiffInformation - Class in org.netbeans.lib.cvsclient.command.diff
Describes diff information for 2 fversions of a file.
DiffInformation() - Constructor for class org.netbeans.lib.cvsclient.command.diff.DiffInformation
 
diffInformation - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
The diff object that is currently being built
DiffInformation.DiffChange - Class in org.netbeans.lib.cvsclient.command.diff
 
DirectoryRequest - Class in org.netbeans.lib.cvsclient.request
The directory request.
DirectoryRequest(String, String) - Constructor for class org.netbeans.lib.cvsclient.request.DirectoryRequest
Create a new DirectoryRequest
doesCheckFileTime() - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Should return true if unchanged files should not be sent to server.
doesCheckFileTime() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Should return true if unchanged files should not be sent to server.
doesCheckThatUnmodified() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Deprecated. 
doesDeleteTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Deprecated. 
doesIgnoreLocallyExistingFiles() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
Deprecated. 
doesMakeBranchTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Deprecated. 
doesMatch(String) - Method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
Returns whether the specified string matches thiz pattern.
doesMatch(String) - Method in interface org.netbeans.lib.cvsclient.util.StringPattern
Returns whether the specified string matches thiz pattern.
doesOverrideExistingTag() - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Deprecated. 
DONE - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
dontUseGzipFileHandler() - Method in class org.netbeans.lib.cvsclient.Client
ReSet the filehandler for Gzip compressed data.
dontUseGzipFileHandler() - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
ReSet the filehandler for Gzip compressed data.
DUMMY_TIMESTAMP - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
The dummy timestamp set the conflict information for added or removed files.
DUMMY_TIMESTAMP_NEW_ENTRY - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
 

E

EDIT - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
EditCommand - Class in org.netbeans.lib.cvsclient.command.edit
 
EditCommand() - Constructor for class org.netbeans.lib.cvsclient.command.edit.EditCommand
Construct a new editors command.
EDITORS - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
EditorsBuilder - Class in org.netbeans.lib.cvsclient.command.editors
 
EditorsCommand - Class in org.netbeans.lib.cvsclient.command.editors
 
EditorsCommand() - Constructor for class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
Construct a new editors command.
EditorsFileInfoContainer - Class in org.netbeans.lib.cvsclient.command.editors
Data object created by parsing the output of the Editors command.
encodedPassword - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The password, encoded appropriately.
EnhancedMessageEvent - Class in org.netbeans.lib.cvsclient.event
An event sent from the server to indicate that a message should be displayed to the user
EnhancedMessageEvent(Object, String, Object) - Constructor for class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Construct a MessageEvent
ensureConnection() - Method in class org.netbeans.lib.cvsclient.Client
Ensures, that the connection is open.
ensureConnection() - Method in interface org.netbeans.lib.cvsclient.ClientServices
Ensures, that the connection is open.
Entry - Class in org.netbeans.lib.cvsclient.admin
The class abstracts the CVS concept of an entry line.
Entry(String) - Constructor for class org.netbeans.lib.cvsclient.admin.Entry
Construct a new Entry from a given entry line.
Entry() - Constructor for class org.netbeans.lib.cvsclient.admin.Entry
Construct a new blank Entry.
EntryRequest - Class in org.netbeans.lib.cvsclient.request
Sends an entry to the server, to tell the server which version of a file is on the local machine.
EntryRequest(Entry) - Constructor for class org.netbeans.lib.cvsclient.request.EntryRequest
Create an EntryRequest
equals(long, long) - Method in class org.netbeans.lib.cvsclient.admin.DateComparator
Compares the specified dates, whether they should be treated as equal.
equals(Object) - Method in class org.netbeans.lib.cvsclient.CVSRoot
CVSRoots are equal if their toString representations are equal.
equals(Object) - Method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
 
ErrorMessageResponse - Class in org.netbeans.lib.cvsclient.response
Handles a message that the server requests is sent to stderr.
ErrorMessageResponse() - Constructor for class org.netbeans.lib.cvsclient.response.ErrorMessageResponse
 
ErrorResponse - Class in org.netbeans.lib.cvsclient.response
Indicates that the command completed with an error.
ErrorResponse() - Constructor for class org.netbeans.lib.cvsclient.response.ErrorResponse
 
eventManager - Variable in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.log.LogCommand
The event manager to use.
EventManager - Class in org.netbeans.lib.cvsclient.event
This class is responsible for firing CVS events to registered listeners.
EventManager(ClientServices) - Constructor for class org.netbeans.lib.cvsclient.event.EventManager
Construct a new EventManager
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.Command
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
Executes thiz command using the set options.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
Executes this command.
executeCommand(Command, GlobalOptions) - Method in class org.netbeans.lib.cvsclient.Client
Execute a command.
executeCommand(Command) - Method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
Execute a configured CVS command
exists(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
Tests for existence of the given file.
exists(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
Simply delegates to File.exists(), does not provide any virtual files.
exists(File) - Method in class org.netbeans.lib.cvsclient.Client
 
exists(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
Tests for existence of the given file.
expandedModules - Variable in class org.netbeans.lib.cvsclient.command.RepositoryCommand
The expanded modules.
ExpandModulesRequest - Class in org.netbeans.lib.cvsclient.request
Sends the expand-modules request.
ExpandModulesRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ExpandModulesRequest
 
export - Class in org.netbeans.lib.cvsclient.commandLine.command
Export sources from CVS repository.
export() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.export
 
EXPORT - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
ExportBuilder - Class in org.netbeans.lib.cvsclient.command.export
 
ExportBuilder(EventManager, ExportCommand) - Constructor for class org.netbeans.lib.cvsclient.command.export.ExportBuilder
 
ExportCommand - Class in org.netbeans.lib.cvsclient.command.export
The export command exports the projects (modules in the repository) to the local directory structure.
ExportCommand() - Constructor for class org.netbeans.lib.cvsclient.command.export.ExportCommand
 
ExtConnection - Class in org.netbeans.lib.cvsclient.connection
Provides support for the :ext: connection method.
ExtConnection(String) - Constructor for class org.netbeans.lib.cvsclient.connection.ExtConnection
Creates new EXT connection method support class.

F

FILE_ADDED - Static variable in class org.netbeans.lib.cvsclient.command.add.AddInformation
 
FILE_RESURRECTED - Static variable in class org.netbeans.lib.cvsclient.command.add.AddInformation
 
FILE_SENDING - Static variable in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Sent when a file was successfully sent to server.
fileAdded(FileAddedEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when a file has been added.
fileAdded(FileAddedEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when a file has been added.
fileAdded(FileAddedEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when a file has been added.
FileAddedEvent - Class in org.netbeans.lib.cvsclient.event
Indicates that a file has been added.
FileAddedEvent(Object, String) - Constructor for class org.netbeans.lib.cvsclient.event.FileAddedEvent
Construct a FileAddedEvent
FileDetails - Class in org.netbeans.lib.cvsclient.file
A wrapper class that describes a file.
FileDetails(File, boolean) - Constructor for class org.netbeans.lib.cvsclient.file.FileDetails
Construct a FileDetails object
fileDirectory - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
The directory in which the file being processed lives.
fileDirectory - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
The directory in which the file being processed lives.
FileHandler - Interface in org.netbeans.lib.cvsclient.file
Handles the reading and writing of files to and from the server.
FileInfoContainer - Class in org.netbeans.lib.cvsclient.command
It's a base class for all containers that store information being processed during execution of cvs commands.
FileInfoContainer() - Constructor for class org.netbeans.lib.cvsclient.command.FileInfoContainer
 
FileInfoEvent - Class in org.netbeans.lib.cvsclient.event
This event is created when file information is received from the server.
FileInfoEvent(Object, FileInfoContainer) - Constructor for class org.netbeans.lib.cvsclient.event.FileInfoEvent
Construct a FileInfoEvent
fileInfoGenerated(FileInfoEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when file status information has been received.
fileInfoGenerated(FileInfoEvent) - Method in class org.netbeans.lib.cvsclient.commandLine.BasicListener
Called when file status information has been received
fileInfoGenerated(FileInfoEvent) - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
 
fileInfoGenerated(FileInfoEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when file status information has been received
fileInfoGenerated(FileInfoEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when file information has been received
FileMode - Class in org.netbeans.lib.cvsclient.file
Implements the CVS concept of File Modes (permissions).
FileMode(File) - Constructor for class org.netbeans.lib.cvsclient.file.FileMode
Construct a new file mode from a file.
FileReadOnlyHandler - Interface in org.netbeans.lib.cvsclient.file
 
fileRemoved(FileRemovedEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when a file is removed.
fileRemoved(FileRemovedEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when a file is removed.
fileRemoved(FileRemovedEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when a file is removed.
FileRemovedEvent - Class in org.netbeans.lib.cvsclient.event
Indicates that a file has been removed.
FileRemovedEvent(Object, String) - Constructor for class org.netbeans.lib.cvsclient.event.FileRemovedEvent
Construct a FileRemovedEvent
files - Variable in class org.netbeans.lib.cvsclient.command.BasicCommand
The files and/or directories to operate on.
FileStatus - Class in org.netbeans.lib.cvsclient.file
This class provides constants for file statuses.
fileToRemove(FileToRemoveEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when a file is going to be removed.
fileToRemove(FileToRemoveEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when a file is going to be removed.
fileToRemove(FileToRemoveEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when a file is going to be removed.
FileToRemoveEvent - Class in org.netbeans.lib.cvsclient.event
Indicates that a file is to be removed.
FileToRemoveEvent(Object, String) - Constructor for class org.netbeans.lib.cvsclient.event.FileToRemoveEvent
Construct a FileRemovedEvent
fileUpdated(FileUpdatedEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when a file has been updated.
fileUpdated(FileUpdatedEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when a file has been updated
fileUpdated(FileUpdatedEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when a file has been updated
FileUpdatedEvent - Class in org.netbeans.lib.cvsclient.event
Indicates that an existing file has been updated.
FileUpdatedEvent(Object, String) - Constructor for class org.netbeans.lib.cvsclient.event.FileUpdatedEvent
Construct a FileUpdatedEvent
FileUtils - Class in org.netbeans.lib.cvsclient.file
A utility class for file based operations.
findKeywordSubstOption(String) - Static method in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
findPassword(String) - Static method in class org.netbeans.lib.cvsclient.connection.PasswordsFile
Locates scrambled password for given CVS Root.
findUniqueString(String, List<String>) - Static method in class org.netbeans.lib.cvsclient.command.CommandUtils
for a list of string will return the string that equals the name parameter.
fireCVSEvent(CVSEvent) - Method in class org.netbeans.lib.cvsclient.event.EventManager
Fire a CVSEvent to all the listeners
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.BinaryMessageEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.CVSEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.FileAddedEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.FileInfoEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.FileRemovedEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.FileToRemoveEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.FileUpdatedEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.MessageEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.ModuleExpansionEvent
Fire the event to the event listener.
fireEvent(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.TerminationEvent
Fire the event to the event listener.

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
Deprecated.
Please use the getLocalDirectory() method instead.
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
Deprecated.
use isRecursive instead
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
Semantically equivalent to ClientServices.getRepositoryForDirectory(String) but does not try to recover from missing CVS/Repository file.
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

H

HAD_CONFLICTS - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
Indicates that the file had conflicts.
HAD_CONFLICTS_AND_TIMESTAMP_MATCHES_FILE - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
Indicates that the file had conflicts and timestamp matches.
hadConflicts() - Method in class org.netbeans.lib.cvsclient.admin.Entry
Determine whether there were any conflicts.
HAS_CONFLICTS - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The "conflicts" status, i.e.
hasDate() - Method in class org.netbeans.lib.cvsclient.admin.Entry
Determines whether the entry has a date (as opposed to a tag).
hasFailed() - Method in class org.netbeans.lib.cvsclient.command.Command
 
hashCode() - Method in class org.netbeans.lib.cvsclient.CVSRoot
 
hashCode() - Method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
 
hasTag() - Method in class org.netbeans.lib.cvsclient.admin.Entry
Determines whether the entry has a tag (as opposed to a date).
HISTORY - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
HistoryCommand - Class in org.netbeans.lib.cvsclient.command.history
The history command provides information history of activities in repository.
HistoryCommand() - Constructor for class org.netbeans.lib.cvsclient.command.history.HistoryCommand
Construct a new history command
hostName - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The host to use.

I

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
Tests whether the file is not modifiable as set by GlobalOptions.setExclusions(java.io.File[]).
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.

K

KeywordSubstitutionOptions - Class in org.netbeans.lib.cvsclient.command
 
KoptRequest - Class in org.netbeans.lib.cvsclient.request
Represents Kopt option\n request.
KoptRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.KoptRequest
 

L

ListenerProvider - Interface in org.netbeans.lib.cvsclient.commandLine
for commands created in commandLine.command, that don't want to have the BasicListener attached to the created command, but rather a custom one.
listRoots(String) - Static method in class org.netbeans.lib.cvsclient.connection.PasswordsFile
List roots matching given prefix e.g.
LocalConnection - Class in org.netbeans.lib.cvsclient.connection
Implements a connection to a local server.
LocalConnection() - Constructor for class org.netbeans.lib.cvsclient.connection.LocalConnection
Creates a instance of ServerConnection.
localDirectory - Variable in class org.netbeans.lib.cvsclient.command.Command
The local directory from which the command is being run.
locbundlecheck - Class in org.netbeans.lib.cvsclient.commandLine.command
The locbundlecheck command
locbundlecheck() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
A constructor that is used to create the CommandProvider.
log - Class in org.netbeans.lib.cvsclient.commandLine.command
The log command
log() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.log
 
LOG - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
LogBuilder - Class in org.netbeans.lib.cvsclient.command.log
Handles the building of a log information object and the firing of events when complete objects are built.
LogBuilder(EventManager, BasicCommand) - Constructor for class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
logCommand - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
LogCommand - Class in org.netbeans.lib.cvsclient.command.log
The log command looks up the log(history) of file(s) in the repository
LogCommand() - Constructor for class org.netbeans.lib.cvsclient.command.log.LogCommand
Construct a new status command
LoggedDataInputStream - Class in org.netbeans.lib.cvsclient.util
This input stream worked exactly like the normal DataInputStream except that it logs anything read to a file
LoggedDataInputStream(InputStream) - Constructor for class org.netbeans.lib.cvsclient.util.LoggedDataInputStream
Construct a logged stream using the specified underlying stream
LoggedDataOutputStream - Class in org.netbeans.lib.cvsclient.util
A data output stream that also logs everything sent to a Writer (via the logger).
LoggedDataOutputStream(OutputStream) - Constructor for class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
Construct a logged stream using the specified underlying stream
Logger - Class in org.netbeans.lib.cvsclient.util
Handles the logging of communication to and from the server
Logger() - Constructor for class org.netbeans.lib.cvsclient.util.Logger
 
logInfo - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
The log object that is currently being built
LogInformation - Class in org.netbeans.lib.cvsclient.command.log
Describes log information for a file.
LogInformation() - Constructor for class org.netbeans.lib.cvsclient.command.log.LogInformation
 
LogInformation.Revision - Class in org.netbeans.lib.cvsclient.command.log
 
LogInformation.SymName - Class in org.netbeans.lib.cvsclient.command.log
 
logInput(byte[]) - Static method in class org.netbeans.lib.cvsclient.util.Logger
Log a message received from the server.
logInput(byte[], int, int) - Static method in class org.netbeans.lib.cvsclient.util.Logger
Log a message received from the server.
logInput(char) - Static method in class org.netbeans.lib.cvsclient.util.Logger
Log a character received from the server.
logOutput(byte[]) - Static method in class org.netbeans.lib.cvsclient.util.Logger
Log a message sent to the server.

M

main(String[]) - Static method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
Execute the CVS command and exit JVM.
main(String[]) - Static method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
main(String[]) - Static method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
 
MERGE_TIMESTAMP - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
 
MERGED_FILE - Static variable in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
 
MERGED_PATH - Static variable in class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Sent by MergedResponse when 2 files were merged.
mergeWrapperMap(ClientServices) - Static method in class org.netbeans.lib.cvsclient.command.WrapperUtils
This method consolidates the wrapper map so that it follows CVS prioritization rules for the wrappers.
MessageEvent - Class in org.netbeans.lib.cvsclient.event
An event sent from the server to indicate that a message should be displayed to the user
MessageEvent(Object, String, byte[], boolean) - Constructor for class org.netbeans.lib.cvsclient.event.MessageEvent
 
MessageEvent(Object, String, boolean) - Constructor for class org.netbeans.lib.cvsclient.event.MessageEvent
Construct a MessageEvent
MessageEvent(Object) - Constructor for class org.netbeans.lib.cvsclient.event.MessageEvent
Construct a MessageEvent with no message text
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
Listens for output of the command.
messageSent(BinaryMessageEvent) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
 
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
 
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
Called when the server wants to send a message to be displayed to the user.
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
Called when the server wants to send a message to be displayed to the user.
messageSent(BinaryMessageEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
 
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
Called when the server wants to send a message to be displayed to the user.
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
Called when the server wants to send a message to be displayed to the user.
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.commandLine.BasicListener
Called when the server wants to send a message to be displayed to the user.
messageSent(BinaryMessageEvent) - Method in class org.netbeans.lib.cvsclient.commandLine.BasicListener
Called when the server wants to send a binary message to be displayed to the user.
messageSent(MessageEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when the server wants to send a message to be displayed to the user.
messageSent(BinaryMessageEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Called when the server wants to send a binary message to be displayed to the user.
messageSent(MessageEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when the server wants to send a message to be displayed to the user.
messageSent(BinaryMessageEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Called when the server wants to send a binary message to be displayed to the user.
METHOD_EXT - Static variable in class org.netbeans.lib.cvsclient.CVSRoot
A constant representing the "ext" connection method.
METHOD_FORK - Static variable in class org.netbeans.lib.cvsclient.CVSRoot
A constant representing the "fork" connection method.
METHOD_LOCAL - Static variable in class org.netbeans.lib.cvsclient.CVSRoot
A constant representing the "local" connection method.
METHOD_PSERVER - Static variable in class org.netbeans.lib.cvsclient.CVSRoot
A constant representing the "pserver" connection method.
METHOD_SERVER - Static variable in class org.netbeans.lib.cvsclient.CVSRoot
A constant representing the "server" connection method.
MODIFIED - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The locally modified status, i.e.
ModifiedRequest - Class in org.netbeans.lib.cvsclient.request
Sends the server a copy of a locally modified file.
ModifiedRequest(File, boolean) - Constructor for class org.netbeans.lib.cvsclient.request.ModifiedRequest
Construct a new modified request.
modifiesInputStream() - Method in class org.netbeans.lib.cvsclient.request.GzipStreamRequest
Does this request modify the input stream?
modifiesInputStream() - Method in class org.netbeans.lib.cvsclient.request.Request
Does this request modify the input stream?
modifyInputStream(ConnectionModifier) - Method in interface org.netbeans.lib.cvsclient.connection.Connection
Modify the underlying inputstream
modifyInputStream(LoggedDataInputStream) - Method in interface org.netbeans.lib.cvsclient.connection.ConnectionModifier
 
modifyInputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
 
modifyInputStream(LoggedDataInputStream) - Method in class org.netbeans.lib.cvsclient.connection.GzipModifier
 
modifyInputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
Modify the underlying inputstream.
modifyInputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
Modify the underlying inputstream.
modifyInputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
 
modifyInputStream(Connection) - Method in class org.netbeans.lib.cvsclient.request.GzipStreamRequest
Modify streams on the connection if necessary
modifyInputStream(Connection) - Method in class org.netbeans.lib.cvsclient.request.Request
Modify streams on the connection if necessary
modifyOutputStream(ConnectionModifier) - Method in interface org.netbeans.lib.cvsclient.connection.Connection
Modify the underlying outputstream
modifyOutputStream(LoggedDataOutputStream) - Method in interface org.netbeans.lib.cvsclient.connection.ConnectionModifier
 
modifyOutputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
 
modifyOutputStream(LoggedDataOutputStream) - Method in class org.netbeans.lib.cvsclient.connection.GzipModifier
 
modifyOutputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
Modify the underlying outputstream.
modifyOutputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
Modify the underlying outputstream.
modifyOutputStream(ConnectionModifier) - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
 
modifyOutputStream(Connection) - Method in class org.netbeans.lib.cvsclient.request.GzipStreamRequest
Modify streams on the connection if necessary
modifyOutputStream(Connection) - Method in class org.netbeans.lib.cvsclient.request.Request
Modify streams on the connection if necessary
moduleExpanded(ModuleExpansionEvent) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
This is called when the server has responded to an expand-modules request.
moduleExpanded(ModuleExpansionEvent) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
This is called when the server has responded to an expand-modules request.
moduleExpanded(ModuleExpansionEvent) - Method in class org.netbeans.lib.cvsclient.command.Command
This is called when the servers has responded to an expand-modules request.
moduleExpanded(ModuleExpansionEvent) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
This is called when the server has responded to an expand-modules request.
moduleExpanded(ModuleExpansionEvent) - Method in class org.netbeans.lib.cvsclient.event.CVSAdapter
Fire a module expansion event.
moduleExpanded(ModuleExpansionEvent) - Method in interface org.netbeans.lib.cvsclient.event.CVSListener
Fire a module expansion event.
ModuleExpansionEvent - Class in org.netbeans.lib.cvsclient.event
This event is really intended only for the use in the Checkout command.
ModuleExpansionEvent(Object, String) - Constructor for class org.netbeans.lib.cvsclient.event.ModuleExpansionEvent
Creates new ModuleExpansionEvent.
ModuleListBuilder - Class in org.netbeans.lib.cvsclient.command.checkout
Handles the building of module list information object and the firing of events when complete objects are built.
ModuleListBuilder(EventManager, CheckoutCommand) - Constructor for class org.netbeans.lib.cvsclient.command.checkout.ModuleListBuilder
 
ModuleListInformation - Class in org.netbeans.lib.cvsclient.command.checkout
Object containing information about various modules defined in the repository.
ModuleListInformation() - Constructor for class org.netbeans.lib.cvsclient.command.checkout.ModuleListInformation
 
modules - Variable in class org.netbeans.lib.cvsclient.command.RepositoryCommand
The modules to process.

N

NEEDS_CHECKOUT - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The "needs checkout" status, i.e.
NEEDS_MERGE - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The "needs merge" status, i.e.
NEEDS_PATCH - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The "needs patch" status, i.e.
NEW_REVISION - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
NONE - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
NOOP - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
normalizePath(String) - Static method in class org.netbeans.lib.cvsclient.util.PathUtils
 
NOT_IN_REPOSITORY - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
NotifyRequest - Class in org.netbeans.lib.cvsclient.request
Notify Entry.java E Sun Nov 11 10:25:40 2001 GMT worker E:\test\admin EUC
NotifyRequest(File, String, String) - Constructor for class org.netbeans.lib.cvsclient.request.NotifyRequest
Creates an NotifyRequest for the specified file.

O

OFF - Static variable in class org.netbeans.lib.cvsclient.command.watch.WatchMode
This is the WatchMode that disables watching.
OLD_VALUES - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
ON - Static variable in class org.netbeans.lib.cvsclient.command.watch.WatchMode
This is the WatchMode that enables watching.
ONLY_KEYWORDS - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
ONLY_VALUES - Static variable in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
open() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
Open a connection with the server.
open() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
 
open() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
Authenticate with the server and open a channel of communication with the server.
open() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
Authenticate with the server and open a channel of communication with the server.
open() - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
 
OPEN_POSTAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The string that is sent at the end of the request to open a connection.
OPEN_PREAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The string that is sent at the beginning of the request to open a connection.
optArgGet() - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
optEOF - Static variable in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
optErr - Variable in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
optIndexGet() - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
optIndexSet(int) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
org.netbeans.lib.cvsclient - package org.netbeans.lib.cvsclient
 
org.netbeans.lib.cvsclient.admin - package org.netbeans.lib.cvsclient.admin
 
org.netbeans.lib.cvsclient.command - package org.netbeans.lib.cvsclient.command
 
org.netbeans.lib.cvsclient.command.add - package org.netbeans.lib.cvsclient.command.add
 
org.netbeans.lib.cvsclient.command.annotate - package org.netbeans.lib.cvsclient.command.annotate
 
org.netbeans.lib.cvsclient.command.checkout - package org.netbeans.lib.cvsclient.command.checkout
 
org.netbeans.lib.cvsclient.command.commit - package org.netbeans.lib.cvsclient.command.commit
 
org.netbeans.lib.cvsclient.command.diff - package org.netbeans.lib.cvsclient.command.diff
 
org.netbeans.lib.cvsclient.command.edit - package org.netbeans.lib.cvsclient.command.edit
 
org.netbeans.lib.cvsclient.command.editors - package org.netbeans.lib.cvsclient.command.editors
 
org.netbeans.lib.cvsclient.command.export - package org.netbeans.lib.cvsclient.command.export
 
org.netbeans.lib.cvsclient.command.history - package org.netbeans.lib.cvsclient.command.history
 
org.netbeans.lib.cvsclient.command.importcmd - package org.netbeans.lib.cvsclient.command.importcmd
 
org.netbeans.lib.cvsclient.command.log - package org.netbeans.lib.cvsclient.command.log
 
org.netbeans.lib.cvsclient.command.remove - package org.netbeans.lib.cvsclient.command.remove
 
org.netbeans.lib.cvsclient.command.status - package org.netbeans.lib.cvsclient.command.status
 
org.netbeans.lib.cvsclient.command.tag - package org.netbeans.lib.cvsclient.command.tag
 
org.netbeans.lib.cvsclient.command.unedit - package org.netbeans.lib.cvsclient.command.unedit
 
org.netbeans.lib.cvsclient.command.update - package org.netbeans.lib.cvsclient.command.update
 
org.netbeans.lib.cvsclient.command.watch - package org.netbeans.lib.cvsclient.command.watch
 
org.netbeans.lib.cvsclient.command.watchers - package org.netbeans.lib.cvsclient.command.watchers
 
org.netbeans.lib.cvsclient.commandLine - package org.netbeans.lib.cvsclient.commandLine
 
org.netbeans.lib.cvsclient.commandLine.command - package org.netbeans.lib.cvsclient.commandLine.command
 
org.netbeans.lib.cvsclient.connection - package org.netbeans.lib.cvsclient.connection
 
org.netbeans.lib.cvsclient.event - package org.netbeans.lib.cvsclient.event
 
org.netbeans.lib.cvsclient.file - package org.netbeans.lib.cvsclient.file
 
org.netbeans.lib.cvsclient.request - package org.netbeans.lib.cvsclient.request
 
org.netbeans.lib.cvsclient.response - package org.netbeans.lib.cvsclient.response
 
org.netbeans.lib.cvsclient.util - package org.netbeans.lib.cvsclient.util
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.add.AddBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
 
outputDone() - Method in interface org.netbeans.lib.cvsclient.command.Builder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.export.ExportBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.PipedFilesBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.status.StatusBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
outputDone() - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
 
OutputStreamProvider - Interface in org.netbeans.lib.cvsclient.file
Custom output stream factory.

P

parse(String) - Static method in class org.netbeans.lib.cvsclient.CVSRoot
Parse the CVSROOT string into CVSRoot object.
parse(Properties) - Static method in class org.netbeans.lib.cvsclient.CVSRoot
Construct CVSRoot from Properties object.
parseBytes(byte[], int) - Method in interface org.netbeans.lib.cvsclient.command.BinaryBuilder
Raw binary data from stream.
parseBytes(byte[], int) - Method in class org.netbeans.lib.cvsclient.command.PipedFilesBuilder
 
parseCvsIgnoreFile(File) - Static method in class org.netbeans.lib.cvsclient.util.DefaultIgnoreFileFilter
Utility method that reads the .cvsignore file and returns a list of Strings.
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.add.AddBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
 
parseEnhancedMessage(String, Object) - Method in interface org.netbeans.lib.cvsclient.command.Builder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.export.ExportBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.PipedFilesBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.status.StatusBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
Merged response handler.
parseEnhancedMessage(String, Object) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.add.AddBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
 
parseLine(String, boolean) - Method in interface org.netbeans.lib.cvsclient.command.Builder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.export.ExportBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.log.LogBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.PipedFilesBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.status.StatusBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
parseLine(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
 
parseTaggedMessage(StringBuffer, String) - Static method in class org.netbeans.lib.cvsclient.event.MessageEvent
Parses the tagged message using the specified buffer.
parseWrappers(String) - Static method in class org.netbeans.lib.cvsclient.response.WrapperSendResponse
 
PasswordsFile - Class in org.netbeans.lib.cvsclient.connection
Represents .cvspass passwords file.
PasswordsFile() - Constructor for class org.netbeans.lib.cvsclient.connection.PasswordsFile
 
path - Variable in class org.netbeans.lib.cvsclient.event.FileAddedEvent
The path of the file that has been added
path - Variable in class org.netbeans.lib.cvsclient.event.FileRemovedEvent
The path of the file that has been removed.
path - Variable in class org.netbeans.lib.cvsclient.event.FileToRemoveEvent
The path of the file that is going to be removed.
path - Variable in class org.netbeans.lib.cvsclient.event.FileUpdatedEvent
The path of the file that has been added
PathUtils - Class in org.netbeans.lib.cvsclient.util
 
PathUtils() - Constructor for class org.netbeans.lib.cvsclient.util.PathUtils
 
PERTINENT - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
PERTINENT_STATE - Static variable in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
 
PipedFileInformation - Class in org.netbeans.lib.cvsclient.command
Contains intercepted infomation from command standard output.
PipedFileInformation(File) - Constructor for class org.netbeans.lib.cvsclient.command.PipedFileInformation
 
PipedFilesBuilder - Class in org.netbeans.lib.cvsclient.command
Handles the building of "checkout with -p switch" information object and storing of the checked out file to the temporary file and the firing of events when complete objects are built.
PipedFilesBuilder(EventManager, BuildableCommand, TemporaryFileCreator) - Constructor for class org.netbeans.lib.cvsclient.command.PipedFilesBuilder
Creates a new Builder for the PipeFileResponse.
port - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The port number to use.
postExpansionExecute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.export.ExportCommand
Execute this command
postExpansionExecute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Execute this command
postExpansionExecute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.tag.RtagCommand
Execute the command.
printLongDescription(PrintStream) - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
Print a long help description (multi-line with all supported switches and their description) of this command to the provided print stream.
printLongDescription(PrintStream) - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
 
printShortDescription(PrintStream) - Method in interface org.netbeans.lib.cvsclient.commandLine.command.CommandProvider
Print a short help description (one-line only) for this command to the provided print stream.
printShortDescription(PrintStream) - Method in class org.netbeans.lib.cvsclient.commandLine.command.locbundlecheck
 
printStackTrace() - Method in exception org.netbeans.lib.cvsclient.command.CommandException
 
printStackTrace(PrintStream) - Method in exception org.netbeans.lib.cvsclient.command.CommandException
 
printStackTrace(PrintWriter) - Method in exception org.netbeans.lib.cvsclient.command.CommandException
 
process - Variable in class org.netbeans.lib.cvsclient.connection.LocalConnection
The CVS process that is being run.
process(LoggedDataInputStream, ResponseServices) - Method in class org.netbeans.lib.cvsclient.response.ErrorMessageResponse
Process the data for the response.
process(LoggedDataInputStream, ResponseServices) - Method in class org.netbeans.lib.cvsclient.response.ErrorResponse
Process the data for the response.
process(LoggedDataInputStream, ResponseServices) - Method in interface org.netbeans.lib.cvsclient.response.Response
Process the data for the response.
process(LoggedDataInputStream, ResponseServices) - Method in class org.netbeans.lib.cvsclient.response.WrapperSendResponse
Process the data for the response.
processArg(String, int) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
processArg(String, long) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
processArg(String, double) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
processArg(String, float) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
processArg(String, boolean) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
processCommand(String[], File[], String, PrintStream, PrintStream) - Static method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
Process the CVS command passed in args[] array with all necessary options.
processCommand(String[], File[], String, int, PrintStream, PrintStream) - Static method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
Process the CVS command passed in args[] array with all necessary options.
processDifferences(String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
processFile(String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
processLine(String) - Static method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder
 
processModule(String, boolean) - Method in class org.netbeans.lib.cvsclient.command.checkout.ModuleListBuilder
 
processParameters(String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
processRCSfile(String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
processRequests(List<Request>) - Method in class org.netbeans.lib.cvsclient.Client
Process all the requests.
processRequests(List<Request>) - Method in interface org.netbeans.lib.cvsclient.ClientServices
Process all the requests.
processRevision(String) - Method in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
 
PServerConnection - Class in org.netbeans.lib.cvsclient.connection
Implements a connection to a pserver.
PServerConnection() - Constructor for class org.netbeans.lib.cvsclient.connection.PServerConnection
Create an uninitialized PServerConnection.
PServerConnection(CVSRoot) - Constructor for class org.netbeans.lib.cvsclient.connection.PServerConnection
Create PServerConnection and setup it's properties from the supplied CVSRoot object.
PServerConnection(CVSRoot, SocketFactory) - Constructor for class org.netbeans.lib.cvsclient.connection.PServerConnection
Create PServerConnection and setup it's properties from the supplied CVSRoot object.

Q

QuestionableRequest - Class in org.netbeans.lib.cvsclient.request
The questionable request.
QuestionableRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.QuestionableRequest
Create a new QuestionableRequest

R

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

S

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
Deprecated.
This method uses a static parser to parse dates which is not thread safe, use #setDate instead
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
 

T

tag - Class in org.netbeans.lib.cvsclient.commandLine.command
Tag checked out files.
tag() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.tag
 
TAG - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
TagBuilder - Class in org.netbeans.lib.cvsclient.command.tag
 
TagBuilder(EventManager, String) - Constructor for class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
TagCommand - Class in org.netbeans.lib.cvsclient.command.tag
The tag command adds or deleted a tag to the specified files/directories.
TagCommand() - Constructor for class org.netbeans.lib.cvsclient.command.tag.TagCommand
Construct a new tag command.
TemporaryFileCreator - Interface in org.netbeans.lib.cvsclient.command
 
TerminationEvent - Class in org.netbeans.lib.cvsclient.event
An event sent from the server to indicate that a the output from the server has ended for the current command
TerminationEvent(Object, boolean) - Constructor for class org.netbeans.lib.cvsclient.event.TerminationEvent
Construct a MessageEvent
TerminationEvent(Object) - Constructor for class org.netbeans.lib.cvsclient.event.TerminationEvent
Construct a MessageEvent with no message text
TIMESTAMP_MATCHES_FILE - Static variable in class org.netbeans.lib.cvsclient.admin.Entry
Indicates that the timestamp matches the file.
timestampMatchesFile() - Method in class org.netbeans.lib.cvsclient.admin.Entry
Determine whether the timestamp matches the file.
TO_ADD - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
 
TO_ADD - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
toString() - Method in class org.netbeans.lib.cvsclient.admin.Entry
Create a string representation of the entry line.
toString() - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.KeywordSubstitutionOptions
 
toString() - Method in class org.netbeans.lib.cvsclient.command.log.LogInformation
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveInformation
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation.SymName
 
toString() - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
Return a string representation of this object.
toString() - Method in class org.netbeans.lib.cvsclient.command.Watch
 
toString() - Method in class org.netbeans.lib.cvsclient.command.watch.WatchMode
Returns the name of this WatchMode ("on", "off", "add", "remove").
toString() - Method in class org.netbeans.lib.cvsclient.CVSRoot
LOCAL_FORMAT --> :method:/reposi/tory
"no method" is always represented internally as null SERVER_FORMAT --> :method:user@hostname:[port]/reposi/tory
Password is never included in cvsroot string representation.
toString() - Method in class org.netbeans.lib.cvsclient.file.FileMode
Returns a CVS-compatible file mode string
toString() - Method in class org.netbeans.lib.cvsclient.file.FileStatus
Returns the String representation for thiz.
toString() - Method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
 
transmitBinaryFile(File, LoggedDataOutputStream) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Transmit a binary file to the server, using the standard CVS protocol conventions.
transmitBinaryFile(File, LoggedDataOutputStream) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Transmit a binary file to the server, using the standard CVS protocol conventions.
transmitTextFile(File, LoggedDataOutputStream) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Transmit a text file to the server, using the standard CVS protocol conventions.
transmitTextFile(File, LoggedDataOutputStream) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Transmit a text file to the server, using the standard CVS protocol conventions.
TransmitTextFilePreprocessor - Interface in org.netbeans.lib.cvsclient.file
Preprocesses the text file before transmitting to the server.
tryArg(int, int) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
tryArg(int, long) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
tryArg(int, double) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
tryArg(int, float) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
tryArg(int, boolean) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
tryArg(int, String) - Method in class org.netbeans.lib.cvsclient.commandLine.GetOpt
 
type - Variable in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
 

U

UnchangedRequest - Class in org.netbeans.lib.cvsclient.request
Tells the server that a particular filename has not been modified in the checked-out directory.
UnchangedRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.UnchangedRequest
Construct an Unchanged request
UnchangedRequest(File) - Constructor for class org.netbeans.lib.cvsclient.request.UnchangedRequest
Construct an Unchanged request
UnconfiguredRequestException - Exception in org.netbeans.lib.cvsclient.request
This exception indicates that a request has not been properly configured hence cannot be sent to the server for processing
UnconfiguredRequestException() - Constructor for exception org.netbeans.lib.cvsclient.request.UnconfiguredRequestException
 
UnconfiguredRequestException(String) - Constructor for exception org.netbeans.lib.cvsclient.request.UnconfiguredRequestException
 
UNEDIT - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
UneditCommand - Class in org.netbeans.lib.cvsclient.command.unedit
 
UneditCommand() - Constructor for class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
Construct a new editors command.
UNKNOWN - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
Parsing constants.
UNKNOWN - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitInformation
 
UNKNOWN - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
Parsing constants..
UNKNOWN - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The unknown status, i.e.
UNRESOLVED_CONFLICT - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
A file with the same name as this new file has been added to the repository from a second workspace.
UP_TO_DATE - Static variable in class org.netbeans.lib.cvsclient.file.FileStatus
The up-to-date status, i.e.
UPDATE - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
update - Class in org.netbeans.lib.cvsclient.commandLine.command
A factory class for creating and configuring an update command
update() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.update
 
UPDATE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
updateAdminData(String, String, Entry, GlobalOptions) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
Create or update the administration files for a particular file.
updateAdminData(String, String, Entry, GlobalOptions) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
Create or update the administration files for a particular file.
updateAdminData(String, String, Entry) - Method in class org.netbeans.lib.cvsclient.Client
Create or update the administration files for a particular file.
updateAdminData(String, String, Entry) - Method in interface org.netbeans.lib.cvsclient.ClientServices
Create or update the administration files for a particular file This will create the CVS directory if necessary, and the Root and Repository files if necessary.
updateAdminData(String, String, Entry) - Method in interface org.netbeans.lib.cvsclient.response.ResponseServices
Create or update the administration files for a particular file This will create the CVS directory if necessary, and the Root and Repository files if necessary.
UpdateBuilder - Class in org.netbeans.lib.cvsclient.command.update
Handles the building of update information object and the firing of events when complete objects are built.
UpdateBuilder(EventManager, String) - Constructor for class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
UpdateCommand - Class in org.netbeans.lib.cvsclient.command.update
The Update command.
UpdateCommand() - Constructor for class org.netbeans.lib.cvsclient.command.update.UpdateCommand
Construct a new update command.
userName - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The user name to use.
UseUnchangedRequest - Class in org.netbeans.lib.cvsclient.request
Issues the UseUnchanged request, which tells servers that the client is using version 1.10 of the CVS protocol.
UseUnchangedRequest() - Constructor for class org.netbeans.lib.cvsclient.request.UseUnchangedRequest
 

V

ValidRequestsRequest - Class in org.netbeans.lib.cvsclient.request
Asks the server to send back a Valid-requests response
ValidRequestsRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ValidRequestsRequest
 
ValidResponsesRequest - Class in org.netbeans.lib.cvsclient.request
Sends a request telling the server which responses this client understands.
ValidResponsesRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ValidResponsesRequest
 
verify() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
Verify a cnnection with the server.
verify() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
 
verify() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
Authenticate with the server.
verify() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
Authenticate with the server.
verify() - Method in class org.netbeans.lib.cvsclient.connection.SSHConnection
Verifies that we can successfuly connect to the SSH server and run 'cvs server' command on it.
VERIFY_POSTAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The string that is sent at the end of a verify request.
VERIFY_PREAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The string that is sent at the beginning of the request to verify a connection.
verifyProtocol() - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
Verifies that this open connection is a connetion to a working CVS server.

W

WARNING - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
Watch - Class in org.netbeans.lib.cvsclient.command
 
WATCH_ADD - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
WATCH_COMMIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WATCH_EDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WATCH_OFF - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
WATCH_ON - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
WATCH_REMOVE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
WATCH_TEMP_COMMIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WATCH_TEMP_EDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WATCH_TEMP_UNEDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WATCH_UNEDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
 
WatchCommand - Class in org.netbeans.lib.cvsclient.command.watch
 
WatchCommand() - Constructor for class org.netbeans.lib.cvsclient.command.watch.WatchCommand
Construct a new WatchCommand.
WATCHERS - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
WatchersBuilder - Class in org.netbeans.lib.cvsclient.command.watchers
Handles the building of a watchers information object and the firing of events when complete objects are built.
WatchersBuilder(EventManager, String) - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
Creates a WatchersBuilder.
WatchersCommand - Class in org.netbeans.lib.cvsclient.command.watchers
The watchers command looks up who is watching this file, who is interested in it.
WatchersCommand() - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
Construct a new watchers command.
WatchersInformation - Class in org.netbeans.lib.cvsclient.command.watchers
Describes "cvs watchers" commands' parsed information for a file.
WatchersInformation(File) - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
Creates new istance of the WatchersInformation class.
WatchersInformation.Watcher - Class in org.netbeans.lib.cvsclient.command.watchers
Inner class that holds information about single user and his watches on the file.
WatchMode - Class in org.netbeans.lib.cvsclient.command.watch
 
WindowsFileReadOnlyHandler - Class in org.netbeans.lib.cvsclient.file
 
WindowsFileReadOnlyHandler() - Constructor for class org.netbeans.lib.cvsclient.file.WindowsFileReadOnlyHandler
 
WrapperSendRequest - Class in org.netbeans.lib.cvsclient.request
This class encapsulates the wrapper-sendme-rcsOptions request in the CVS client-server protocol.
WrapperSendRequest() - Constructor for class org.netbeans.lib.cvsclient.request.WrapperSendRequest
 
WrapperSendResponse - Class in org.netbeans.lib.cvsclient.response
This class handles the response from the server to a wrapper-sendme-rcsOptions request
WrapperSendResponse() - Constructor for class org.netbeans.lib.cvsclient.response.WrapperSendResponse
 
WrapperUtils - Class in org.netbeans.lib.cvsclient.command
Support for .cvswrappers parsing and merging.
WrapperUtils() - Constructor for class org.netbeans.lib.cvsclient.command.WrapperUtils
 
write(int) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
 
write(byte[]) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
 
write(byte[], int, int) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
 
writeBinaryFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Write (either create or replace) a binary file on the local machine with one read from the server.
writeBinaryFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Write (either create or replace) a text file on the local machine with one read from the server.
writeBytes(String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
Write a line to the stream, logging it too.
writeBytes(String, String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
Write a line to the stream, logging it too.
writeChars(String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
Deprecated.
Line to to bytes conversion is host specifics. Use raw byte access methods insted.
writeRcsDiffFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Merge a text file on the local machine with the diff from the server.
writeRcsDiffFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Merge a text file on the local machine with the diff from the server.
WriteRcsDiffFilePreprocessor - Class in org.netbeans.lib.cvsclient.file
File Processor that handles processing of rcs-diff response.
WriteRcsDiffFilePreprocessor() - Constructor for class org.netbeans.lib.cvsclient.file.WriteRcsDiffFilePreprocessor
 
writeTextFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
Write (either create or replace) a file on the local machine with one read from the server.
writeTextFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
Write (either create or replace) a text file on the local machine with one read from the server.
WriteTextFilePreprocessor - Interface in org.netbeans.lib.cvsclient.file
Preprocesses the text file after getting from server.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.