Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Built on October 26 2010. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.