- 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
-
- 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.
- 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.