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

E

EDIT - Static variable in class org.netbeans.lib.cvsclient.command.Watch
 
EditCommand - Class in org.netbeans.lib.cvsclient.command.edit
 
EditCommand() - Constructor for class org.netbeans.lib.cvsclient.command.edit.EditCommand
Construct a new editors command.
EDITORS - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
EditorsBuilder - Class in org.netbeans.lib.cvsclient.command.editors
 
EditorsCommand - Class in org.netbeans.lib.cvsclient.command.editors
 
EditorsCommand() - Constructor for class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
Construct a new editors command.
EditorsFileInfoContainer - Class in org.netbeans.lib.cvsclient.command.editors
Data object created by parsing the output of the Editors command.
encodedPassword - Variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
The password, encoded appropriately.
EnhancedMessageEvent - Class in org.netbeans.lib.cvsclient.event
An event sent from the server to indicate that a message should be displayed to the user
EnhancedMessageEvent(Object, String, Object) - Constructor for class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent
Construct a MessageEvent
ensureConnection() - Method in class org.netbeans.lib.cvsclient.Client
Ensures, that the connection is open.
ensureConnection() - Method in interface org.netbeans.lib.cvsclient.ClientServices
Ensures, that the connection is open.
Entry - Class in org.netbeans.lib.cvsclient.admin
The class abstracts the CVS concept of an entry line.
Entry(String) - Constructor for class org.netbeans.lib.cvsclient.admin.Entry
Construct a new Entry from a given entry line.
Entry() - Constructor for class org.netbeans.lib.cvsclient.admin.Entry
Construct a new blank Entry.
EntryRequest - Class in org.netbeans.lib.cvsclient.request
Sends an entry to the server, to tell the server which version of a file is on the local machine.
EntryRequest(Entry) - Constructor for class org.netbeans.lib.cvsclient.request.EntryRequest
Create an EntryRequest
equals(long, long) - Method in class org.netbeans.lib.cvsclient.admin.DateComparator
Compares the specified dates, whether they should be treated as equal.
equals(Object) - Method in class org.netbeans.lib.cvsclient.CVSRoot
CVSRoots are equal if their toString representations are equal.
equals(Object) - Method in class org.netbeans.lib.cvsclient.util.SimpleStringPattern
 
ErrorMessageResponse - Class in org.netbeans.lib.cvsclient.response
Handles a message that the server requests is sent to stderr.
ErrorMessageResponse() - Constructor for class org.netbeans.lib.cvsclient.response.ErrorMessageResponse
 
ErrorResponse - Class in org.netbeans.lib.cvsclient.response
Indicates that the command completed with an error.
ErrorResponse() - Constructor for class org.netbeans.lib.cvsclient.response.ErrorResponse
 
eventManager - Variable in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.diff.SimpleDiffBuilder
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.log.LogBuilder
The event manager to use
eventManager - Variable in class org.netbeans.lib.cvsclient.command.log.LogCommand
The event manager to use.
EventManager - Class in org.netbeans.lib.cvsclient.event
This class is responsible for firing CVS events to registered listeners.
EventManager(ClientServices) - Constructor for class org.netbeans.lib.cvsclient.event.EventManager
Construct a new EventManager
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.commit.CommitBuilder
 
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.tag.TagBuilder
 
EXAM_DIR - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
 
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.add.AddCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.AnnotateCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.annotate.RannotateCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.BasicCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.BuildableCommand
Execute a command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.Command
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.commit.CommitCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.diff.DiffCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.edit.EditCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.editors.EditorsCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.history.HistoryCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.importcmd.ImportCommand
Executes thiz command using the set options.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.LogCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.log.RlogCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.remove.RemoveCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.RepositoryCommand
Execute this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.status.StatusCommand
Execute a command
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.tag.TagCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.unedit.UneditCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.update.UpdateCommand
Execute the command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.watch.WatchCommand
Executes this command.
execute(ClientServices, EventManager) - Method in class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
Executes this command.
executeCommand(Command, GlobalOptions) - Method in class org.netbeans.lib.cvsclient.Client
Execute a command.
executeCommand(Command, PrintStream) - Method in class org.netbeans.lib.cvsclient.commandLine.CVSCommand
Execute a configured CVS command
exists(File) - Method in interface org.netbeans.lib.cvsclient.admin.AdminHandler
Tests for existence of the given file.
exists(File) - Method in class org.netbeans.lib.cvsclient.admin.StandardAdminHandler
Simply delegates to File.exists(), does not provide any virtual files.
exists(File) - Method in class org.netbeans.lib.cvsclient.Client
 
exists(File) - Method in interface org.netbeans.lib.cvsclient.ClientServices
Tests for existence of the given file.
expandedModules - Variable in class org.netbeans.lib.cvsclient.command.RepositoryCommand
The expanded modules.
ExpandModulesRequest - Class in org.netbeans.lib.cvsclient.request
Sends the expand-modules request.
ExpandModulesRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ExpandModulesRequest
 
export - Class in org.netbeans.lib.cvsclient.commandLine.command
Export sources from CVS repository.
export() - Constructor for class org.netbeans.lib.cvsclient.commandLine.command.export
 
EXPORT - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
 
ExportBuilder - Class in org.netbeans.lib.cvsclient.command.export
 
ExportBuilder(EventManager, ExportCommand) - Constructor for class org.netbeans.lib.cvsclient.command.export.ExportBuilder
 
ExportCommand - Class in org.netbeans.lib.cvsclient.command.export
The export command exports the projects (modules in the repository) to the local directory structure.
ExportCommand() - Constructor for class org.netbeans.lib.cvsclient.command.export.ExportCommand
 
ExtConnection - Class in org.netbeans.lib.cvsclient.connection
Provides support for the :ext: connection method.
ExtConnection(String) - Constructor for class org.netbeans.lib.cvsclient.connection.ExtConnection
Creates new EXT connection method support class.

 
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.