|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommandException in org.netbeans.lib.cvsclient |
---|
Methods in org.netbeans.lib.cvsclient that throw CommandException | |
---|---|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command. |
java.util.Map |
ClientServices.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid only after the connection is established |
java.util.Map |
Client.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid only after the connection is established |
Uses of CommandException in org.netbeans.lib.cvsclient.command |
---|
Subclasses of CommandException in org.netbeans.lib.cvsclient.command | |
---|---|
class |
CommandAbortedException
This exception is thrown when a command is aborted during execution |
Methods in org.netbeans.lib.cvsclient.command that throw CommandException | |
---|---|
void |
BasicCommand.execute(ClientServices client,
EventManager em)
Execute a command. |
void |
BuildableCommand.execute(ClientServices client,
EventManager eventManager)
Execute a command. |
void |
Command.execute(ClientServices client,
EventManager eventManager)
Execute this command. |
void |
RepositoryCommand.execute(ClientServices client,
EventManager em)
Execute this command. |
static java.util.Map |
WrapperUtils.mergeWrapperMap(ClientServices client)
This method consolidates the wrapper map so that it follows CVS prioritization rules for the wrappers. |
protected abstract void |
RepositoryCommand.postExpansionExecute(ClientServices client,
EventManager em)
Execute this command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.add |
---|
Methods in org.netbeans.lib.cvsclient.command.add that throw CommandException | |
---|---|
protected void |
AddCommand.addRequests(java.io.File file)
Add requests for a particular file or directory to be added. |
protected void |
AddCommand.addRequestsForFile(java.io.File file)
Add requests for a particular file. |
void |
AddCommand.execute(ClientServices client,
EventManager em)
Execute a command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.annotate |
---|
Methods in org.netbeans.lib.cvsclient.command.annotate that throw CommandException | |
---|---|
void |
AnnotateCommand.execute(ClientServices client,
EventManager em)
Execute a command |
void |
RannotateCommand.execute(ClientServices client,
EventManager em)
Execute this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.checkout |
---|
Methods in org.netbeans.lib.cvsclient.command.checkout that throw CommandException | |
---|---|
void |
CheckoutCommand.execute(ClientServices client,
EventManager em)
Execute this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.commit |
---|
Methods in org.netbeans.lib.cvsclient.command.commit that throw CommandException | |
---|---|
void |
CommitCommand.execute(ClientServices client,
EventManager em)
Execute the command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.diff |
---|
Methods in org.netbeans.lib.cvsclient.command.diff that throw CommandException | |
---|---|
void |
DiffCommand.execute(ClientServices client,
EventManager em)
Execute a command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.edit |
---|
Methods in org.netbeans.lib.cvsclient.command.edit that throw CommandException | |
---|---|
void |
EditCommand.execute(ClientServices clientServices,
EventManager eventManager)
Executes this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.editors |
---|
Methods in org.netbeans.lib.cvsclient.command.editors that throw CommandException | |
---|---|
void |
EditorsCommand.execute(ClientServices clientServices,
EventManager eventManager)
Execute the command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.export |
---|
Methods in org.netbeans.lib.cvsclient.command.export that throw CommandException | |
---|---|
protected void |
ExportCommand.postExpansionExecute(ClientServices client,
EventManager em)
Execute this command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.history |
---|
Methods in org.netbeans.lib.cvsclient.command.history that throw CommandException | |
---|---|
void |
HistoryCommand.execute(ClientServices client,
EventManager em)
Execute a command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.importcmd |
---|
Methods in org.netbeans.lib.cvsclient.command.importcmd that throw CommandException | |
---|---|
void |
ImportCommand.execute(ClientServices client,
EventManager eventManager)
Executes thiz command using the set options. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.log |
---|
Methods in org.netbeans.lib.cvsclient.command.log that throw CommandException | |
---|---|
void |
RlogCommand.execute(ClientServices client,
EventManager em)
Execute this command. |
void |
LogCommand.execute(ClientServices client,
EventManager em)
Execute a command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.remove |
---|
Methods in org.netbeans.lib.cvsclient.command.remove that throw CommandException | |
---|---|
void |
RemoveCommand.execute(ClientServices client,
EventManager em)
Executes this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.status |
---|
Methods in org.netbeans.lib.cvsclient.command.status that throw CommandException | |
---|---|
void |
StatusCommand.execute(ClientServices client,
EventManager em)
Execute a command |
Uses of CommandException in org.netbeans.lib.cvsclient.command.tag |
---|
Methods in org.netbeans.lib.cvsclient.command.tag that throw CommandException | |
---|---|
void |
TagCommand.execute(ClientServices client,
EventManager eventManager)
Execute the command. |
protected void |
RtagCommand.postExpansionExecute(ClientServices client,
EventManager eventManager)
Execute the command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.unedit |
---|
Methods in org.netbeans.lib.cvsclient.command.unedit that throw CommandException | |
---|---|
void |
UneditCommand.execute(ClientServices clientServices,
EventManager eventManager)
Execute the command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.update |
---|
Methods in org.netbeans.lib.cvsclient.command.update that throw CommandException | |
---|---|
void |
UpdateCommand.execute(ClientServices client,
EventManager eventManager)
Execute the command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.watch |
---|
Methods in org.netbeans.lib.cvsclient.command.watch that throw CommandException | |
---|---|
void |
WatchCommand.execute(ClientServices client,
EventManager eventManager)
Executes this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.command.watchers |
---|
Methods in org.netbeans.lib.cvsclient.command.watchers that throw CommandException | |
---|---|
void |
WatchersCommand.execute(ClientServices client,
EventManager eventManager)
Executes this command. |
Uses of CommandException in org.netbeans.lib.cvsclient.commandLine |
---|
Methods in org.netbeans.lib.cvsclient.commandLine that throw CommandException | |
---|---|
boolean |
CVSCommand.executeCommand(Command command,
java.io.PrintStream stderr)
Execute a configured CVS command |
Uses of CommandException in org.netbeans.lib.cvsclient.response |
---|
Subclasses of CommandException in org.netbeans.lib.cvsclient.response | |
---|---|
class |
ResponseException
This exception is thrown when an error occurs while processing the server's responses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |