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

A

ABORT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
AbortAction - class allensoft.javacvs.client.ui.swing.AbortAction.
 
AbortAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.AbortAction
 
abortRequest() - Method in class allensoft.javacvs.client.CVSClient
 
abortRequest(RequestAbortedException) - Method in class allensoft.javacvs.client.CVSClient
Aborts the request(s) currently being performed.
AbstractCellEditor - class allensoft.gui.treetable.AbstractCellEditor.
 
AbstractCellEditor() - Constructor for class allensoft.gui.treetable.AbstractCellEditor
 
AbstractTreeTableModel - class allensoft.gui.treetable.AbstractTreeTableModel.
 
AbstractTreeTableModel(Object) - Constructor for class allensoft.gui.treetable.AbstractTreeTableModel
 
accept(File) - Method in class allensoft.io.AndFileFilter
 
accept(File) - Method in class allensoft.io.ExistsFileFilter
 
accept(File) - Method in class allensoft.io.FilesFileFilter
 
accept(File) - Method in class allensoft.io.NotFileFilter
 
accept(File) - Method in class allensoft.io.OrFileFilter
 
accept(File) - Method in class allensoft.io.PatternBasedFileFilter
 
accept(File) - Method in class allensoft.javacvs.client.CVSFilesFilter
 
accept(File) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
accept(File) - Method in class allensoft.javacvs.client.CVSIgnoreFileFilter
Accepts the file if it should not be ignored by CVS.
accept(File) - Method in class allensoft.javacvs.client.SettingBasedFileFilter
 
accept(File) - Method in class allensoft.util.DirectoriesFileFilter
 
acceptFileEntry(FileEntry) - Method in class allensoft.javacvs.client.FileEntryFilter
 
ActionList - interface allensoft.gui.ActionList.
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
ActionPool - interface allensoft.gui.ActionPool.
Defines a pool of actions.
ADD - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
add(Component, float) - Method in class allensoft.gui.StripPanel
 
add(Frame, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds the supplied files to the repository.
add(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs an add command using the supplied arguments.
add(String, RepositoryLocation, RepositoryDetails.ExtConnectionType, String) - Static method in class allensoft.javacvs.client.RepositoryDetails
Adds a new repository details to the list.
AddAction - class allensoft.javacvs.client.ui.swing.AddAction.
 
addAction(Action) - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
Adds a new action to this action pool.
AddAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.AddAction
 
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
Adds actions that are supported by this window to the action pool.
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
Adds any custom actions supported by this component.
addAddRequests(File[], AddOptions, KeywordSubstitutionModeClassifier) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds AddRequest objects for all the repository locations that the files correspond to.
addAddRequests(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds add requests to the specified batch to add the specified files.
addAlias(String) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
addCellEditorListener(CellEditorListener) - Method in class allensoft.gui.treetable.AbstractCellEditor
 
addChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
addCommandInterpretterListener(CommandInterpretterListener) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
addCommitRequests(File[], CommitOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds CommitRequest objects for all the repository locations that the files correspond to.
addCustomPages() - Method in class allensoft.bug.BugReportWizard
Override this method to add any custom pages that should appear in this wizard.
addCVSActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are under CVS control.
addCVSActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are under CVS control.
addCVSClientListener(CVSClientListener) - Method in class allensoft.javacvs.client.CVSClient
 
addDiffRequests(File[], DiffOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds DiffRequest objects for all the repository locations that the files correspond to.
addDirectoryActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on a single directory.
addDirectoryActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on a single directory.
addField(Component, Component) - Method in class allensoft.gui.FormPanel
Adds a label and field combination to this form.
addField(Component, Component, float) - Method in class allensoft.gui.FormPanel
Adds a label and field combination to this form.
addField(String, Component) - Method in class allensoft.gui.FormPanel
Adds a label field combination to this form.
addField(String, Component, float) - Method in class allensoft.gui.FormPanel
Adds a label field combination to this form.
addFile(File) - Method in class allensoft.javacvs.client.MultiFileCVSRequest
Adds the supplied file/directory to the list of files this request operates on.
addFile(File) - Method in class allensoft.javacvs.client.CommitRequest
 
addGeneralActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on any general files.
addGeneralActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on any general files.
addLayoutComponent(Component, Object) - Method in class allensoft.gui.FormLayout
 
addLayoutComponent(Component, Object) - Method in class allensoft.gui.StripLayout
 
addLayoutComponent(String, Component) - Method in class allensoft.gui.FormLayout
 
addLayoutComponent(String, Component) - Method in class allensoft.gui.StripLayout
 
addLine(int, DiffType, String) - Method in class allensoft.diff.DiffDisplay
Adds a line to be displayed.
addLogRequests(File[], LogOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds LogRequest objects for all the repository locations that the files correspond to.
addMenu() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addMenuItem() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addMouseListenerToHeaderInTable(JTable) - Method in class allensoft.gui.SortedTableModel
 
addNonCVSActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are not under CVS control.
addNonCVSActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are not under CVS control.
addNonExistantLine() - Method in class allensoft.diff.DiffDisplay
 
addOptionDefinition(String) - Method in class allensoft.util.OptionsParser
Adds a new option description to the list of options.
AddOptions - class allensoft.javacvs.client.AddOptions.
Defines the options for an AddRequest.
AddOptions() - Constructor for class allensoft.javacvs.client.AddOptions
 
AddOptionsParser - class allensoft.javacvs.client.ui.command.AddOptionsParser.
 
AddOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.AddOptionsParser
 
addPage(WizardPage) - Method in class allensoft.gui.Wizard
Adds a new page to the end of this wizard.
addPage(WizardPage, int) - Method in class allensoft.gui.Wizard
Inserts a new page at the specified position in this wizard.
addPages() - Method in class allensoft.bug.BugReportWizard
Defines the pages used by this wizard.
addPages(WizardPage[], int) - Method in class allensoft.gui.Wizard
 
addPattern(String) - Method in class allensoft.io.PatternBasedFileFilter
 
addPattern(String) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
addPattern(String[]) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
addPatterns(String[]) - Method in class allensoft.io.PatternBasedFileFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
addPropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
addRemoveRequests(File[], RemoveOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds RemoveRequest objects for all the repository locations that the files correspond to.
addRepository() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
AddRequest - class allensoft.javacvs.client.AddRequest.
Request object that adds files/directories to a repository.
AddRequest() - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest using the default options.
AddRequest(AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest using the supplied options.
addRequest(CVSRequest) - Method in class allensoft.javacvs.client.CVSRequestBatch
Adds a new request to the end of the list.
AddRequest(File) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied file to the repository using the default options.
AddRequest(File[]) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied files to the repository using the default options.
AddRequest(File[], AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied files to the repository using the supplied options.
AddRequest(File, AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied file to the repository using the supplied options.
addRequests(File[], CVSRequestBatch.RequestInstantiator) - Method in class allensoft.javacvs.client.CVSRequestBatch
Adds multiple requests to (possibly) different servers for the files specified.
addSeparator() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addStatusRequests(File[]) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds StatusRequest objects for all the repository locations that the files correspond to.
addTagRequests(File[], String, TagOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds CommitRequest objects for all the repository locations that the files correspond to.
addTreeModelListener(TreeModelListener) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
addTreeModelListener(TreeModelListener) - Method in class allensoft.gui.FileSystemTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUpdateRequests(File[], CheckoutOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds UpdateRequest objects for all the repository locations that the files correspond to.
addWorkingDirectoryListener(WorkingDirectoryListener) - Method in class allensoft.javacvs.client.WorkingDirectory
 
ALL - Static variable in class allensoft.io.FileFilters
 
ALL_FILES - Static variable in class allensoft.javacvs.client.FileEntryFilter
Filter that accepts all files.
ALL_MESSAGES - Static variable in class allensoft.javacvs.client.CVSResponseMessageReader
 
allensoft.bug - package allensoft.bug
 
allensoft.bug.server - package allensoft.bug.server
 
allensoft.diff - package allensoft.diff
 
allensoft.gui - package allensoft.gui
 
allensoft.gui.treetable - package allensoft.gui.treetable
 
allensoft.io - package allensoft.io
 
allensoft.javacvs.client - package allensoft.javacvs.client
 
allensoft.javacvs.client.event - package allensoft.javacvs.client.event
 
allensoft.javacvs.client.ui.command - package allensoft.javacvs.client.ui.command
 
allensoft.javacvs.client.ui.command.event - package allensoft.javacvs.client.ui.command.event
 
allensoft.javacvs.client.ui.swing - package allensoft.javacvs.client.ui.swing
 
allensoft.mail - package allensoft.mail
 
allensoft.util - package allensoft.util
 
allensoft.xml - package allensoft.xml
 
AndFileFilter - class allensoft.io.AndFileFilter.
A file filter that accpets files that are accepted by two file filters.
AndFileFilter(FileFilter, FileFilter) - Constructor for class allensoft.io.AndFileFilter
 
ANNOTATE - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
areContentsValid() - Method in class allensoft.gui.OkCancelDialog.JPanelContents
 
areContentsValid() - Method in class allensoft.gui.LoginDialog.Contents
Checks that a name has been supplied.
areContentsValid() - Method in interface allensoft.gui.OkCancelDialog.Contents
Checks if the contents of the dialog are valid.
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
areFileNamesCaseSensitive() - Static method in class allensoft.util.FileUtilities
Checks if file names are case sensitive on the host operating system.
ASCIIInputStream - class allensoft.io.ASCIIInputStream.
Takes a reader and converts it to an input stream which reads in ASCII characters.
ASCIIInputStream(Reader) - Constructor for class allensoft.io.ASCIIInputStream
 
askQuestion(Frame, Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
askQuestion(Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
AWTUtilities - class allensoft.util.AWTUtilities.
A collection of miscelaneous useful methods for working with AWT components.
AWTUtilities() - Constructor for class allensoft.util.AWTUtilities
 

B

BadOptionException - exception allensoft.javacvs.client.ui.command.BadOptionException.
Exception thrown when an option is bad.
BadOptionException - exception allensoft.util.BadOptionException.
Exception thrown when an option is bad.
BadOptionException(String, int, String) - Constructor for class allensoft.javacvs.client.ui.command.BadOptionException
 
BadOptionException(String, int, String) - Constructor for class allensoft.util.BadOptionException
 
BrowserConnectionManager - class allensoft.javacvs.client.ui.swing.BrowserConnectionManager.
Connection manger that displays a dialog asking user how to connect to ext repository locations when this has not been defined before.
BrowserConnectionManager() - Constructor for class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
BugReport - class allensoft.bug.BugReport.
A BugReport keeps track of all the details of a bug.
BugReport() - Constructor for class allensoft.bug.BugReport
Creates a new bug report.
BugReportWizard - class allensoft.bug.BugReportWizard.
The base class for bug reporting wizards.
BugReportWizard.BugDetailsPage - class allensoft.bug.BugReportWizard.BugDetailsPage.
Wizard page responsible for getting details of the bug.
BugReportWizard.BugDetailsPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.BugDetailsPage
 
BugReportWizard.HowToReproducePage - class allensoft.bug.BugReportWizard.HowToReproducePage.
Wizard page responsible for getting information of how to reproduce the bug.
BugReportWizard.HowToReproducePage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.HowToReproducePage
 
BugReportWizard.SummaryPage - class allensoft.bug.BugReportWizard.SummaryPage.
Wizard page responsible for getting a summary of the bug report.
BugReportWizard.SummaryPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.SummaryPage
 
BugReportWizard.UserDetailsPage - class allensoft.bug.BugReportWizard.UserDetailsPage.
Wizard page responsible for retrieving the user's name and email address.
BugReportWizard.UserDetailsPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.UserDetailsPage
 
BugReportWizard(BugReport) - Constructor for class allensoft.bug.BugReportWizard
 
BugServer - interface allensoft.bug.server.BugServer.
The remote interface to a bug server.
BugSubmissionException - exception allensoft.bug.BugSubmissionException.
The exception thrown when there is a problem submitting a bug report.
BugSubmissionException(Exception) - Constructor for class allensoft.bug.BugSubmissionException
 
BugSubmissionException(String) - Constructor for class allensoft.bug.BugSubmissionException
 
BugSubmitter - interface allensoft.bug.BugSubmitter.
The base class for all bug reporters.
buildMenu(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
buildMenuBar(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
Build a menu bar from the supplied node in an XML document.
buildMenuBar(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
buildMenuItem(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildOptionsAsString(StringBuffer) - Method in class allensoft.javacvs.client.Options
 
buildToolBar(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 

C

cancel() - Method in class allensoft.gui.Wizard
 
cancel() - Method in class allensoft.gui.OkCancelDialog
Cancels the dialog.
CancelButton - class allensoft.gui.CancelButton.
 
CancelButton() - Constructor for class allensoft.gui.CancelButton
 
cancelCellEditing() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
CannotAddFileException - exception allensoft.javacvs.client.CannotAddFileException.
Exception thrown when a file cannot be added to a MultiFileCVSRequest.
CannotAddFileException(String) - Constructor for class allensoft.javacvs.client.CannotAddFileException
 
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Determines if this action can be run on the specified file.
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.AddAction
 
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.RemoveAction
 
canSendIsModified() - Method in class allensoft.javacvs.client.CVSRequest
Determines if this request can send Is-modified commands to the server instead of Modified commands.
canSendIsModified() - Method in class allensoft.javacvs.client.DiffRequest
 
canSendIsModified() - Method in class allensoft.javacvs.client.LogRequest
 
CardPanel - class allensoft.gui.CardPanel.
A simpler alternative to a JPanel with a CardLayout.
CardPanel() - Constructor for class allensoft.gui.CardPanel
Creates a CardPanel.
centreOnScreen(Component) - Static method in class allensoft.util.AWTUtilities
Centres a component on the screen.
Change - class allensoft.diff.Change.
 
CHANGE - Static variable in class allensoft.diff.DiffType
 
Change(int, int, int, int, String, String) - Constructor for class allensoft.diff.Change
 
checkedIn(FileEntry) - Method in class allensoft.javacvs.client.CVSResponse
Called when a Checked-in response is received for the supplied file entry.
checkForFilesToAdd(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Checks for files to add from the specified files, recursing sub directories if necessary, and adds requests to the batch to add the required files.
CheckForFilesToAddOrRemoveAction - class allensoft.javacvs.client.ui.swing.CheckForFilesToAddOrRemoveAction.
Action which will check for files to be added.
CheckForFilesToAddOrRemoveAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CheckForFilesToAddOrRemoveAction
 
checkForFilesToRemove(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
CHECKOUT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
checkout(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs a checkout command using the supplied arguments.
CheckoutOptions - class allensoft.javacvs.client.CheckoutOptions.
Defines the options for a checkout request.
CheckoutOptions() - Constructor for class allensoft.javacvs.client.CheckoutOptions
 
CheckoutOptionsParser - class allensoft.javacvs.client.ui.command.CheckoutOptionsParser.
 
CheckoutOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.CheckoutOptionsParser
 
CheckoutRequest - class allensoft.javacvs.client.CheckoutRequest.
Request object that performs a checkout of modules from a repository location to a local directory.
CheckoutRequest(RepositoryLocation, File, String) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String[]) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String[], CheckoutOptions) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String, CheckoutOptions) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
clearStaticDirectory() - Method in class allensoft.javacvs.client.WorkingDirectory
Clears the static directory flag for this working directory.
close() - Method in class allensoft.bug.CrashReportDialog
Closes this dialog.
close() - Method in class allensoft.javacvs.client.CVSConnection
Closes the connection.
close() - Method in class allensoft.javacvs.client.CVSResponseMessageReader
 
close() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
Closes the connection.
close() - Method in class allensoft.javacvs.client.MindBrightSSHConnection
 
close() - Method in class allensoft.javacvs.client.PServerConnection
Closes the connection.
cNames - Static variable in class allensoft.gui.treetable.FileSystemModel2
 
CommandInterpretter - class allensoft.javacvs.client.ui.command.CommandInterpretter.
Interprets commands of the format used by the cvs command line program and executes them using a CVSClient object.
CommandInterpretter(CVSClient) - Constructor for class allensoft.javacvs.client.ui.command.CommandInterpretter
Creates a new CommandInterpretter that inetrprets CVS commands and invokes the appropriate methods on the CVSClient.
CommandInterpretterEvent - class allensoft.javacvs.client.ui.command.event.CommandInterpretterEvent.
The base class for all events fired by a CommandInterpretter.
CommandInterpretterEvent(CommandInterpretter) - Constructor for class allensoft.javacvs.client.ui.command.event.CommandInterpretterEvent
 
CommandInterpretterListener - interface allensoft.javacvs.client.ui.command.event.CommandInterpretterListener.
The listener interface for events fired by a CommandInterpretter.
COMMIT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
commit(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs a commit command using the supplied arguments.
CommitAction - class allensoft.javacvs.client.ui.swing.CommitAction.
Action that commits the selected files.
CommitAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CommitAction
 
CommitOptions - class allensoft.javacvs.client.CommitOptions.
 
CommitOptions() - Constructor for class allensoft.javacvs.client.CommitOptions
 
CommitOptions(String) - Constructor for class allensoft.javacvs.client.CommitOptions
 
CommitOptionsParser - class allensoft.javacvs.client.ui.command.CommitOptionsParser.
 
CommitOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.CommitOptionsParser
 
CommitRequest - class allensoft.javacvs.client.CommitRequest.
Defines a request to the server to commit some files.
CommitRequest() - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File[]) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File[], CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
Creates a commit request to commit the suppled files from the working directory.
CommitRequest(File, CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
 
compare(Object, Object) - Method in class allensoft.gui.SortedTableModel.DefaultComparator
 
compare(Object, Object) - Method in class allensoft.gui.DirectoryContentsTable.FileComparator
 
compare(Object, Object) - Method in class allensoft.gui.FileSystemTreeModel.DefaultComparator
 
compare(Object, Object) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryComparator
 
compareElementsAt(int, int) - Method in class allensoft.gui.treetable.MergeSort
 
compareTo(Object) - Method in class allensoft.javacvs.client.Entry
 
componentResized(ComponentEvent) - Method in class allensoft.gui.WindowResizer
 
configurePropertiesFromAction(Action) - Method in class allensoft.gui.EnhancedToolBar.Button
 
CONFLICT - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
containsWhiteSpace(String) - Static method in class allensoft.util.StringUtilities
 
copyFile(File, File) - Static method in class allensoft.util.FileUtilities
 
CrashHandler - class allensoft.bug.CrashHandler.
Handles crashes (uncaught exceptions/errors) by reporting them to the user.
CrashHandler() - Constructor for class allensoft.bug.CrashHandler
 
CrashReport - class allensoft.bug.CrashReport.
A type of BugReport which is the result of an uncaught exception/error.
CrashReport(Throwable) - Constructor for class allensoft.bug.CrashReport
Creates a new CrashReport for the supplied uncaught exception.
CrashReportDialog - class allensoft.bug.CrashReportDialog.
A dilaog that displays the details of a crash report to the user.
CrashReportDialog(CrashReport) - Constructor for class allensoft.bug.CrashReportDialog
Creates a new CrashReportDialog for the supplied crash report.
CrashReportDialog(CrashReport, BugSubmitter) - Constructor for class allensoft.bug.CrashReportDialog
Creates a new CrashReportDialog for the supplied crash report.
CrashReportingEventQueue - class allensoft.bug.CrashReportingEventQueue.
An event queue that reports any crashes to the global CrashHandler.
CrashReportingEventQueue() - Constructor for class allensoft.bug.CrashReportingEventQueue
 
CrashReportingThread - class allensoft.bug.CrashReportingThread.
A Thread sub class that automatically reports any crashes (i.e uncaught exceptions/errors) that occurr during its execution.
CrashReportingThread() - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(Runnable) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(Runnable, String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, Runnable) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, Runnable, String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, String) - Constructor for class allensoft.bug.CrashReportingThread
 
createAbortAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createActionComponent(Action) - Method in class allensoft.gui.EnhancedToolBar
 
createActionList(ListModel) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createAddAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for adding files.
createBugDetailsPage() - Method in class allensoft.bug.BugReportWizard
 
createButtonPanel() - Method in class allensoft.bug.CrashReportDialog
Creates the button panel that gives the user options for dealing with the crash.
createButtonPanel() - Method in class allensoft.gui.Wizard
Creates the panel of buttons that appear at the bottom of the wizard.
createButtonPanel() - Method in class allensoft.gui.OkCancelDialog
Creates the panel for the buttons at the bottom of the dialog.
createCancelButton() - Method in class allensoft.gui.Wizard
 
createCancelButton() - Method in class allensoft.gui.OkCancelDialog
Creates the Cancel button which will call the cancel method when clicked.
createCellRenderer() - Method in class allensoft.gui.FileSystemTree
 
createCheckForFilesToAddAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createCheckoutAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for checking out a repository.
createCloseButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for closing this dialog.
createCommitAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for committing files.
createCompletedPage() - Method in class allensoft.bug.BugReportWizard
 
createConnection(CVSClient, RepositoryLocation, LoginDetails) - Method in interface allensoft.javacvs.client.DefaultConnectionManager.ConnectionInstantiator
 
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Creates a connection for the specified repository location.
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in interface allensoft.javacvs.client.CVSConnectionManager
Creates a connection for the specified repository location.
createCrashReport(Throwable) - Method in class allensoft.bug.DefaultCrashHandler
Creates a crash report for the supplied exception/error.
createCrashReportDialog(CrashReport, BugSubmitter) - Method in class allensoft.bug.DefaultCrashHandler
Creates the dialog used to display the crash report to the user.
createDiffAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for diffing files.
createDiffDisplay() - Method in class allensoft.diff.DiffViewer
Creates a DiffDisplay used to display the differences for a file.
createDiffViewer(String, String, Reader, DiffParser, boolean) - Method in class allensoft.diff.DiffViewerDialog
 
createDocument() - Method in class allensoft.gui.MenuEditorDialog
Creates an XML document which represents the currently edited menus.
createDocument() - Method in class allensoft.gui.MenuEditorDialog.Contents
Creates an XML document which represents the currently edited menus.
createEditRepositoriesAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createEntryCellRenderer() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
createExtConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createExternalRSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createExternalSSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createFileCellRenderer() - Method in class allensoft.gui.DirectoryContentsTable
Creates the cell renderer used to display files.
createFinishButton() - Method in class allensoft.gui.Wizard
 
createFrame() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates the JFrame that will contain everything.
createHowToReproducePage() - Method in class allensoft.bug.BugReportWizard
 
createInternalSSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createListCellRenderer() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createLocalConnection(CVSClient, RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createLocalFileSystemFileNode(FileSystemTreeModel.FileNode) - Static method in class allensoft.gui.FileSystemTreeModel
 
createLocalFileSystemFileNode(FileSystemTreeModel.FileNode, String) - Static method in class allensoft.gui.FileSystemTreeModel
 
createLogAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for ogging files.
createLoginConnection(CVSClient, RepositoryLocation, LoginManager, DefaultConnectionManager.ConnectionInstantiator) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Creates a connection to the supplied location.
createMainPanel() - Method in class allensoft.bug.CrashReportDialog
Creates the main panel for the dialog.
createMainPanel() - Method in class allensoft.gui.LoginDialog.Contents
 
createMainPanel(JList, JTree, Container, Container) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createMenuBar() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates a menu bar.
createMenuTree(TreeModel) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createMessagePanel() - Method in class allensoft.bug.CrashReportDialog
Creates the message panel for this crash report.
createModel(String) - Method in class allensoft.gui.treetable.TreeTableExample2
Creates the FileSystemModel2 that will be used.
createNewCancelButton() - Method in class allensoft.gui.OkCancelDialog
 
createNewOkButton() - Method in class allensoft.gui.OkCancelDialog
 
createNextButton() - Method in class allensoft.gui.Wizard
 
createOkButton() - Method in class allensoft.gui.OkCancelDialog
Creates the OK button which will call the ok method when clicked.
createOptions() - Method in class allensoft.javacvs.client.ui.command.AddOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.CheckoutOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.CommitOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.DiffOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.ExportOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.GlobalOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.ImportOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.RemoveOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.TagOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.UpdateOptionsParser
 
createOptions() - Method in class allensoft.util.OptionsParser
Creates the Options object for this parser.
createPopupMenu() - Method in class allensoft.gui.EnhancedToolBar
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserTree
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
createPreviousButton() - Method in class allensoft.gui.Wizard
 
createPServerConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createRemoveAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for removing files.
createRequest() - Method in interface allensoft.javacvs.client.CVSRequestBatch.RequestInstantiator
 
createResponse() - Method in class allensoft.javacvs.client.CVSRequest
Creates the response object used to receive the response for this request from the server.
createResponse() - Method in class allensoft.javacvs.client.DiffRequest
 
createResponse() - Method in class allensoft.javacvs.client.ExpandModulesRequest
 
createResponse() - Method in class allensoft.javacvs.client.ExportRequest
 
createResponse() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
createResponse() - Method in class allensoft.javacvs.client.ImportRequest
 
createResponse() - Method in class allensoft.javacvs.client.LogRequest
 
createResponse() - Method in class allensoft.javacvs.client.StatusRequest
 
createResponse() - Method in class allensoft.javacvs.client.ValidRequestsRequest
 
createRootPane() - Method in class allensoft.gui.EscapeDialog
 
createSaveBugReportWizard() - Method in class allensoft.bug.CrashReportDialog
Creates the wizard to use for saving a bug report.
createSaveReportButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for saving the crash report.
createSession() - Method in class allensoft.bug.EMailBugSubmitter
Creates the session used for submitting the bug report.
createSession() - Static method in class allensoft.mail.SessionManager
 
createSession(Authenticator) - Static method in class allensoft.mail.SessionManager
 
createStatusAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for getting status of files.
createStatusLabel() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates and return a JLabel that is used to indicate the status of loading.
createSubmitButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for submitting the crash report.
createSummaryPage() - Method in class allensoft.bug.BugReportWizard
 
createTagAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for adding files.
createTechnicalInfoButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for displaying technical information about the crash report.
createTreeCellRenderer() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createTreeTable() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates and returns the instanceof JTreeTable that will be used.
createUpdateAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for updating files.
createUserDetailsPage() - Method in class allensoft.bug.BugReportWizard
 
createWelcomePage() - Method in class allensoft.bug.BugReportWizard
 
createWizard(BugReport) - Method in class allensoft.bug.WizardBasedBugSubmitter
Creates the wizard that should be used to submit the bug report.
createWizard(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
 
createWizard(BugReport) - Method in class allensoft.bug.RMIBugSubmitter
 
createWorkingDirectory(File, RepositoryLocation, String) - Static method in class allensoft.javacvs.client.WorkingDirectory
Creates a new CVS working directory.
cTypes - Static variable in class allensoft.gui.treetable.FileSystemModel2
 
CVSAction - interface allensoft.javacvs.client.ui.swing.CVSAction.
 
CVSActionPool - class allensoft.javacvs.client.ui.swing.CVSActionPool.
Defines a pool of actions that perform the tasks of a graphical client.
CVSActionPool() - Constructor for class allensoft.javacvs.client.ui.swing.CVSActionPool
 
CVSBrowser - class allensoft.javacvs.client.ui.swing.CVSBrowser.
A component that allows one to browse through directories and see the files in them and perform CVS operations on them.
CVSBrowser(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowser
 
CVSBrowser(GraphicalClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowser
 
CVSBrowserTree - class allensoft.javacvs.client.ui.swing.CVSBrowserTree.
Tree component that displays directories and allows the user to perform CVS requests on them.
CVSBrowserTree(GraphicalClient, FileSystemTreeModel.FileNode) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserTree
 
CVSBrowserWindow - class allensoft.javacvs.client.ui.swing.CVSBrowserWindow.
A Window that displays a CVSBrowser with a menu and tool bar.
CVSBrowserWindow(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSBrowserWindow(GraphicalClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSBrowserWindow(GraphicalClient, File, String) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSClient - class allensoft.javacvs.client.CVSClient.
This is the main class that implements the CVS client/server protocol.
CVSClient(CVSConnectionManager, LoginManager) - Constructor for class allensoft.javacvs.client.CVSClient
Creates a new CVS client that uses the supllied connection manager for creating connections and the supplied login manger for getting login details from the user.
CVSClient(LoginManager) - Constructor for class allensoft.javacvs.client.CVSClient
Creates a new CVS client that uses the default connection manager for creating connections and the supplied login manger for getting login details from the user.
CVSClientAdapter - class allensoft.javacvs.client.event.CVSClientAdapter.
 
CVSClientAdapter() - Constructor for class allensoft.javacvs.client.event.CVSClientAdapter
 
CVSClientEvent - class allensoft.javacvs.client.event.CVSClientEvent.
 
CVSClientEvent(CVSClient) - Constructor for class allensoft.javacvs.client.event.CVSClientEvent
 
CVSClientListener - interface allensoft.javacvs.client.event.CVSClientListener.
The listener interface for events that are fired by a CVSClient.
CVSClientResponseEvent - class allensoft.javacvs.client.event.CVSClientResponseEvent.
 
CVSClientResponseEvent(CVSClient, CVSResponse) - Constructor for class allensoft.javacvs.client.event.CVSClientResponseEvent
 
CVSClientTextEvent - class allensoft.javacvs.client.event.CVSClientTextEvent.
The event fired when text is sent to, or received from, the server.
CVSClientTextEvent(CVSClient, String) - Constructor for class allensoft.javacvs.client.event.CVSClientTextEvent
 
CVSCommunicationsObject - class allensoft.javacvs.client.CVSCommunicationsObject.
The base class for any object that wants to do communications with a CVS server.
CVSCommunicationsObject() - Constructor for class allensoft.javacvs.client.CVSCommunicationsObject
 
CVSConnection - class allensoft.javacvs.client.CVSConnection.
Defines a connection with a CVS server.
CVSConnection(CVSClient, RepositoryLocation) - Constructor for class allensoft.javacvs.client.CVSConnection
 
CVSConnectionException - exception allensoft.javacvs.client.CVSConnectionException.
Exception that is thrown when creating a connection to a server.
CVSConnectionException(Exception) - Constructor for class allensoft.javacvs.client.CVSConnectionException
 
CVSConnectionException(String) - Constructor for class allensoft.javacvs.client.CVSConnectionException
 
CVSConnectionManager - interface allensoft.javacvs.client.CVSConnectionManager.
Creates connections to CVS servers for a given repository location.
CVSConnectionMethod - class allensoft.javacvs.client.CVSConnectionMethod.
Defines the possible types of connection methods.
CVSException - exception allensoft.javacvs.client.CVSException.
The base class for all exceptions relating to CVS problems.
CVSException(Exception) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSException(String) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSException(String, Exception) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSFilesAction - interface allensoft.javacvs.client.ui.swing.CVSFilesAction.
Interface for all actions that perofrm a CVS request on some files.
CVSFilesFilter - class allensoft.javacvs.client.CVSFilesFilter.
A file filter which accepts files which are under CVS control.
CVSFilesFilter() - Constructor for class allensoft.javacvs.client.CVSFilesFilter
 
CVSGUIBuilder - class allensoft.javacvs.client.ui.swing.CVSGUIBuilder.
Builds GUI components from XML files.
CVSGUIBuilder() - Constructor for class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
CVSIgnoreFile - class allensoft.javacvs.client.CVSIgnoreFile.
Defines a pattern based file filter whose patterns are taken from a file.
CVSIgnoreFileFilter - class allensoft.javacvs.client.CVSIgnoreFileFilter.
A file filter that decides if a file should be accepted based on rules for CVS ignoring files.
CVSIgnoreFileFilter() - Constructor for class allensoft.javacvs.client.CVSIgnoreFileFilter
 
CVSMessagesDocument - class allensoft.javacvs.client.ui.swing.CVSMessagesDocument.
A StyledDocument that displays messages and status of a CVSClient.
CVSMessagesDocument(CVSClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSMessagesDocument
 
CVSProtocolException - exception allensoft.javacvs.client.CVSProtocolException.
 
CVSProtocolException(Exception) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSProtocolException(String) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSProtocolException(String, Exception) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSRequest - class allensoft.javacvs.client.CVSRequest.
The base class for all requests to a CVS server.
CVSRequest() - Constructor for class allensoft.javacvs.client.CVSRequest
 
CVSRequestBatch - class allensoft.javacvs.client.CVSRequestBatch.
Defines a sequential list of requests that should be performed.
CVSRequestBatch.RequestInstantiator - interface allensoft.javacvs.client.CVSRequestBatch.RequestInstantiator.
Instantiates request objects for use by the addRequests method.
CVSRequestBatch() - Constructor for class allensoft.javacvs.client.CVSRequestBatch
 
CVSRequestBatch(CVSRequest) - Constructor for class allensoft.javacvs.client.CVSRequestBatch
Creates a new request batch with the supplied request added to it.
CVSResponse - class allensoft.javacvs.client.CVSResponse.
The base class for all responses from the server.
CVSResponse.Message - class allensoft.javacvs.client.CVSResponse.Message.
Defines a message that was received from the server that should be displayed to the user.
CVSResponse.Message(boolean, String) - Constructor for class allensoft.javacvs.client.CVSResponse.Message
 
CVSResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.CVSResponse
 
CVSResponse(CVSRequest, boolean) - Constructor for class allensoft.javacvs.client.CVSResponse
Creates a new CVSResponse.
CVSResponseException - exception allensoft.javacvs.client.CVSResponseException.
Exception that indicates an error has occurred with a response.
CVSResponseException(CVSResponse) - Constructor for class allensoft.javacvs.client.CVSResponseException
 
CVSResponseException(CVSResponse, String) - Constructor for class allensoft.javacvs.client.CVSResponseException
 
CVSResponseMessageReader - class allensoft.javacvs.client.CVSResponseMessageReader.
A Reader which can be used to read the messages that come back from the server for a response.
CVSResponseMessageReader(CVSResponse, int) - Constructor for class allensoft.javacvs.client.CVSResponseMessageReader
 
CVSResponseMessageReader(CVSResponse, int, int) - Constructor for class allensoft.javacvs.client.CVSResponseMessageReader