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

A

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 - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
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.
ALL - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
ANNOTATE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
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.
AbstractConnection - class org.netbeans.lib.cvsclient.connection.AbstractConnection.
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
AddBuilder - class org.netbeans.lib.cvsclient.command.add.AddBuilder.
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
 
AddCommand - class org.netbeans.lib.cvsclient.command.add.AddCommand.
Adds a file or directory.
AddCommand() - Constructor for class org.netbeans.lib.cvsclient.command.add.AddCommand
Constructor.
AddInformation - class org.netbeans.lib.cvsclient.command.add.AddInformation.
Describes add information for a file.
AddInformation() - Constructor for class org.netbeans.lib.cvsclient.command.add.AddInformation
 
AdminHandler - interface org.netbeans.lib.cvsclient.admin.AdminHandler.
Handles the maintaining and reading of administration information on the local machine.
AnnotateBuilder - class org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder.
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 org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand.
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 org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation.
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 org.netbeans.lib.cvsclient.command.annotate.AnnotateLine.
 
AnnotateLine() - Constructor for class org.netbeans.lib.cvsclient.command.annotate.AnnotateLine
 
ArgumentRequest - class org.netbeans.lib.cvsclient.request.ArgumentRequest.
The Argument request.
ArgumentRequest(String) - Constructor for class org.netbeans.lib.cvsclient.request.ArgumentRequest
Create a new request
ArgumentxRequest - class org.netbeans.lib.cvsclient.request.ArgumentxRequest.
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
AuthenticationException - exception org.netbeans.lib.cvsclient.connection.AuthenticationException.
This exception is thrown when a connection with the server cannot be made, for whatever reason.
AuthenticationException(String, String) - Constructor for class 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 class org.netbeans.lib.cvsclient.connection.AuthenticationException
Construct an AuthenticationException with a message and an underlying exception.
AuthenticationException(Throwable, String) - Constructor for class org.netbeans.lib.cvsclient.connection.AuthenticationException
Construct an AuthenticationException with an underlying exception.
abort() - Method in class org.netbeans.lib.cvsclient.Client
Call this method to abort the current command.
add - class org.netbeans.lib.cvsclient.commandLine.command.add.
Adds a file or directory to the repository
add() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.add
 
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.RepositoryCommand
Add the argument requests.
addArgumentRequests() - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
 
addCVSListener(CVSListener) - Method in class org.netbeans.lib.cvsclient.event.EventManager
Add a listener to the list.
addChange(DiffInformation.DiffChange) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffInformation
 
addDirectoryRequest(File) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Adds a DirectoryRequest (and maybe a StickyRequest) to the request list.
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
 
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.BasicCommand
Add the appropriate requests for a single file.
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.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.PipedFileInformation
Adds the specified line to the temporary file.
addToTempFile(String) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
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
annotate - class org.netbeans.lib.cvsclient.commandLine.command.annotate.
The rlog command
annotate() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.annotate
 
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
 
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.

A B C D E F G H I K L M N O P Q R S T U V W
Built on December 18 2007.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.