- 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.
- 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.
- 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. the file has been added to the repository
but not committed yet.
- addExistingTag(String, String) - Method in class org.netbeans.lib.cvsclient.command.status.StatusInformation
-
- 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
-
- 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.
- AddTest - Class in org.netbeans.lib.cvsclient
-
Add command test suite.
- AddTest() - Constructor for class org.netbeans.lib.cvsclient.AddTest
-
- 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
-
- appendLeftLine(String) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
-
- 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
-
- 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.