A C E F G H L M N R S T U V

A

addHistoryItem(String) - Method in class nl.toolforge.karma.cli.HistoryManager
Adds a command line string to the history.

C

CLI - class nl.toolforge.karma.cli.CLI.
The command-line-interface for Karma.
CLI() - Constructor for class nl.toolforge.karma.cli.CLI
 
CLICommandResponseHandler - class nl.toolforge.karma.cli.cmd.CLICommandResponseHandler.
This class is responsible for handling CommandResponses in an interactive way.
CLICommandResponseHandler() - Constructor for class nl.toolforge.karma.cli.cmd.CLICommandResponseHandler
 
CONSOLE - Static variable in class nl.toolforge.karma.cli.FireAway
 
ConsoleCommandResponseHandler - class nl.toolforge.karma.cli.cmd.ConsoleCommandResponseHandler.
This class is responsible for handling CommandResponses in an interactive way.
ConsoleCommandResponseHandler(KarmaConsole) - Constructor for class nl.toolforge.karma.cli.cmd.ConsoleCommandResponseHandler
Creates a handler.
commandFinished(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.CLICommandResponseHandler
Calls messageLogged(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
commandFinished(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.ConsoleCommandResponseHandler
Calls ConsoleCommandResponseHandler.messageLogged(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
commandStarted(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.CLICommandResponseHandler
Calls messageLogged(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
commandStarted(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.ConsoleCommandResponseHandler
Calls ConsoleCommandResponseHandler.messageLogged(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).

E

ExitCleanImpl - class nl.toolforge.karma.cli.cmd.ExitCleanImpl.
 
ExitCleanImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ExitCleanImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.ExitCleanImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.HelpImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.ListLocations
 
execute() - Method in class nl.toolforge.karma.cli.cmd.ListManifestsImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.SelectManifestImpl
Execute the command in the CLI.
execute() - Method in class nl.toolforge.karma.cli.cmd.SetWorkingContext
 
execute() - Method in class nl.toolforge.karma.cli.cmd.StartWorkImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.StopWorkImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.UpdateAllModulesImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.UpdateModuleImpl
 
execute() - Method in class nl.toolforge.karma.cli.cmd.ViewManifestImpl
Shows the contents using simple rendering.
execute() - Method in class nl.toolforge.karma.cli.cmd.ViewModuleHistory
 
execute() - Method in class nl.toolforge.karma.cli.cmd.ViewWorkingContextsImpl
 

F

FireAway - class nl.toolforge.karma.cli.FireAway.
Bootstrap thing for Karma.
FireAway() - Constructor for class nl.toolforge.karma.cli.FireAway
 

G

getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.HelpImpl
Returns the response object for this command.
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.ListLocations
 
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.ListManifestsImpl
 
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.SetWorkingContext
 
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.ViewManifestImpl
 
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.ViewModuleHistory
 
getCommandResponse() - Method in class nl.toolforge.karma.cli.cmd.ViewWorkingContextsImpl
 
getCurrentHistoryItem() - Method in class nl.toolforge.karma.cli.HistoryManager
Returns the current history item that is been pointed at.

H

HelpImpl - class nl.toolforge.karma.cli.cmd.HelpImpl.
 
HelpImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.HelpImpl
 
HistoryManager - class nl.toolforge.karma.cli.HistoryManager.
Class managing the CLI history of commands that have been run.
HistoryManager(int) - Constructor for class nl.toolforge.karma.cli.HistoryManager
 
HistoryManagerTest - class nl.toolforge.karma.cli.HistoryManagerTest.
 
HistoryManagerTest() - Constructor for class nl.toolforge.karma.cli.HistoryManagerTest
 

L

ListLocations - class nl.toolforge.karma.cli.cmd.ListLocations.
Lists all manifests in the working contexts' location store.
ListLocations(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ListLocations
 
ListManifestsImpl - class nl.toolforge.karma.cli.cmd.ListManifestsImpl.
Command line interface implementation of the ListManifests command.
ListManifestsImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ListManifestsImpl
 

M

main(String[]) - Static method in class nl.toolforge.karma.cli.FireAway
 
messageLogged(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.CLICommandResponseHandler
Writes the events' message text to System.out.
messageLogged(CommandResponseEvent) - Method in class nl.toolforge.karma.cli.cmd.ConsoleCommandResponseHandler
Writes the events' message text to the KarmaConsole.

N

NoWorkingContextException - exception nl.toolforge.karma.cli.NoWorkingContextException.
Thrown when CLI users have not yet set the working context for their environment.
NoWorkingContextException(String) - Constructor for class nl.toolforge.karma.cli.NoWorkingContextException
 
nl.toolforge.karma.cli - package nl.toolforge.karma.cli
This package contains the command-line interface for Karma SCM Suite.
nl.toolforge.karma.cli.cmd - package nl.toolforge.karma.cli.cmd
 

R

runCli(String[]) - Method in class nl.toolforge.karma.cli.CLI
 

S

SelectManifestImpl - class nl.toolforge.karma.cli.cmd.SelectManifestImpl.
 
SelectManifestImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.SelectManifestImpl
 
SetWorkingContext - class nl.toolforge.karma.cli.cmd.SetWorkingContext.
Sets the default working context identifier as a user preference.
SetWorkingContext(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.SetWorkingContext
 
StartWorkImpl - class nl.toolforge.karma.cli.cmd.StartWorkImpl.
 
StartWorkImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.StartWorkImpl
 
StopWorkImpl - class nl.toolforge.karma.cli.cmd.StopWorkImpl.
 
StopWorkImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.StopWorkImpl
 

T

testAddHistoryItem1() - Method in class nl.toolforge.karma.cli.HistoryManagerTest
 
testConstructor() - Method in class nl.toolforge.karma.cli.HistoryManagerTest
 

U

UpdateAllModulesImpl - class nl.toolforge.karma.cli.cmd.UpdateAllModulesImpl.
Implementation for the UpdateModuleCommand for the command-line interface application.
UpdateAllModulesImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.UpdateAllModulesImpl
 
UpdateModuleImpl - class nl.toolforge.karma.cli.cmd.UpdateModuleImpl.
Implementation for the UpdateModuleCommand for the command-line interface application.
UpdateModuleImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.UpdateModuleImpl
 

V

ViewManifestImpl - class nl.toolforge.karma.cli.cmd.ViewManifestImpl.
 
ViewManifestImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ViewManifestImpl
 
ViewModuleHistory - class nl.toolforge.karma.cli.cmd.ViewModuleHistory.
Renders the contents of the history.xml to the console.
ViewModuleHistory(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ViewModuleHistory
 
ViewWorkingContextsImpl - class nl.toolforge.karma.cli.cmd.ViewWorkingContextsImpl.
Views all working contexts in tabular format.
ViewWorkingContextsImpl(CommandDescriptor) - Constructor for class nl.toolforge.karma.cli.cmd.ViewWorkingContextsImpl
 

A C E F G H L M N R S T U V

Copyright © 2004-2006 Sourceforge. All Rights Reserved.