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

A

APPLICATION_XML - Static variable in class nl.toolforge.karma.core.cmd.util.DescriptorReader
The application.xml file describing an J2EE enterprise application.
AUTHENTICATION_ERROR - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Authentication against a CVS repository failed.
AUTHENTICATOR_LOAD_ERROR - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
When the authenticators.xml file could not be read properly.
AUTHENTICATOR_NOT_FOUND - Static variable in class nl.toolforge.karma.core.boot.AdminStore
 
AUTHENTICATOR_NOT_FOUND - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
No authenticator entry is configured that matches the location alias (the id-attribute).
AUTHENTICATOR_WRITE_ERROR - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
Could not write authenticators.xml
AbstractBuildCommand - class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand.
Superclass for all commands dealing with building modules.
AbstractBuildCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Creates a command by initializing the command through its CommandDescriptor.
AbstractManifest - class nl.toolforge.karma.core.manifest.AbstractManifest.
General stuff for a manifest.
AbstractManifest(WorkingContext, String) - Constructor for class nl.toolforge.karma.core.manifest.AbstractManifest
Constructs a manifest instance; name is mandatory.
AbstractManifest(WorkingContext, ManifestStructure) - Constructor for class nl.toolforge.karma.core.manifest.AbstractManifest
A manifest is created based on its ManifestStructure, which can be loaded by the ManifestLoader.
AbstractMessage - class nl.toolforge.karma.core.cmd.event.AbstractMessage.
Base implementation of a Message.
AbstractMessage(String) - Constructor for class nl.toolforge.karma.core.cmd.event.AbstractMessage
 
AbstractMessage(String, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.event.AbstractMessage
Constructs a message.
AdminHandler - class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler.
Helper class to execute stuff on admin files in CVS directories on behalf of module.
AdminHandler(Module) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
 
AdminStore - class nl.toolforge.karma.core.boot.AdminStore.
 
AdminStore(WorkingContext) - Constructor for class nl.toolforge.karma.core.boot.AdminStore
 
AdminStore(WorkingContext, String, Location) - Constructor for class nl.toolforge.karma.core.boot.AdminStore
 
AntLogger - class nl.toolforge.karma.core.cmd.util.AntLogger.
 
AntLogger(Command) - Constructor for class nl.toolforge.karma.core.cmd.util.AntLogger
 
ApplicationXml - class nl.toolforge.karma.core.cmd.util.ApplicationXml.
Class containing a Java representation of application.xml.
ApplicationXml() - Constructor for class nl.toolforge.karma.core.cmd.util.ApplicationXml
 
AuthenticationException - exception nl.toolforge.karma.core.vc.AuthenticationException.
 
AuthenticationException(ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.AuthenticationException
 
AuthenticationException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.AuthenticationException
 
AuthenticationException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.AuthenticationException
 
AuthenticationException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.AuthenticationException
 
Authenticator - class nl.toolforge.karma.core.vc.Authenticator.
 
Authenticator(String) - Constructor for class nl.toolforge.karma.core.vc.Authenticator
 
Authenticator() - Constructor for class nl.toolforge.karma.core.vc.Authenticator
Empty constructor (generally only used by Digesters).
AuthenticatorKey - class nl.toolforge.karma.core.vc.AuthenticatorKey.
 
AuthenticatorKey(String, String) - Constructor for class nl.toolforge.karma.core.vc.AuthenticatorKey
Creates a new authenticator key.
Authenticators - class nl.toolforge.karma.core.vc.Authenticators.
When a Location - more specifically, VersionControlSystem - requires authentication, Karma provides for a mechanism whereby an dauthenticators.xml, located in the Karma configuration directory stores a username.
add(CommandDescriptor) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
 
add(Module, File[], File[]) - Method in interface nl.toolforge.karma.core.vc.Runner
Adds a set of files and/or a set of directories (recursively) to the version control system.
add(Module, String[], String[]) - Method in interface nl.toolforge.karma.core.vc.Runner
See Runner.add(Module, File[], File[]).
add(Module, File[], File[]) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
add(Module, String[], String[]) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
add(Module, File[], File[]) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
add(Module, String[], String[]) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
addAll(CommandDescriptorMap) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
Adds all objects in anotherMap to this CommandDescriptorMap.
addAuthenticator(Authenticator) - Static method in class nl.toolforge.karma.core.vc.Authenticators
Adds an authenticator to authenticators.xml if the authenticator does not yet exist.
addCVSListener(LogParser) - Method in class nl.toolforge.karma.core.vc.cvsimpl.ExtClient
 
addChild(ManifestStructure) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
addCommandResponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.CommandResponse
Adds a CommandResponseListener that is interested in events added to this CommandResponse.
addEvent(CommandResponseEvent) - Method in class nl.toolforge.karma.core.cmd.CommandResponse
Dispatches the event to all CommandResponseListeners.
addEvent(ModuleHistoryEvent) - Method in class nl.toolforge.karma.core.history.ModuleHistory
 
addEvent(Message) - Method in class nl.toolforge.karma.core.test.CommandResponseFaker
Overrides CommandResponse.addEvent(nl.toolforge.karma.core.cmd.event.CommandResponseEvent) ...
addModule(ModuleDigester) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
addModule(Module, String) - Method in interface nl.toolforge.karma.core.vc.Runner
 
addModule(Module, String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
addModule(Module, String) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
addOptions(Options) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
administrate() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
This method should be called to administrate the module to which this AdminHandler applies.
applyWorkingContext(WorkingContext, Module) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
A specific Manifest implementation may have to apply specific actions to modules per working context.
applyWorkingContext(WorkingContext, Module) - Method in class nl.toolforge.karma.core.manifest.DevelopmentManifest
Applies the current working context to a module in this release manifest.
applyWorkingContext(WorkingContext, Module) - Method in class nl.toolforge.karma.core.manifest.ReleaseManifest
Applies the current working context to a module in this release manifest.
asXML() - Method in interface nl.toolforge.karma.core.location.Location
Returns a <location>-element for the specific type of location.
asXML() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Returns a StringBuffer with an XML string view of the location.
asXML(int) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
asXML() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
 
asXML() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRepository
 
authenticationFailure() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
authenticationFailure() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 

B

BUILD_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The build of a module failed.
BUILD_FAILED_TOO_MANY_MISSING_DEPENDENCIES - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The build of a module failed.
BUILD_WARNING - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
BaseLocation - class nl.toolforge.karma.core.location.BaseLocation.
BaseLocation implements some generic Location functionality.
BaseLocation(String, LocationType) - Constructor for class nl.toolforge.karma.core.location.BaseLocation
Constructs a Location skeleton.
BaseModule - class nl.toolforge.karma.core.module.BaseModule.
The name says it all.
BaseModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.BaseModule
 
BaseModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.BaseModule
 
BaseModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate.
 
BaseModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
 
BaseTest - class nl.toolforge.karma.core.test.BaseTest.
This testclass is highly recommended when writing JUnit testclasses for Karma.
BaseTest() - Constructor for class nl.toolforge.karma.core.test.BaseTest
 
BuildAllModules - class nl.toolforge.karma.core.cmd.impl.BuildAllModules.
Deprecated. Not in use, but the current code remains. Not to be used.
BuildAllModules(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.BuildAllModules
Deprecated.  
BuildEnvironment - class nl.toolforge.karma.core.cmd.util.BuildEnvironment.
The BuildEnvironment
BuildEnvironment(Manifest, Module) - Constructor for class nl.toolforge.karma.core.cmd.util.BuildEnvironment
 
BuildModule - class nl.toolforge.karma.core.cmd.impl.BuildModule.
Builds a module in a manifest.
BuildModule(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.BuildModule
 
BuildUtil - class nl.toolforge.karma.core.cmd.util.BuildUtil.
Validates a modules' dependencies by checking if the actual artifacts already exists on a local disk.
BuildUtil(Manifest) - Constructor for class nl.toolforge.karma.core.cmd.util.BuildUtil
 
BundleCache - class nl.toolforge.karma.core.bundle.BundleCache.
Helper class initializing ResourceBundle and caching instances to enable localized messages.

C

CANNOT_INITIALIZE_WORKING_CONTEXT - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The working context could not be initialized.
CANNOT_REMOVE_ACTIVE_WORKING_CONTEXT - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
 
CLEAN_ALL_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The test of a module failed.
CLEAN_MODULE_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The test of a module failed.
COMMAND_NAME - Static variable in class nl.toolforge.karma.core.cmd.impl.PackageModule
 
COMMAND_PLUGINS_DIR - Static variable in class nl.toolforge.karma.core.cmd.CommandLoader
Directory where plugins are located.
CONFIGURATION_BASE_DIRECTORY - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
 
CONFIGURATION_LOAD_ERROR - Static variable in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
 
CONNECTION_EXCEPTION - Static variable in class nl.toolforge.karma.core.location.LocationException
A connection to the location could not be made.
CORE_COMMANDS_FILE - Static variable in class nl.toolforge.karma.core.cmd.CommandLoader
File name for core commands.
CREATE_MODULE_EVENT - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryEvent
Module history event type for creating a module
CREATE_PATCH_LINE_EVENT - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryEvent
Module history event type for creating a path line
CVS - Static variable in class nl.toolforge.karma.core.location.LocationType
A CVS repository location
CVSCommandMessage - class nl.toolforge.karma.core.vc.cvsimpl.CVSCommandMessage.
Deprecated. Use direct subclasses of AbstractCommandMessage instead.
CVSCommandMessage(String) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSCommandMessage
Deprecated.  
CVSCommandMessage(String, Object[]) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSCommandMessage
Deprecated.  
CVSConnection - class nl.toolforge.karma.core.vc.cvsimpl.CVSConnection.
Class representing a connection to a CVS repository.
CVSConnection(Location) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSConnection
Constructor for a CVSConnection.
CVSException - exception nl.toolforge.karma.core.vc.cvsimpl.CVSException.
Exceptions related to CVS stuff.
CVSException(ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSException
 
CVSException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSException
 
CVSException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSException
 
CVSException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSException
 
CVSFile - class nl.toolforge.karma.core.vc.cvsimpl.CVSFile.
CVS implementation of a ManagedFile.
CVSFile() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSFile
 
CVSLogThread - class nl.toolforge.karma.core.vc.cvsimpl.threads.CVSLogThread.
A CVSLogThread runs a cvs log command on a modules' .module.info file and fills a ModuleStatus instance with the full status overview of a module.
CVSLogThread(Module) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.threads.CVSLogThread
 
CVSModuleStatus - class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus.
 
CVSModuleStatus(Module, LogInformation) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
Creates a ModuleStatus instance with the LogInformation object that was generated by the cvs log command.
CVSModuleStatus(Module) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
CVSRepository - class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository.
Class representing a location to a CVS repository.
CVSRepository(String) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
CVSResponseAdapter - class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter.
Adapts a response from CVS to Karma specific messages.
CVSResponseAdapter() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
 
CVSResponseAdapter(CommandResponse) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
This class can use a CommandResponseListener to send cvs events to.
CVSRevision - class nl.toolforge.karma.core.vc.cvsimpl.CVSRevision.
 
CVSRevision() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRevision
 
CVSRunner - class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner.
Runner class for CVS.
CVSRunner(Location) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Constructs a runner to fire commands on a CVS repository.
CVSRuntimeException - exception nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException.
This exception is thrown by the CVSResponseAdapter when an error message was received from CVS.
CVSRuntimeException(ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
Constructs a CVSRuntimeException, with a non-null ErrorCode.
CVSRuntimeException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
 
CVSRuntimeException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
 
CVSRuntimeException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
 
CVSTag - class nl.toolforge.karma.core.vc.cvsimpl.CVSTag.
Symbolic names in CVS are implemented in two ways: 'sticky-tag' and 'branch'.
CVSTag(String) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
Creates a CVS tag with symbolicName.
CVSTag(String, boolean) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 
CleanAll - class nl.toolforge.karma.core.cmd.impl.CleanAll.
Removes the build directory to create a totally clean environment.
CleanAll(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CleanAll
 
CleanModule - class nl.toolforge.karma.core.cmd.impl.CleanModule.
Removes the modules' build directory.
CleanModule(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CleanModule
 
Command - interface nl.toolforge.karma.core.cmd.Command.
A Command is an executable operation in Karma.
CommandContext - class nl.toolforge.karma.core.cmd.CommandContext.
The command context is the class that provides a runtime for commands to run in.
CommandContext(WorkingContext) - Constructor for class nl.toolforge.karma.core.cmd.CommandContext
Constructs a CommandContext, in which commands are run.
CommandDescriptor - class nl.toolforge.karma.core.cmd.CommandDescriptor.
A CommandDescriptor is the object representation of a command as it is specified in a command.xml file.
CommandDescriptor(String, String) - Constructor for class nl.toolforge.karma.core.cmd.CommandDescriptor
 
CommandDescriptorCreationFactory - class nl.toolforge.karma.core.cmd.digester.CommandDescriptorCreationFactory.
Creation factory to be able to create CommandDescriptor instances.
CommandDescriptorCreationFactory() - Constructor for class nl.toolforge.karma.core.cmd.digester.CommandDescriptorCreationFactory
 
CommandDescriptorMap - class nl.toolforge.karma.core.cmd.CommandDescriptorMap.
 
CommandDescriptorMap() - Constructor for class nl.toolforge.karma.core.cmd.CommandDescriptorMap
 
CommandException - exception nl.toolforge.karma.core.cmd.CommandException.
Exceptions thrown during the execution of a command.
CommandException(ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.CommandException
 
CommandException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.CommandException
 
CommandException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.CommandException
 
CommandException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.CommandException
 
CommandFactory - class nl.toolforge.karma.core.cmd.CommandFactory.
This factory is the single resource of Command objects.
CommandFailedEvent - class nl.toolforge.karma.core.cmd.event.CommandFailedEvent.
Generated when the command execution failed with a CommandException.
CommandFailedEvent(Command, CommandException) - Constructor for class nl.toolforge.karma.core.cmd.event.CommandFailedEvent
Creates the event for command.
CommandFaker - class nl.toolforge.karma.core.cmd.impl.CommandFaker.
Bogus implementation of DefaultCommand.
CommandFaker(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CommandFaker
 
CommandFinishedEvent - class nl.toolforge.karma.core.cmd.event.CommandFinishedEvent.
Generated when a command was finished (without an exception).
CommandFinishedEvent(Command, long) - Constructor for class nl.toolforge.karma.core.cmd.event.CommandFinishedEvent
Creates the event for command.
CommandLoadException - exception nl.toolforge.karma.core.cmd.CommandLoadException.
Thrown when command loading failed.
CommandLoadException(ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.CommandLoadException
 
CommandLoadException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.CommandLoadException
 
CommandLoadException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.CommandLoadException
 
CommandLoader - class nl.toolforge.karma.core.cmd.CommandLoader.
Loads command-descriptors from an XML-file.
CommandResponse - class nl.toolforge.karma.core.cmd.CommandResponse.
A CommandResponse object is used to dispatch CommandResponseEvent events to listeners that are interested in those events.
CommandResponse() - Constructor for class nl.toolforge.karma.core.cmd.CommandResponse
Constructs a command response object.
CommandResponseEvent - class nl.toolforge.karma.core.cmd.event.CommandResponseEvent.
Event thrown when a CommandResponse changes.
CommandResponseEvent(Command) - Constructor for class nl.toolforge.karma.core.cmd.event.CommandResponseEvent
Constructs a CommandResponseEvent and assumes the default priority to be Event.LEVEL_INFO.
CommandResponseEvent(Command, int) - Constructor for class nl.toolforge.karma.core.cmd.event.CommandResponseEvent
Constructs a CommandResponseEvent.
CommandResponseFaker - class nl.toolforge.karma.core.test.CommandResponseFaker.
Pretty empty implementation for a CommandResponse.
CommandResponseFaker(Command) - Constructor for class nl.toolforge.karma.core.test.CommandResponseFaker
Faker constructor.
CommandResponseHandler - interface nl.toolforge.karma.core.cmd.CommandResponseHandler.
This interface defines how CommandResponses are handled.
CommandResponseListener - interface nl.toolforge.karma.core.cmd.event.CommandResponseListener.
Instances of this class that implement this interface can register to be notified when things happen during the execution of a Command.
CommandStartedEvent - class nl.toolforge.karma.core.cmd.event.CommandStartedEvent.
Generated before a command is executed.
CommandStartedEvent(Command) - Constructor for class nl.toolforge.karma.core.cmd.event.CommandStartedEvent
Creates the event for command.
CommandTestHelper - class nl.toolforge.karma.core.test.CommandTestHelper.
Base test class to test Command instances (including the execute method).
CommandTestHelper() - Constructor for class nl.toolforge.karma.core.test.CommandTestHelper
 
CompositeCommand - class nl.toolforge.karma.core.cmd.CompositeCommand.
A CompositeCommand is suited for executing multiple commands and at the same time, act as a CommandResponseListener.
CompositeCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.CompositeCommand
 
ConfigurationItem - class nl.toolforge.karma.core.boot.ConfigurationItem.
 
ConfigurationItem(String, String, String) - Constructor for class nl.toolforge.karma.core.boot.ConfigurationItem
 
ConfigurationItem(String, String, String, boolean) - Constructor for class nl.toolforge.karma.core.boot.ConfigurationItem
 
CreateDistribution - class nl.toolforge.karma.core.cmd.impl.CreateDistribution.
 
CreateDistribution(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CreateDistribution
 
CreateModuleCommand - class nl.toolforge.karma.core.cmd.impl.CreateModuleCommand.
Creates a module in a repository.
CreateModuleCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CreateModuleCommand
 
CreatePassword - class nl.toolforge.karma.core.cmd.impl.CreatePassword.
Creates or changes authentication information for a location.
CreatePassword(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CreatePassword
 
CreateRelease - class nl.toolforge.karma.core.cmd.impl.CreateRelease.
Creates a release manifest, based on the current (development) manifest, by checking all the latest versions of modules and adding them
CreateRelease(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.CreateRelease
 
changeCurrentManifest(String) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Changes the current manifest for this context.
changeCurrentManifest(Manifest) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Changes the current manifest for this context.
changePassword(AuthenticatorKey, String) - Static method in class nl.toolforge.karma.core.vc.Authenticators
 
check() - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Thorough checks of this configuration is valid, and if it is not, returns the ErrorCode to indicate what went wrong or null if nothing went wrong, and this configuration is ready to use.
checkConfiguration() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
checkConfiguration() - Method in interface nl.toolforge.karma.core.boot.Store
Checks if the configuration of the store is ok.
checkout(Module) - Method in interface nl.toolforge.karma.core.vc.Runner
Checks out a module from a version control system.
checkout(Module, Version) - Method in interface nl.toolforge.karma.core.vc.Runner
Checks out a module from a version control system with the specified version.
checkout(Module, DevelopmentLine, Version) - Method in interface nl.toolforge.karma.core.vc.Runner
Checks out a module from a version control system with the specified version and from a development line.
checkout(Module, Version) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Performs the cvs checkout [-r <symbolic-name>] <module>command for a module.
checkout(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
checkout(Module, DevelopmentLine, Version) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
See CVSRunner.checkout(Module, Version).
checkout(Module) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
checkout(Module, Version) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
checkout(Module, DevelopmentLine, Version) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
checkoutDefaultModule1() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Checks out LocalCVSInitializer.DEFAULT_MODULE_1, which can then be used to test against.
checkoutDefaultModuleWithVersion() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
 
cleanDependencies(Module) - Method in class nl.toolforge.karma.core.cmd.util.BuildUtil
Cleans a modules' dependencies, by (recursively) traversing all modules that depend on module and cleaning their build-directories.
cleanUp() - Method in interface nl.toolforge.karma.core.cmd.Command
Called after Command.execute().
cleanUp() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Override to clean up stuff.
cleanUp() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Empty implementation.
cleanUp() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Called by CommandContext after executing a command.
clone() - Method in class nl.toolforge.karma.core.Version
 
commandFinished(CommandResponseEvent) - Method in class nl.toolforge.karma.core.cmd.CompositeCommand
Implemenattion of CommandResponseListener.commandFinished(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
commandFinished(CommandResponseEvent) - Method in interface nl.toolforge.karma.core.cmd.event.CommandResponseListener
Signals that a command has ended.
commandResponse - Variable in class nl.toolforge.karma.core.cmd.impl.PromoteCommand
 
commandStarted(CommandResponseEvent) - Method in class nl.toolforge.karma.core.cmd.CompositeCommand
Implemenattion of CommandResponseListener.commandStarted(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
commandStarted(CommandResponseEvent) - Method in interface nl.toolforge.karma.core.cmd.event.CommandResponseListener
Signals that a command has started.
commandTerminated(TerminationEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when server responses with "ok" or "error", (when the command finishes)
commandTerminated(TerminationEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
commit(String) - Method in class nl.toolforge.karma.core.boot.ManifestStore
Commits the manifest file identified by releaseName to the repository.
commit(File) - Method in interface nl.toolforge.karma.core.vc.Runner
Commits file in the version control system.
commit(File) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
commit(File) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
compare(Object, Object) - Method in class nl.toolforge.karma.core.module.ModuleComparator
 
compareTo(Object) - Method in class nl.toolforge.karma.core.Version
Compares two Version instances.
concat(Set, boolean, char) - Static method in class nl.toolforge.karma.core.cmd.util.DependencyPath
Concatenates all DependencyPaths in the given set to a separated String.
configure(WorkingContextConfiguration) - Method in class nl.toolforge.karma.core.boot.WorkingContext
 
connect() - Method in interface nl.toolforge.karma.core.location.Location
Tries to open a connection to the server if the protocol is a remote protocol.
connect() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
connect() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
 
connect() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRepository
 
connectionFailure() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
connectionFailure() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
create(WorkingContext, ManifestStructure) - Method in class nl.toolforge.karma.core.manifest.ManifestFactory
 
create(ModuleDigester, Module.Type) - Method in class nl.toolforge.karma.core.module.ModuleFactory
 
create() - Method in class nl.toolforge.karma.core.module.UntypedModule
Creates a JavaEnterpriseApplicationModule using a EappModuleLayoutTemplate as the layout template.
createFile(File) - Method in class nl.toolforge.karma.core.module.ModuleDescriptor
Writes the module-descriptor.xml file to dir.
createLayout(File) - Method in class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
 
createLayout(File) - Method in interface nl.toolforge.karma.core.module.template.ModuleLayoutTemplate
Creates a templates' files and directories.
createLocation(LocationDescriptor) - Method in class nl.toolforge.karma.core.location.LocationFactory
 
createModuleDependenciesFilter(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Create a properties file that contains mappings from module name to module name plus version.
createObject(Attributes) - Method in class nl.toolforge.karma.core.VersionCreationFactory
 
createObject(Attributes) - Method in class nl.toolforge.karma.core.cmd.digester.CommandDescriptorCreationFactory
 
createObject(Attributes) - Method in class nl.toolforge.karma.core.cmd.digester.OptionDescriptorCreationFactory
 
createObject(Attributes) - Method in class nl.toolforge.karma.core.manifest.digester.ModuleDescriptorCreationFactory
 
createObject(Attributes) - Method in class nl.toolforge.karma.core.scm.digester.ModuleDependencyCreationFactory
 
createPatch(int) - Method in class nl.toolforge.karma.core.Version
Creates a Patch based on this version.
createPatchLine(Module) - Method in interface nl.toolforge.karma.core.vc.Runner
Creates a PatchLine for the module.
createPatchLine(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Creates a patchline for the module, given the modules' current version.
createPatchLine(Module) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
createRemote(Authenticator, String) - Method in class nl.toolforge.karma.core.module.BaseModule
 
createRemote(Authenticator, String) - Method in interface nl.toolforge.karma.core.module.Module
 
createSymbolicName(Module, DevelopmentLine, Version) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
Creates a symbolic name for module, based on version and whether a module has an associated DevelopmentLine.
createSymbolicName(Module, Version) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
 
createSymbolicName(Patch) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
 

D

DEFAULT - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
The default working context.
DEFAULT_COMMANDS_BASEDIR - Static variable in class nl.toolforge.karma.core.cmd.CommandLoader
Default filename for the command descriptor file
DEFAULT_CONFIGURATION_CREATED - Static variable in class nl.toolforge.karma.core.KarmaException
Default configuration has been created.
DEFAULT_MODULE_1 - Static variable in class nl.toolforge.karma.core.test.LocalCVSInitializer
The name of the a test module in the test repository
DEFAULT_PORT - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Default port number : 2401
DEPENDENCY_DOES_NOT_EXIST - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The dependency that is referenced does not exists.
DEPENDENCY_FILE_INVALID - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
DEPENDENCY_FILE_LOAD_ERROR - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the dependencies.xml file could not be loaded correctly.
DEPENDENCY_FILE_NOT_FOUND - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When a modules' project.xml cannot be found.
DEPENDENCY_NOT_FOUND - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
A dependency is configured, but cannot be found on a developers machine.
DEVELOPMENT_HOME_NOT_FOUND - Static variable in class nl.toolforge.karma.core.KarmaException
No development home directory could be referenced to.
DEVELOPMENT_LINE_PATTERN_STRING - Static variable in class nl.toolforge.karma.core.vc.DevelopmentLine
 
DEVELOPMENT_MANIFEST - Static variable in interface nl.toolforge.karma.core.manifest.Manifest
 
DIRECTORY - Static variable in class nl.toolforge.karma.core.location.LocationType
 
DUPLICATE_ARTIFACT_VERSION - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
 
DUPLICATE_AUTHENTICATOR_KEY - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
No authenticator entry is configured that matches the location alias (the id-attribute).
DUPLICATE_COMMAND - Static variable in class nl.toolforge.karma.core.cmd.CommandLoadException
 
DUPLICATE_LOCATION_KEY - Static variable in class nl.toolforge.karma.core.location.LocationException
 
DUPLICATE_MANIFEST_FILE - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
 
DUPLICATE_MODULE - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When a duplicate module-name is encountered in a manifest.
DUPLICATE_VERSION - Static variable in class nl.toolforge.karma.core.vc.VersionControlException
Version already exists for this module.
DYNAMIC - Static variable in interface nl.toolforge.karma.core.module.Module
 
DefaultCommand - class nl.toolforge.karma.core.cmd.DefaultCommand.
Default stuff for a command.
DefaultCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.DefaultCommand
Creates a command by initializing the command through its CommandDescriptor.
DeleteWorkingContext - class nl.toolforge.karma.core.cmd.impl.DeleteWorkingContext.
Removes the working context configuration, but leaves all projects intact.
DeleteWorkingContext(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.DeleteWorkingContext
 
DependencyException - exception nl.toolforge.karma.core.cmd.util.DependencyException.
Thrown when
DependencyException(ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.util.DependencyException
 
DependencyException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.util.DependencyException
 
DependencyException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.util.DependencyException
 
DependencyHelper - class nl.toolforge.karma.core.cmd.util.DependencyHelper.
Dependency management is heavily used by Karma.
DependencyHelper(Manifest) - Constructor for class nl.toolforge.karma.core.cmd.util.DependencyHelper
 
DependencyPath - class nl.toolforge.karma.core.cmd.util.DependencyPath.
Represents the path to a dependency.
DependencyPath(File, File) - Constructor for class nl.toolforge.karma.core.cmd.util.DependencyPath
Create a new DependencyPath
DescriptorReader - class nl.toolforge.karma.core.cmd.util.DescriptorReader.
Convenience class capable of reading the most common deployment descriptor XML files as per their standards.
DescriptorReader(String) - Constructor for class nl.toolforge.karma.core.cmd.util.DescriptorReader
 
DevelopmentLine - class nl.toolforge.karma.core.vc.DevelopmentLine.
A development line is a separate line of development for a module, generally implemented by a version control system through a branch.
DevelopmentLine(String) - Constructor for class nl.toolforge.karma.core.vc.DevelopmentLine
Constructor for a development line.
DevelopmentManifest - class nl.toolforge.karma.core.manifest.DevelopmentManifest.
 
DevelopmentManifest(WorkingContext, String) - Constructor for class nl.toolforge.karma.core.manifest.DevelopmentManifest
 
DevelopmentManifest(WorkingContext, ManifestStructure) - Constructor for class nl.toolforge.karma.core.manifest.DevelopmentManifest
 
DocAllModules - class nl.toolforge.karma.core.cmd.impl.DocAllModules.
Generates API documentation for all modules.
DocAllModules(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.DocAllModules
 
DocModule - class nl.toolforge.karma.core.cmd.impl.DocModule.
Generates Javadoc API documentation for the given module.
DocModule(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.DocModule
 
deleteAuthenticator(Authenticator) - Static method in class nl.toolforge.karma.core.vc.Authenticators
Deletes an authenticator entry from authenticators.xml.
deregisterCommandResponseListener(CommandResponseListener) - Method in interface nl.toolforge.karma.core.cmd.Command
Deregister the CommandResponseListener.
deregisterCommandResponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
 
deregisterCommandResponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
 
doPackage() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 

E

EAR_DEPENDENCY_NOT_DEFINED - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
 
EAR_DEPENDENCY_NOT_FOUND - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
 
ENV_MAVEN_HOME - Static variable in class nl.toolforge.karma.core.MavenEnvironment
The MAVEN_HOME environment variable that must be set.
ENV_MAVEN_REPOSITORY - Static variable in class nl.toolforge.karma.core.MavenEnvironment
The maven.repo.local environment variable when running Maven.
ERROR_MESSAGES_KEY - Static variable in class nl.toolforge.karma.core.bundle.BundleCache
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.KarmaException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.cmd.CommandLoadException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryException
This is the prefix that is shown when displaying the error.
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.location.LocationException
This is the prefix that is shown when displaying the error.
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.module.ModuleTypeException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
This is the prefix that is shown when displaying the error.
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.vc.VersionControlException
 
EXCEPTION_PREFIX - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
 
EXT - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
EappModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.EappModuleLayoutTemplate.
Layout for an eapp-module.
EappModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.EappModuleLayoutTemplate
 
ErrorCode - class nl.toolforge.karma.core.ErrorCode.
Class representing a Karma errorcode.
ErrorCode(String) - Constructor for class nl.toolforge.karma.core.ErrorCode
Creates an error code.
ErrorEvent - class nl.toolforge.karma.core.cmd.event.ErrorEvent.
Indicates some error.
ErrorEvent(Command, ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.event.ErrorEvent
Creates the event for command.
ErrorEvent(ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.event.ErrorEvent
Creates a MessageEvent not linked to any command.
ErrorEvent(Command, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.event.ErrorEvent
Creates the event for command.
ErrorEvent(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.event.ErrorEvent
Creates a MessageEvent not linked to any command.
Event - interface nl.toolforge.karma.core.cmd.event.Event.
 
ExceptionEvent - class nl.toolforge.karma.core.cmd.event.ExceptionEvent.
Generated when an exception is thrown during command execution that should be sent to listeners.
ExceptionEvent(Command, Throwable) - Constructor for class nl.toolforge.karma.core.cmd.event.ExceptionEvent
Creates the event for command.
ExitCleanCommand - class nl.toolforge.karma.core.cmd.impl.ExitCleanCommand.
 
ExitCleanCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.ExitCleanCommand
 
ExtClient - class nl.toolforge.karma.core.vc.cvsimpl.ExtClient.
Quick hack to support the CVS ext protocol.
ExtClient() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.ExtClient
 
ExternalPropertySupport - interface nl.toolforge.karma.core.cmd.ExternalPropertySupport.
Commands may provide support for properties defined in external files.
equals(Object) - Method in class nl.toolforge.karma.core.ErrorCode
 
equals(Object) - Method in class nl.toolforge.karma.core.Version
 
equals(Object) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
Commands are equal when their names are equal or any alias equals an alias from o or the other way around.
equals(Object) - Method in class nl.toolforge.karma.core.location.BaseLocation
 
equals(Object) - Method in class nl.toolforge.karma.core.location.LocationType
 
equals(Object) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
A manifest is equal to another manifest if their names are equal.
equals(Object) - Method in class nl.toolforge.karma.core.module.BaseModule
 
equals(Object) - Method in class nl.toolforge.karma.core.module.Module.State
Checks equality of one State instance to this State instance.
equals(Object) - Method in class nl.toolforge.karma.core.module.Module.Type
 
equals(Object) - Method in class nl.toolforge.karma.core.module.ModuleDigester
Modules are equal when their name and location are equal.
equals(Object) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
Checks two ModuleDependency instances for equality.
equals(Object) - Method in class nl.toolforge.karma.core.vc.AuthenticatorKey
 
equals(Object) - Method in class nl.toolforge.karma.core.vc.DevelopmentLine
Compares two DevelopmentLine instance for equality.
equals(Object) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 
errorCode - Variable in class nl.toolforge.karma.core.KarmaException
 
errorCode - Variable in class nl.toolforge.karma.core.KarmaRuntimeException
 
exception - Variable in class nl.toolforge.karma.core.vc.threads.RunnerThread
 
execute() - Method in interface nl.toolforge.karma.core.cmd.Command
Executes the command.
execute(String) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Executes a command.
execute(Command) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Exceutes command.
execute() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Initializes a command context.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.BuildAllModules
Deprecated.  
execute() - Method in class nl.toolforge.karma.core.cmd.impl.BuildModule
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CleanAll
Removes the build directory.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CleanModule
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CommandFaker
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CreateDistribution
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CreateModuleCommand
Physical creation of a module in a version control system.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CreatePassword
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.CreateRelease
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.DeleteWorkingContext
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.DocAllModules
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.DocModule
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.ExitCleanCommand
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.GenerateTestReport
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.ListManifests
Scans the manifest store and parses all manifest files.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.PackageModule
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.PromoteCommand
Promotes a module to the next version number in the branch it is active in within the active manifest.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.SelectManifest
Activates a manifest.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.StartWorkCommand
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.StopWorkCommand
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.TestAllModules
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.TestModule
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateAdmin
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateAllModulesCommand
This command will update all modules in the active manifest from the version control system.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateModuleCommand
This command will update the module from the version control system.
execute() - Method in class nl.toolforge.karma.core.cmd.impl.ViewManifest
 
execute() - Method in class nl.toolforge.karma.core.cmd.impl.ViewWorkingContexts
 
execute(long) - Method in class nl.toolforge.karma.core.vc.threads.ParallelRunner
Starts all threads, and processes the results.
execute() - Method in class nl.toolforge.karma.core.vc.threads.ParallelRunner
Starts all threads, and processes the results.
execute(int, long) - Method in class nl.toolforge.karma.core.vc.threads.ParallelRunner
Starts all threads, and processes the results.
executeDelete(File, String) - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Performs a <delete>-task on this commands' Ant project.
executeDelete(File) - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
 
executeMkdir(File) - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Performs an <mkdir>-task on this commands' Ant project.
exists() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
exists() - Method in class nl.toolforge.karma.core.cmd.util.DependencyPath
Does the dependency exist?
existsInRepository() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
existsInRepository(Module) - Method in interface nl.toolforge.karma.core.vc.Runner
Checks if a module exists in the repository.
existsInRepository() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
existsInRepository(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
A check if a module exists is done by trying to checkout the modules' module.info file in a temporary location.
existsInRepository(Module) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
 
existsInRepository(Module) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 

F

FILE_EXISTS_IN_REPOSITORY - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
The file that is added to a repository already exists
FIRST_DIGIT - Static variable in class nl.toolforge.karma.core.Version
 
FRONTEND_MESSAGES_KEY - Static variable in class nl.toolforge.karma.core.bundle.BundleCache
 
FileTemplate - class nl.toolforge.karma.core.module.template.FileTemplate.
Specifies the location of a template and the file where it should be copied to.
FileTemplate(File, File) - Constructor for class nl.toolforge.karma.core.module.template.FileTemplate
Create a FileTemplate object that specifies the source and target location of a template.
fileAdded(FileAddedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when a file has been added.
fileAdded(FileAddedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
fileInfoGenerated(FileInfoEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when file information has been received.
fileInfoGenerated(FileInfoEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
fileRemoved(FileRemovedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when a file is removed.
fileRemoved(FileRemovedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
fileUpdated(FileUpdatedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when a file has been updated.
fileUpdated(FileUpdatedEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
flush() - Method in class nl.toolforge.karma.core.bundle.BundleCache
Flushes this cache.
format(String, String) - Static method in class nl.toolforge.karma.core.cmd.event.MessageHelper
Return an 'Ant'-like formatting for the messagetext.

G

GenerateTestReport - class nl.toolforge.karma.core.cmd.impl.GenerateTestReport.
Generates a test report based on the test output of all modules.
GenerateTestReport(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.GenerateTestReport
 
get(String) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
Returns a CommandDescriptor instance identified by the key name.
get(String) - Method in class nl.toolforge.karma.core.location.LocationLoader
Gets a Location instance by its locationAlias.
getAdminDir() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the administration directory for the working context.
getAlias() - Method in interface nl.toolforge.karma.core.cmd.Command
Gets the alias for this command (its short name).
getAlias() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
getAlias() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Gets a command's alias; the shortcut name for the command.
getAlias() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Returns 'init' as the alias of this command.
getAliasList() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
The aliasses of a command are all Strings by which the command can be referenced (including its name).
getAllDependencies(Module, boolean, boolean) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
 
getAllLevels(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Traverses the modules' dependencies, and traverses all module dependencies as well (recursively), calculating the set of dependencies that are unique.
getAllManifests() - Method in class nl.toolforge.karma.core.cmd.CommandContext
Gets all manifests.
getAllManifests() - Method in class nl.toolforge.karma.core.manifest.ManifestCollector
Returns a collection of manifest file names, located in the the manifest store.
getAllModules() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Gets all modules defined in this manifest including all modules for all child manifests.
getAllModules() - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getAntProject(String) - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Gets an Ant project initializing the project with buildFile which should be located on the classpath in the ant subdirectory.
getApplicationXmlDescriptor() - Method in class nl.toolforge.karma.core.cmd.util.DescriptorReader
 
getArguments(String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
 
getArtifactId() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getAuthenticator(Authenticator) - Static method in class nl.toolforge.karma.core.vc.Authenticators
 
getAuthenticator(AuthenticatorKey) - Static method in class nl.toolforge.karma.core.vc.Authenticators
Retrieves an Authenticator entry from the authenticators.xml file.
getAuthenticatorKey() - Method in class nl.toolforge.karma.core.location.BaseLocation
 
getAuthenticatorKey() - Method in interface nl.toolforge.karma.core.location.Location
 
getAuthenticatorKey() - Method in class nl.toolforge.karma.core.vc.Authenticator
 
getAuthor() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
getBaseDir() - Method in class nl.toolforge.karma.core.module.BaseModule
 
getBaseDir() - Method in interface nl.toolforge.karma.core.module.Module
The base directory of the module relative to the active manifest.
getBaseDirectory() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getBaseDirectory() - Method in interface nl.toolforge.karma.core.manifest.Manifest
The base location of the manifest within the current working context.
getBuildBaseDirectory() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getBuildBaseDirectory() - Method in interface nl.toolforge.karma.core.manifest.Manifest
The build default child directory of the Manifest.getBaseDirectory().
getBuildEnvironment() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Retrieve the build environment, which is initialized with the current manifest and module.
getBuildRootDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
Deprecated. Use Manifest.getBuildBaseDirectory() instead.
getBundle(String) - Method in class nl.toolforge.karma.core.bundle.BundleCache
Retrieves a bundle from the cache by bundleKey.
getCVSRoot() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Constructs a CVSROOT string.
getCause() - Method in class nl.toolforge.karma.core.cmd.event.ExceptionEvent
The exception that generated this event.
getChangedStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
Returns a List of File instances indicating files that have been changed, but not yet committed.
getChild(String) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getChilds() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getClassLoader() - Method in class nl.toolforge.karma.core.test.BaseTest
Helper method to retrieve the this class' classloader.
getClassName() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
getClassPath(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Returns the classpath for module, or an empty String if no dependencies exist.
getCommand(String) - Method in class nl.toolforge.karma.core.cmd.CommandFactory
Retrieves the correct Command-instance, by looking up the implementation class through commandLine.
getCommand(String, String[]) - Method in class nl.toolforge.karma.core.cmd.CommandFactory
 
getCommand() - Method in class nl.toolforge.karma.core.cmd.event.CommandResponseEvent
Returns the command that generated this event.
getCommandDescriptor(String) - Method in class nl.toolforge.karma.core.cmd.CommandFactory
Retrieves the correct command descriptor either by name or by alias (whichever is passed as a parameter).
getCommandLine() - Method in interface nl.toolforge.karma.core.cmd.Command
Gets the parsed command line for this command.
getCommandLine() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Gets the parsed command line for this command.
getCommandLine() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Returns null
getCommandResponse() - Method in interface nl.toolforge.karma.core.cmd.Command
Return the specific CommandResponse object that this command uses.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.BuildAllModules
Deprecated.  
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.BuildModule
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CleanAll
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CleanModule
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CommandFaker
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CreateDistribution
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CreateModuleCommand
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CreatePassword
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.CreateRelease
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.DeleteWorkingContext
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.DocAllModules
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.DocModule
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.ExitCleanCommand
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.GenerateTestReport
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.ListManifests
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.PackageModule
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.PromoteCommand
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.SelectManifest
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.StartWorkCommand
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.StopWorkCommand
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.TestAllModules
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.TestModule
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateAdmin
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateAllModulesCommand
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.UpdateModuleCommand
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.ViewManifest
Gets the commands' response object.
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.impl.ViewWorkingContexts
 
getCommandResponse() - Method in class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper
 
getCommands() - Method in class nl.toolforge.karma.core.cmd.CommandFactory
 
getComment() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
getCompileDirectory() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Returns the compile directory for a module, relative to the manifests' build directory.
getConfiguration() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Get the configuration for this working context or null it this working context had not been configured.
getConfigurationBaseDir() - Static method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the default base directory for Karma configuration files.
getContext() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Accessor method for the commands' CommandContext.
getContextManifestPreference() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Determines the last used manifest for this working context.
getCurrentManifest() - Method in class nl.toolforge.karma.core.cmd.CommandContext
Gets the currently active manifest.
getCurrentManifest() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Helper method to retrieve the current manifest.
getCurrentModule() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Helper method to get to the current module.
getData() - Method in class nl.toolforge.karma.core.cmd.impl.ViewManifest
Returns the contents of the manifest in a two-dimensional String[] data-structure, for easy reference.
getDatetime() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
getDefaultValue() - Method in class nl.toolforge.karma.core.boot.ConfigurationItem
 
getDependencies() - Method in class nl.toolforge.karma.core.module.BaseModule
See Module.getDependencies().
getDependencies() - Method in interface nl.toolforge.karma.core.module.Module
Gets a Set of ModuleDependency objects.
getDescription() - Method in interface nl.toolforge.karma.core.cmd.Command
Gets this command's descriptive text.
getDescription() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
getDescription() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Gets a localized version of a command's description.
getDescription() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Returns the description for this command.
getDescription() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getDescription() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getDigester() - Static method in class nl.toolforge.karma.core.location.LocationDescriptor
Creates a Digester to read xml structures for locations.
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
 
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.EappModuleLayoutTemplate
 
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.LibModuleLayoutTemplate
 
getDirectoryElements() - Method in interface nl.toolforge.karma.core.module.template.ModuleLayoutTemplate
 
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.OtherModuleLayoutTemplate
 
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.SourceModuleLayoutTemplate
 
getDirectoryElements() - Method in class nl.toolforge.karma.core.module.template.WebappModuleLayoutTemplate
 
getErrorCode() - Method in class nl.toolforge.karma.core.KarmaException
Gets this instance' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.cmd.CommandException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.cmd.CommandLoadException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.cmd.event.ErrorEvent
The exception that generated this event.
getErrorCode() - Method in class nl.toolforge.karma.core.cmd.util.DependencyException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.history.ModuleHistoryException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.location.LocationException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.manifest.ManifestException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.module.ModuleTypeException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.vc.AuthenticationException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.vc.VersionControlException
Gets the exceptions' ErrorCode.
getErrorCode() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
Gets the exceptions' ErrorCode.
getErrorCodeString() - Method in class nl.toolforge.karma.core.ErrorCode
Gets this instance' error code.
getErrorMessage(Locale) - Method in class nl.toolforge.karma.core.ErrorCode
Gets a localized error message for the ErrorCode instance.
getErrorMessage() - Method in class nl.toolforge.karma.core.ErrorCode
Gets the error message for the current locale.
getErrorMessage() - Method in class nl.toolforge.karma.core.KarmaException
A KarmaException can be constructed with a structured error code ErrorCode.
getErrorMessage() - Method in class nl.toolforge.karma.core.module.ModuleTypeException
Helper method to get the localized error message based on the ErrorCode.
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.CommandFailedEvent
Returns a SimpleMessage formatted as [ <command-name> ] Started..
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.CommandFinishedEvent
Returns a SimpleMessage formatted as [ <command-name> ] Started..
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.CommandResponseEvent
Implementations should return a specific Message instance.
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.CommandStartedEvent
Returns a SimpleMessage formatted as [ <command-name> ] Started..
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.ErrorEvent
Returns a SimpleMessage formatted as [ <command-name> ] <error-message-from-errorcode>.
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.ExceptionEvent
Returns a SimpleMessage formatted as [ <command-name> ] Started..
getEventMessage() - Method in class nl.toolforge.karma.core.cmd.event.MessageEvent
Returns a SimpleMessage formatted as [ <command-name> ] <message-text> if this message was constructed with a Command object, otherwise it returns the SimpleMessgae as-is.
getEvents() - Method in class nl.toolforge.karma.core.history.ModuleHistory
Gets all history events.
getException() - Method in class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper
Returns the CommandException when the run-method had thrown one.
getException() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.EappModuleLayoutTemplate
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.LibModuleLayoutTemplate
 
getFileElements() - Method in interface nl.toolforge.karma.core.module.template.ModuleLayoutTemplate
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.OtherModuleLayoutTemplate
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.SourceModuleLayoutTemplate
 
getFileElements() - Method in class nl.toolforge.karma.core.module.template.WebappModuleLayoutTemplate
 
getFrontendMessages() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Helper method to get a resource bundle for frontend messages for commands.
getFullPath() - Method in class nl.toolforge.karma.core.cmd.util.DependencyPath
Retrieve the full absolute path to the dependency by concatenating the prefix and the relative path.
getGroupId() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getHeaders() - Method in class nl.toolforge.karma.core.cmd.impl.ListManifests
Returns the headers found in the manifest store.
getHelp() - Method in interface nl.toolforge.karma.core.cmd.Command
The command's help text.
getHelp() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
getHelp() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
A commands help text.
getHelp() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Returns the help text for this command.
getHiddenFileName() - Method in class nl.toolforge.karma.core.module.Module.State
Returns the filename for this state on disk (generally something like .WORKING or .STATIC.
getHistoryLocation() - Method in class nl.toolforge.karma.core.history.ModuleHistory
 
getHost() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getHost() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getId() - Method in class nl.toolforge.karma.core.location.BaseLocation
 
getId() - Method in interface nl.toolforge.karma.core.location.Location
A locations' identifier.
getId() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getId() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getId() - Method in class nl.toolforge.karma.core.vc.Authenticator
 
getIncludes() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Retrieves all included manifests.
getIncludes() - Method in interface nl.toolforge.karma.core.manifest.Manifest
Returns a collection containing all of a manifests' included manifests.
getInitialVersion() - Static method in class nl.toolforge.karma.core.Version
Returns the initial version for a module.
getInstance() - Static method in class nl.toolforge.karma.core.bundle.BundleCache
Initializes the cache or returns the cache.
getInstance() - Static method in class nl.toolforge.karma.core.cmd.CommandFactory
Gets the singleton CommandFactory.
getInstance() - Static method in class nl.toolforge.karma.core.cmd.CommandLoader
Gets the singleton instance of the CommandLoader.
getInstance(File) - Static method in class nl.toolforge.karma.core.history.ModuleHistoryFactory
Retrieve the one and only instance of this class, given the specified manifest home.
getInstance() - Static method in class nl.toolforge.karma.core.location.LocationFactory
Gets the singleton instance of this factory.
getInstanceType() - Method in class nl.toolforge.karma.core.module.OtherModule
 
getInstanceType() - Method in class nl.toolforge.karma.core.module.SourceModule
 
getInterdependencies() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Calculates interdepencies between modules in the manifest; interdependencies are inverse relationships between a module and other modules (being SourceModule instances).
getInterdependencies() - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getJar() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getJarDependencies(Module, boolean) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Gets a Set of DependencyPaths, each one identifying a jar-file.
getJarDependency() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getKarmaHome() - Static method in class nl.toolforge.karma.core.boot.WorkingContext
 
getLabel() - Method in class nl.toolforge.karma.core.boot.ConfigurationItem
 
getLastVersion() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
getLastVersion() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
The latest promoted version of the module in the version control system for the branch.
getLastVersion(Module) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.boot.LocationStore.LocationModule
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.boot.ManifestStore.ManifestModule
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.BaseModule
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.JavaEnterpriseApplicationModule
Returns an EappModuleLayoutTemplate instance.
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.JavaWebApplicationModule
Returns an WebappModuleLayoutTemplate instance.
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.LibModule
Returns an LibModuleLayoutTemplate instance.
getLayoutTemplate() - Method in interface nl.toolforge.karma.core.module.Module
Returns the correct layout template for the module.
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.OtherModule
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.SourceModule
 
getLayoutTemplate() - Method in class nl.toolforge.karma.core.module.UntypedModule
Throws a KarmaRuntimeException, because these modules cannot be created.
getLibModule() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getLibraries() - Method in class nl.toolforge.karma.core.module.LibModule
 
getLocalPath(Module) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Some module-types (e.g.
getLocalRepository() - Static method in class nl.toolforge.karma.core.boot.WorkingContext
See PROJECT_LOCAL_REPOSITORY_PROPERTY.
getLocalVersion() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
getLocalVersion() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
Gets the local version of the module, which is determined by parsing the CVS/Entries file.
getLocalVersion(Module) - Static method in class nl.toolforge.karma.core.vc.cvsimpl.Utils
 
getLocation() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
getLocation() - Method in class nl.toolforge.karma.core.module.BaseModule
Gets the modules' location.
getLocation() - Method in interface nl.toolforge.karma.core.module.Module
Returns the Location instance, which is derived from the location-attribute.
getLocation() - Method in class nl.toolforge.karma.core.module.ModuleDigester
 
getLocationLoader() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a reference to the LocationLoader for the working context.
getLocationStore() - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Returns the LocationStore for this configuration.
getLocationStoreBasedir() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the location store directory for the working context.
getLocations() - Method in class nl.toolforge.karma.core.location.LocationLoader
Returns all locations that have been loaded by the loader.
getLogInformation() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Gets the log that is the result of the cvs log command.
getLogInformation() - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
 
getManifestBuildDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
Deprecated. Use Manifest.getBuildBaseDirectory() instead.
getManifestCollector() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a reference to the ManifestCollector for the working context.
getManifestFiles() - Method in class nl.toolforge.karma.core.boot.ManifestStore
 
getManifestLoader() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a reference to the ManifestLoader for the working context.
getManifestStore() - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Returns the ManifestStore for this configuration.
getManifestStoreBasedir() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the manifest store directory for the working context.
getMatchingPattern() - Method in class nl.toolforge.karma.core.vc.PatchLine
Given the patch line for a module, a matching pattern is required to select the corresponding patch versions.
getMavenRepository() - Static method in class nl.toolforge.karma.core.MavenEnvironment
 
getMessage() - Method in class nl.toolforge.karma.core.KarmaException
 
getMessage() - Method in class nl.toolforge.karma.core.cmd.CommandException
 
getMessage() - Method in class nl.toolforge.karma.core.cmd.CommandLoadException
 
getMessage() - Method in class nl.toolforge.karma.core.cmd.util.DependencyException
 
getMessage() - Method in class nl.toolforge.karma.core.history.ModuleHistoryException
 
getMessage() - Method in class nl.toolforge.karma.core.location.LocationException
Helper method to get the localized error message based on the ErrorCode.
getMessage() - Method in class nl.toolforge.karma.core.manifest.ManifestException
 
getMessage() - Method in class nl.toolforge.karma.core.module.ModuleTypeException
 
getMessage() - Method in class nl.toolforge.karma.core.vc.AuthenticationException
 
getMessage() - Method in class nl.toolforge.karma.core.vc.VersionControlException
 
getMessage() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.KarmaException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.cmd.CommandException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.cmd.CommandLoadException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.cmd.util.DependencyException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.history.ModuleHistoryException
Retrieves the message arguments for this exception.
getMessageArguments() - Method in class nl.toolforge.karma.core.location.LocationException
Retrieves the message arguments for this exception.
getMessageArguments() - Method in class nl.toolforge.karma.core.manifest.ManifestException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.module.ModuleTypeException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.vc.AuthenticationException
Retrieves the message arguments for this exception.
getMessageArguments() - Method in class nl.toolforge.karma.core.vc.VersionControlException
 
getMessageArguments() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRuntimeException
 
getMessageText() - Method in class nl.toolforge.karma.core.cmd.event.AbstractMessage
Returns the message as a String, having replaced all parameters with the actual content.
getMessageText() - Method in interface nl.toolforge.karma.core.cmd.event.Message
Returns the message in a human readable form.
getMessageText() - Method in class nl.toolforge.karma.core.cmd.event.SimpleMessage
The text message for this CommandMessage, with
getModule() - Method in class nl.toolforge.karma.core.boot.LocationStore
 
getModule() - Method in class nl.toolforge.karma.core.boot.ManifestStore
 
getModule() - Method in interface nl.toolforge.karma.core.boot.Store
 
getModule(String) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getModule(String) - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getModule() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getModule() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
Returns the module status, irrespective of whether this thread has finished executing or not.
getModuleBaseDirectory() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getModuleBaseDirectory() - Method in interface nl.toolforge.karma.core.manifest.Manifest
The modules default child directory of the Manifest.getBaseDirectory().
getModuleBuildDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
manifest/build/module/build; location where a modules' classes have been compiled (the non-test classes).
getModuleBuildRootDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
manifest/build/module; location where a modules' artifacts end up, like compiled classes, tests, packages, etc.
getModuleDependencies(Module, boolean, boolean, Module.Type) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Gets a Set of DependencyPaths, each one identifying the path to a module dependency (a dependency of module to another Module).
getModuleDependencies(Module, boolean, boolean) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Gets a Set of DependencyPaths, each one identifying the path to a module dependency (a dependency of module to another Module).
getModuleHistory(Module) - Method in class nl.toolforge.karma.core.history.ModuleHistoryFactory
Retrieve the module history (from file) of the given module.
getModuleInterdependencies(Module) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getModuleInterdependencies(Module) - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getModuleJavadocDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
 
getModuleName() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
getModuleName() - Method in interface nl.toolforge.karma.core.boot.Store
 
getModuleNames() - Method in class nl.toolforge.karma.core.cmd.util.DescriptorReader
Returns a List of StringBuffer objects, each buffer containing a 'module', 'java' or 'ejb' module name as they appear in application.xml files.
getModuleOffset() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getModuleOffset() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getModulePackageDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
 
getModuleSourceDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
 
getModuleTestBuildDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
manifest/build/module/test location where a modules' test classes have been compiled (the test classes).
getModuleTestSourceDirectory() - Method in class nl.toolforge.karma.core.cmd.util.BuildEnvironment
 
getModules() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getModulesForManifest() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Gets all modules defined in this manifest (excluding includedManifests).
getName() - Method in class nl.toolforge.karma.core.boot.Property
 
getName() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns the name of this working context.
getName() - Method in interface nl.toolforge.karma.core.cmd.Command
Gets the normal name of this command (its full name).
getName() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
Returns the name of the command represented by this CommandDescriptor.
getName() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Gets a command's name.
getName() - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Returns 'init' as the name of this command.
getName() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Gets a manifests' name (the <name>-attribute) from the manifest XML file.
getName() - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getName() - Method in class nl.toolforge.karma.core.manifest.ManifestHeader
 
getName() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getName() - Method in class nl.toolforge.karma.core.module.BaseModule
Gets the modules' name.
getName() - Method in interface nl.toolforge.karma.core.module.Module
Retrieves a modules' name, the name attribute of the module in the manifest XML file.
getName() - Method in class nl.toolforge.karma.core.module.ModuleDigester
 
getName() - Method in class nl.toolforge.karma.core.vc.DevelopmentLine
 
getNewStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
Returns a List of File instances indicating files and directories that are not yet version managed by CVS.
getNewVersion() - Method in class nl.toolforge.karma.core.cmd.impl.PromoteCommand
Returns the new version number for the module, or null when no version number could be set.
getNextMajorVersion() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
getNextMajorVersion() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
getNextVersion() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
getNextVersion() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
Returns a Version instance representing the next possible version (major or patch) for the module.
getOptions() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
getPassword() - Method in class nl.toolforge.karma.core.vc.Authenticator
Returns the password (encrypted) or an empty String if the password is null.
getPassword() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Returns the encrypted password.
getPatchLine() - Method in class nl.toolforge.karma.core.module.BaseModule
 
getPatchLine() - Method in interface nl.toolforge.karma.core.module.Module
Returns the PatchLine for this module, if the module matches the correct criteria as specified in Module.markPatchLine(boolean).
getPathPrefix() - Method in class nl.toolforge.karma.core.cmd.util.DependencyPath
 
getPatternString() - Method in class nl.toolforge.karma.core.Patch
 
getPatternString() - Method in class nl.toolforge.karma.core.Version
 
getPatternString() - Method in class nl.toolforge.karma.core.vc.DevelopmentLine
 
getPatternString() - Method in class nl.toolforge.karma.core.vc.PatchLine
 
getPort() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getPort() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getPriority() - Method in class nl.toolforge.karma.core.cmd.event.CommandResponseEvent
Gets the priority level for the event.
getProjectBaseDirectory() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the project base directory, which can be configured by the projects.basedir property in the working-context.xml file.
getProjectInstance() - Method in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
Gets an Ant Project for a module.
getProperties() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Get the properties of this working context.
getProperty() - Method in class nl.toolforge.karma.core.boot.ConfigurationItem
 
getProperty(String) - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
 
getProtocol() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getProtocol() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getRelativePath() - Method in class nl.toolforge.karma.core.cmd.util.DependencyPath
 
getRemovedStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
Returns a List of File instances indicating files that have been removed, but not yet committed.
getReportsBaseDirectory() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getReportsBaseDirectory() - Method in interface nl.toolforge.karma.core.manifest.Manifest
The reports default child directory of the Manifest.getBaseDirectory().
getRepository() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getRepository() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getResponseListener() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Gets the response listener object for this command.
getResult() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
 
getRunner(Location) - Static method in class nl.toolforge.karma.core.vc.RunnerFactory
A Runner might be required for a command to execute something on a version control system.
getSelectedManifest() - Method in class nl.toolforge.karma.core.cmd.impl.SelectManifest
 
getShortType() - Method in class nl.toolforge.karma.core.module.Module.Type
 
getSource() - Method in class nl.toolforge.karma.core.module.template.FileTemplate
Retrieve the source location of the template.
getSourceDirectory() - Method in class nl.toolforge.karma.core.cmd.impl.DocModule
 
getState(Module) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getState(Module) - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getSymbolicName() - Method in interface nl.toolforge.karma.core.vc.SymbolicName
Returns a String representation of this symbolic name.
getSymbolicName() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 
getTarget() - Method in class nl.toolforge.karma.core.module.template.FileTemplate
Retrieve the target location of the template.
getTempDirectory() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getTempDirectory() - Method in interface nl.toolforge.karma.core.manifest.Manifest
The base location of a temp directory the manifest within the current working context.
getTestClassPath(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Returns the classpath for module, or an empty String if no dependencies exist.
getTestFileName() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Creates a randomly named test filename in the module directory (TestModule) for the test cvs repository.
getTestLocation() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Gets the CVSRepository that can be used for junit testing.
getTestRunner() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Initializes a Runner for test purposes.
getTestRunner(CommandResponse) - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Initializes a Runner for test purposes, with an optional CommandResponse.
getTime() - Method in class nl.toolforge.karma.core.cmd.event.CommandFinishedEvent
Returns the time this event was generated, effectively, the time the command was finished.
getTime() - Method in class nl.toolforge.karma.core.cmd.event.CommandStartedEvent
Returns the time this event was generated, effectively, the time the command was started.
getType() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
getType() - Method in class nl.toolforge.karma.core.location.BaseLocation
 
getType() - Method in interface nl.toolforge.karma.core.location.Location
The locations' type descriptor.
getType() - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
getType() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
getType() - Method in class nl.toolforge.karma.core.manifest.DevelopmentManifest
 
getType() - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getType() - Method in class nl.toolforge.karma.core.manifest.ManifestHeader
 
getType() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getType() - Method in class nl.toolforge.karma.core.manifest.ReleaseManifest
 
getType() - Method in class nl.toolforge.karma.core.module.BaseModule
Reads module-descriptor.xml-file from the module base directory.
getType() - Method in class nl.toolforge.karma.core.module.Module.Type
 
getType() - Method in interface nl.toolforge.karma.core.module.Module
Determines the type of the module.
getTypeInstance(String) - Static method in class nl.toolforge.karma.core.location.LocationType
 
getUsername() - Method in class nl.toolforge.karma.core.vc.Authenticator
 
getUsername() - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
getValue() - Method in class nl.toolforge.karma.core.boot.Property
 
getVersion() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
getVersion() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Gets a manifests' version (the <version>-attribute) from the manifest XML file.
getVersion() - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
getVersion() - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
getVersion() - Method in class nl.toolforge.karma.core.module.BaseModule
 
getVersion() - Method in interface nl.toolforge.karma.core.module.Module
If a module has a <version>-attribute, this method returns a Version instance representing the version number of the module.
getVersion() - Method in class nl.toolforge.karma.core.module.ModuleDigester
 
getVersion() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
getVersionAsString() - Method in class nl.toolforge.karma.core.module.BaseModule
If the module element in the manifest contains a version attribute, this method will return the value of that attribute.
getVersionAsString() - Method in interface nl.toolforge.karma.core.module.Module
If the module element in the manifest contains a version attribute, this method will return the value of that attribute.
getVersionNumber() - Method in class nl.toolforge.karma.core.Version
 
getWorkingContext() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
getWorkingContext() - Method in class nl.toolforge.karma.core.cmd.CommandContext
 
getWorkingContext() - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Helper to get the current WorkingContext.
getWorkingContext() - Method in class nl.toolforge.karma.core.test.BaseTest
 
getWorkingContext() - Method in class nl.toolforge.karma.core.vc.Authenticator
 
getWorkingContextConfigurationBaseDir() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns a File reference to the configuration directory for the current working context.
getWorkingContexts() - Method in class nl.toolforge.karma.core.cmd.impl.ViewWorkingContexts
 

H

HISTORY_FILE_DOES_NOT_EXIST - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryException
When history.xml does not exist for the module.
HISTORY_FILE_LOCATION_NOT_DEFINED - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryException
When the location of the history.xml file has not been defined.
HISTORY_KEY - Static variable in interface nl.toolforge.karma.core.manifest.Manifest
 
hasChangedStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
 
hasDevelopmentLine() - Method in class nl.toolforge.karma.core.module.BaseModule
Future functionality.
hasDevelopmentLine() - Method in interface nl.toolforge.karma.core.module.Module
Checks if the module - within the current manifest - has development line configuration.
hasModuleDependency(Module, Module, boolean) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Check whether a certain module has an other module as a dependency.
hasNewStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
 
hasPatchLine() - Method in class nl.toolforge.karma.core.module.BaseModule
Checks if this module has been patched (and is thus part of a ReleaseManifest).
hasPatchLine() - Method in interface nl.toolforge.karma.core.module.Module
 
hasPatchLine(Module) - Method in interface nl.toolforge.karma.core.vc.Runner
Checks if the module has a PatchLine in the version control system.
hasPatchLine(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Checks if the module has a CVS branch tag module.getPatchLine().getName() attached.
hasPatchLine(Module) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
hasRemovedStuff() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
 
hasStickyTag() - Method in class nl.toolforge.karma.core.test.CommandTestHelper
Checks if a CVS Entries file contains the correct sticky tag.
hasVersion() - Method in class nl.toolforge.karma.core.module.BaseModule
 
hasVersion() - Method in interface nl.toolforge.karma.core.module.Module
Checks if a module has a <version>-attribute.
hashCode() - Method in class nl.toolforge.karma.core.ErrorCode
 
hashCode() - Method in class nl.toolforge.karma.core.Version
 
hashCode() - Method in class nl.toolforge.karma.core.location.BaseLocation
 
hashCode() - Method in class nl.toolforge.karma.core.location.LocationType
 
hashCode() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
hashCode() - Method in class nl.toolforge.karma.core.module.BaseModule
 
hashCode() - Method in class nl.toolforge.karma.core.module.Module.State
 
hashCode() - Method in class nl.toolforge.karma.core.module.Module.Type
 
hashCode() - Method in class nl.toolforge.karma.core.module.ModuleDigester
 
hashCode() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
Returns the hash code for this instance.
hashCode() - Method in class nl.toolforge.karma.core.vc.AuthenticatorKey
 
hashCode() - Method in class nl.toolforge.karma.core.vc.DevelopmentLine
 
hashCode() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 

I

INITIAL_PATCH - Static variable in class nl.toolforge.karma.core.Patch
 
INITIAL_VERSION - Static variable in class nl.toolforge.karma.core.Version
The initial version for a module.
INTERNAL_ERROR - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Wrapper around org.netbeans.lib.cvsclient.command.CommandException.
INVALID_ARGUMENT - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Argument for a command option is invalid.
INVALID_AUTHENTICATOR_CONFIGURATION - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
When the authenticator configuration is invalid.
INVALID_COMMAND - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The command is invalid.
INVALID_CVSROOT - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
When no valid CVSROOT could be compiled from CVSRepository instance variables.
INVALID_CVSROOT - Static variable in class nl.toolforge.karma.core.vc.svnimpl.SVNException
When no valid CVSROOT could be compiled from CVSRepository instance variables.
INVALID_ELEMENT_VALUE - Static variable in class nl.toolforge.karma.core.location.LocationException
 
INVALID_HISTORY_FILE - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryException
When history.xml could not be parsed.
INVALID_LOCAL_PATH - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the local path to the manifest on disk is invalid.
INVALID_LOCATION_STORE_LOCATION - Static variable in class nl.toolforge.karma.core.location.LocationException
The location-store is configured based on properties in karma.properties.
INVALID_LOCATION_TYPE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The location type is invalid.
INVALID_LOCATION_TYPE - Static variable in class nl.toolforge.karma.core.location.LocationException
The location was configured incorrectly.
INVALID_MANIFEST_STORE_LOCATION - Static variable in class nl.toolforge.karma.core.location.LocationException
The manifest-store is configured based on properties in karma.properties.
INVALID_MODULE_DESCRIPTOR - Static variable in class nl.toolforge.karma.core.module.ModuleTypeException
 
INVALID_OPTION - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Invalid option.
INVALID_STATE_MODULE_NOT_WORKING - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Thrown when a module is not working and the user wants to stop work on it.
INVALID_SYMBOLIC_NAME - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Symbolic name rejected by CVS
INVALID_WORKING_CONTEXT_CONFIGURATION - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Configuration for working context is invalid.
InitializationException - exception nl.toolforge.karma.core.test.InitializationException.
Thrown when the local version control repository could not be located for tests.
InitializationException(String) - Constructor for class nl.toolforge.karma.core.test.InitializationException
 
InitializationException - exception nl.toolforge.karma.core.vc.cvsimpl.InitializationException.
Thrown when the local CVS repository could not be located for CVS tests.
InitializationException(String) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.InitializationException
 
increase() - Method in class nl.toolforge.karma.core.Version
Increases this versions' last digit by 1.
increaseMajor() - Method in class nl.toolforge.karma.core.Patch
Overridden to throw an IllegalStateException because you cannot increase the major version number of a patch version.
increaseMajor() - Method in class nl.toolforge.karma.core.Version
Increases this Version to the next major version by increasing the first digit of the version and setting the second digit to "0".
init(CommandResponseHandler, boolean) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Initializes the context to run commands.
internalError() - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
internalError() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
isAvailable() - Method in interface nl.toolforge.karma.core.location.Location
Is the (remote) location available on the specified port ? Usefull to implement for remote locations.
isAvailable() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
'Pings' the cvs repository host on the specified port.
isAvailable() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
Always true; Subversion not yet supported.
isAvailable() - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRepository
 
isBranch() - Method in interface nl.toolforge.karma.core.vc.SymbolicName
 
isBranch() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 
isEqualLocation() - Method in class nl.toolforge.karma.core.vc.cvsimpl.AdminHandler
Checks if the module was previously checked out from the same location as is stored in CVS/Root.
isHigherThan(Version) - Method in class nl.toolforge.karma.core.Version
 
isLibModuleDependency() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
true if the dependency identifies a jar in a module in the same manifest, otherwise false.
isLocal() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
isLocal(Module) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
isLocal(Module) - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
isLowerThan(Version) - Method in class nl.toolforge.karma.core.Version
 
isManifestLoaded() - Method in class nl.toolforge.karma.core.cmd.CommandContext
Checks if a manifest is active for this context.
isModuleDependency() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
true if the dependency identifies a module in the same manifest, otherwise false.
isRunning() - Method in class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper
 
isRunning() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
Should be checked to ensure that run() is finished.
isScrambled() - Method in class nl.toolforge.karma.core.boot.ConfigurationItem
 
isSticky() - Method in interface nl.toolforge.karma.core.vc.SymbolicName
Checks if the symbolic name is sticky.
isSticky() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
Negation of CVSTag.isBranch().
isValid() - Static method in class nl.toolforge.karma.core.MavenEnvironment
 

J

JAVA_ENTERPRISE_APPLICATION - Static variable in interface nl.toolforge.karma.core.module.Module
Represents <type>JAVA_ENTERPRISE_APPLICATION</type>.
JAVA_SOURCE_MODULE - Static variable in interface nl.toolforge.karma.core.module.Module
Represents <type>JAVA_SOURCE_MODULE</type>.
JAVA_WEB_APPLICATION - Static variable in interface nl.toolforge.karma.core.module.Module
Represents <type>JAVA_WEB_APPLICATION</type>.
JavaEnterpriseApplicationModule - class nl.toolforge.karma.core.module.JavaEnterpriseApplicationModule.
Module type containing libraries.
JavaEnterpriseApplicationModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.JavaEnterpriseApplicationModule
 
JavaEnterpriseApplicationModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.JavaEnterpriseApplicationModule
 
JavaWebApplicationModule - class nl.toolforge.karma.core.module.JavaWebApplicationModule.
Module type containing libraries.
JavaWebApplicationModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.JavaWebApplicationModule
 
JavaWebApplicationModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.JavaWebApplicationModule
 

K

Karma - class nl.toolforge.karma.core.boot.Karma.
 
Karma() - Constructor for class nl.toolforge.karma.core.boot.Karma
 
KarmaBuildException - exception nl.toolforge.karma.core.cmd.util.KarmaBuildException.
Thrown by Karma's build system.
KarmaBuildException(Throwable) - Constructor for class nl.toolforge.karma.core.cmd.util.KarmaBuildException
 
KarmaBuildException(String) - Constructor for class nl.toolforge.karma.core.cmd.util.KarmaBuildException
 
KarmaBuildException(ErrorCode) - Constructor for class nl.toolforge.karma.core.cmd.util.KarmaBuildException
 
KarmaException - exception nl.toolforge.karma.core.KarmaException.
 
KarmaException(ErrorCode) - Constructor for class nl.toolforge.karma.core.KarmaException
Create a new KarmaException, with the specific errorCode.
KarmaException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.KarmaException
Create a new KarmaException, with the specific errorCode and messageArguments.
KarmaException(ErrorCode, Throwable) - Constructor for class nl.toolforge.karma.core.KarmaException
Create a new KarmaException, with the specific errorCode and Throwable that caused the exception.
KarmaException(ErrorCode, Object[], Throwable) - Constructor for class nl.toolforge.karma.core.KarmaException
Create a new KarmaException, with the specific errorCode and Throwable that caused the exception.
KarmaInitializationCommand - class nl.toolforge.karma.core.cmd.KarmaInitializationCommand.
Command implementation to initialize a command context.
KarmaInitializationCommand(boolean) - Constructor for class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Constructs a KarmaInitializationCommand.
KarmaRuntimeException - exception nl.toolforge.karma.core.KarmaRuntimeException.
Root runtime exception for nl.toolforge.karma classes.
KarmaRuntimeException(Throwable) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(String) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(String, Throwable) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(ErrorCode) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(ErrorCode, Throwable) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
KarmaRuntimeException(ErrorCode, Object[], Throwable) - Constructor for class nl.toolforge.karma.core.KarmaRuntimeException
 
keySet() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
Returns a Collection view of all keys in this CommandDescriptorMap.

L

LEFT_COLUMN_SIZE - Static variable in class nl.toolforge.karma.core.cmd.util.AntLogger
 
LEVEL_DEBUG - Static variable in interface nl.toolforge.karma.core.cmd.event.Event
 
LEVEL_INFO - Static variable in interface nl.toolforge.karma.core.cmd.event.Event
 
LEVEL_VERBOSE - Static variable in interface nl.toolforge.karma.core.cmd.event.Event
 
LIBRARY_MODULE - Static variable in interface nl.toolforge.karma.core.module.Module
Represents <type>LIBRARY_MODULE</type>.
LOAD_FAILURE_FOR_DEFAULT_COMMANDS - Static variable in class nl.toolforge.karma.core.cmd.CommandLoadException
 
LOAD_FAILURE_FOR_PLUGIN_COMMANDS_FILE - Static variable in class nl.toolforge.karma.core.cmd.CommandLoadException
 
LOCAL - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
LOCAL_MODULE_ERROR - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
When something is wrong with the local copy of a module.
LOCATION_LOAD_ERROR - Static variable in class nl.toolforge.karma.core.location.LocationException
An xml file with locations could not be loaded.
LOCATION_MISMATCH - Static variable in class nl.toolforge.karma.core.location.LocationException
A LOCATION_MISMATCH occurs when a module is locally available and an update is requested from another location.
LOCATION_NOT_FOUND - Static variable in class nl.toolforge.karma.core.location.LocationException
Location descriptor does not exist.
LOCATION_PATTERN_STRING - Static variable in class nl.toolforge.karma.core.module.ModuleDigester
 
LOCATION_STORE_MODULE - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
 
LOCATION_STORE_NOT_FOUND - Static variable in class nl.toolforge.karma.core.KarmaException
When the location store directory could not be found.
LOCATION_STORE_UPDATE_FAILED - Static variable in class nl.toolforge.karma.core.KarmaException
When updating the location store failed.
LibModule - class nl.toolforge.karma.core.module.LibModule.
Module type containing libraries.
LibModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.LibModule
 
LibModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.LibModule
 
LibModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.LibModuleLayoutTemplate.
Layout for a lib-module.
LibModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.LibModuleLayoutTemplate
 
ListManifests - class nl.toolforge.karma.core.cmd.impl.ListManifests.
Base implementation for the ListManifests command.
ListManifests(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.ListManifests
This constructor performs all generic (enduser-independent functionality).
LocalCVSInitializer - class nl.toolforge.karma.core.test.LocalCVSInitializer.
Initializes tests that need a local CVS repository.
LocalCVSInitializer() - Constructor for class nl.toolforge.karma.core.test.LocalCVSInitializer
 
Location - interface nl.toolforge.karma.core.location.Location.
A Location describes a location aspect of a module.
LocationDescriptor - class nl.toolforge.karma.core.location.LocationDescriptor.
Helper class to be able to read locations from an xml structure.
LocationDescriptor() - Constructor for class nl.toolforge.karma.core.location.LocationDescriptor
 
LocationException - exception nl.toolforge.karma.core.location.LocationException.
Exceptions relating to Locations.
LocationException(ErrorCode) - Constructor for class nl.toolforge.karma.core.location.LocationException
 
LocationException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.location.LocationException
 
LocationException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.location.LocationException
 
LocationException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.location.LocationException
 
LocationFactory - class nl.toolforge.karma.core.location.LocationFactory.
 
LocationLoader - class nl.toolforge.karma.core.location.LocationLoader.
Loader class to load all gain access to Location instances.
LocationLoader(WorkingContext) - Constructor for class nl.toolforge.karma.core.location.LocationLoader
Constructs a LocationLoader for the current workingContext.
LocationStore - class nl.toolforge.karma.core.boot.LocationStore.
 
LocationStore(WorkingContext) - Constructor for class nl.toolforge.karma.core.boot.LocationStore
 
LocationStore(WorkingContext, String, Location) - Constructor for class nl.toolforge.karma.core.boot.LocationStore
 
LocationStore.LocationModule - class nl.toolforge.karma.core.boot.LocationStore.LocationModule.
 
LocationStore.LocationModule(String, Location) - Constructor for class nl.toolforge.karma.core.boot.LocationStore.LocationModule
 
LocationType - class nl.toolforge.karma.core.location.LocationType.
Enumeration for the location type.
LogParser - class nl.toolforge.karma.core.vc.cvsimpl.LogParser.
 
LogParser() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.LogParser
 
load() - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Loads the configuration from working-context.xml.
load() - Method in class nl.toolforge.karma.core.cmd.CommandLoader
Loads command xml files from a predefined base directory.
load(URL) - Method in class nl.toolforge.karma.core.cmd.CommandLoader
Loads the xml file containing command descriptors.
load() - Method in class nl.toolforge.karma.core.location.LocationLoader
Loads all location xml files from the path specified by the WorkingContext#getLocationStore() property.
load(String) - Method in class nl.toolforge.karma.core.manifest.ManifestLoader
This method builds a tree of ManifestStructure instances, representing the root manifest and all its included manifests.
loadManifestFromHistory() - Method in class nl.toolforge.karma.core.manifest.ManifestCollector
Retrieves the last used manifest or null when none was found.
log(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Provide log information on a module.
logger - Variable in class nl.toolforge.karma.core.cmd.impl.ViewManifest
 
logger - Static variable in class nl.toolforge.karma.core.module.BaseModule
 
logger - Static variable in class nl.toolforge.karma.core.module.ModuleDescriptor
 
logger - Static variable in class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
 
logger - Variable in class nl.toolforge.karma.core.vc.threads.ParallelRunner
 

M

MANIFEST_FILE_NOT_FOUND - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the manifest file cannot be found on the users' local harddisk.
MANIFEST_LOAD_ERROR - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the manifest could not be loaded from disk.
MANIFEST_NAME_RECURSION - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When a manifest is included with the same name as an already loaded manifest.
MANIFEST_STORE_MODULE - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
 
MANIFEST_STORE_NOT_FOUND - Static variable in class nl.toolforge.karma.core.KarmaException
When the manifest store directory could not be found.
MANIFEST_STORE_UPDATE_FAILED - Static variable in class nl.toolforge.karma.core.KarmaException
When updating the manifest store failed.
MISSING_ARGUMENT - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Argument for a command option is missing.
MISSING_AUTHENTICATOR_CONFIGURATION - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
When the location-type requires authentication configuration to be present.
MISSING_CONFIGURATION - Static variable in class nl.toolforge.karma.core.KarmaException
Vital configuration is missing
MISSING_LOCATION - Static variable in class nl.toolforge.karma.core.vc.VersionControlException
A Location instance was required, but missing.
MISSING_LOCATION_PROPERTY - Static variable in class nl.toolforge.karma.core.location.LocationException
Missing location property
MISSING_MODULE_DESCRIPTOR - Static variable in class nl.toolforge.karma.core.module.ModuleTypeException
 
MISSING_OPTION - Static variable in class nl.toolforge.karma.core.cmd.CommandException
A required option (see <required>-attributes for options in commands.xml.
MISSING_USERNAME - Static variable in class nl.toolforge.karma.core.vc.AuthenticationException
Username is missing while configuring a new authenticator.
MODULE_CANNOT_BE_WORKING_FOR_RELEASE_MANIFEST - Static variable in class nl.toolforge.karma.core.cmd.CommandException
A module is encountered with state WORKING.
MODULE_DEPENDENCIES_PROPERTIES - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyHelper
 
MODULE_DESCRIPTOR - Static variable in interface nl.toolforge.karma.core.module.Module
String identifying the file name for the module descriptor.
MODULE_EXISTS_IN_REPOSITORY - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
The module already exists in the repository.
MODULE_EXISTS_IN_REPOSITORY - Static variable in class nl.toolforge.karma.core.vc.svnimpl.SVNException
The module already exists in the repository.
MODULE_HISTORY_ERROR - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Error thrown when writing the module history failed.
MODULE_HISTORY_FILE_NAME - Static variable in class nl.toolforge.karma.core.history.ModuleHistory
 
MODULE_NOT_FOUND - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When a module does not exist in the manifest.
MODULE_NOT_IN_MANIFEST - Static variable in class nl.toolforge.karma.core.cmd.util.DependencyException
A dependency on a module has been defined, but the module is not in the manifest
MODULE_NOT_IN_REPOSITORY - Static variable in class nl.toolforge.karma.core.vc.VersionControlException
The requested module does not exist in the repository
MODULE_NOT_LOCAL - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
MODULE_NOT_LOCAL - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When a module has not yet been checked out for this manifest
MODULE_TYPE_MUST_BE_BASEMODULE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
When the module is not (a descendant of) BaseModule.
MODULE_VERSION_ERROR - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
MODULE_WITHOUT_VERSION - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the manifest is a ReleaseManifest all modules should have a version attribute.
MainLine - interface nl.toolforge.karma.core.vc.model.MainLine.
Modelled against ACME principles, a MainLine is the home branch for development.
ManagedFile - interface nl.toolforge.karma.core.vc.ManagedFile.
Instances of this type represent files that are being managed by a version control system.
Manifest - interface nl.toolforge.karma.core.manifest.Manifest.
 
ManifestCollector - class nl.toolforge.karma.core.manifest.ManifestCollector.
Class that collects all manifests for a WorkingContext.
ManifestCollector(WorkingContext) - Constructor for class nl.toolforge.karma.core.manifest.ManifestCollector
 
ManifestException - exception nl.toolforge.karma.core.manifest.ManifestException.
Exception thrown by the AbstractManifest Domain.
ManifestException(ErrorCode) - Constructor for class nl.toolforge.karma.core.manifest.ManifestException
 
ManifestException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.manifest.ManifestException
 
ManifestException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.manifest.ManifestException
 
ManifestFactory - class nl.toolforge.karma.core.manifest.ManifestFactory.
Creation factory to be able to create Manifest instances.
ManifestFactory() - Constructor for class nl.toolforge.karma.core.manifest.ManifestFactory
 
ManifestHeader - class nl.toolforge.karma.core.manifest.ManifestHeader.
Represents the header of a manifest (its name and type).
ManifestHeader() - Constructor for class nl.toolforge.karma.core.manifest.ManifestHeader
 
ManifestLoader - class nl.toolforge.karma.core.manifest.ManifestLoader.
Factory class to create ManifestStructure instances.
ManifestLoader(WorkingContext) - Constructor for class nl.toolforge.karma.core.manifest.ManifestLoader
 
ManifestStore - class nl.toolforge.karma.core.boot.ManifestStore.
Class representing the manifest store for a working context.
ManifestStore(WorkingContext) - Constructor for class nl.toolforge.karma.core.boot.ManifestStore
 
ManifestStore(WorkingContext, String, Location) - Constructor for class nl.toolforge.karma.core.boot.ManifestStore
 
ManifestStore.ManifestModule - class nl.toolforge.karma.core.boot.ManifestStore.ManifestModule.
 
ManifestStore.ManifestModule(String, Location) - Constructor for class nl.toolforge.karma.core.boot.ManifestStore.ManifestModule
 
ManifestStructure - class nl.toolforge.karma.core.manifest.ManifestStructure.
Mapping of a manifest file and its included manifest files (any level deep possible).
ManifestStructure() - Constructor for class nl.toolforge.karma.core.manifest.ManifestStructure
 
MavenDependencyReader - class nl.toolforge.karma.core.scm.maven.MavenDependencyReader.
This class is a lightweight reader for Maven project.xml's.
MavenDependencyReader() - Constructor for class nl.toolforge.karma.core.scm.maven.MavenDependencyReader
 
MavenEnvironment - class nl.toolforge.karma.core.MavenEnvironment.
Class that checks if the user has a proper Maven enabled environment.
MavenEnvironment() - Constructor for class nl.toolforge.karma.core.MavenEnvironment
 
MavenModule - class nl.toolforge.karma.core.module.MavenModule.
This type of module represents a module from a Maven project.
MavenModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.MavenModule
 
MavenModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.MavenModule
 
Message - interface nl.toolforge.karma.core.cmd.event.Message.
A command message is a message container for messages generated by Commands.
MessageEvent - class nl.toolforge.karma.core.cmd.event.MessageEvent.
An event generated as a result of something ordinary.
MessageEvent(Command, int) - Constructor for class nl.toolforge.karma.core.cmd.event.MessageEvent
Creates a MessageEvent not linked to any command with a priority of priority.
MessageEvent(Command, int, SimpleMessage) - Constructor for class nl.toolforge.karma.core.cmd.event.MessageEvent
Creates the event for command.
MessageEvent(Command, SimpleMessage) - Constructor for class nl.toolforge.karma.core.cmd.event.MessageEvent
Creates the event for command.
MessageEvent(SimpleMessage) - Constructor for class nl.toolforge.karma.core.cmd.event.MessageEvent
Creates a MessageEvent not linked to any command.
MessageHelper - class nl.toolforge.karma.core.cmd.event.MessageHelper.
 
MessageHelper() - Constructor for class nl.toolforge.karma.core.cmd.event.MessageHelper
 
Module - interface nl.toolforge.karma.core.module.Module.
A module is a collection of files, representing some block of functionality.
Module.State - class nl.toolforge.karma.core.module.Module.State.
Inner class representing the 'state' of a module.
Module.State(String) - Constructor for class nl.toolforge.karma.core.module.Module.State
Constructor.
Module.Type - class nl.toolforge.karma.core.module.Module.Type.
Inner class representing the type of the module, which is determined at runtime by reading the module-descriptor.xml file from the module base directory.
Module.Type() - Constructor for class nl.toolforge.karma.core.module.Module.Type
 
ModuleComparator - class nl.toolforge.karma.core.module.ModuleComparator.
 
ModuleComparator() - Constructor for class nl.toolforge.karma.core.module.ModuleComparator
 
ModuleDependency - class nl.toolforge.karma.core.scm.ModuleDependency.
Describes a dependency for a Module.
ModuleDependency() - Constructor for class nl.toolforge.karma.core.scm.ModuleDependency
 
ModuleDependencyCreationFactory - class nl.toolforge.karma.core.scm.digester.ModuleDependencyCreationFactory.
Creation factory for ModuleDependency instances.
ModuleDependencyCreationFactory() - Constructor for class nl.toolforge.karma.core.scm.digester.ModuleDependencyCreationFactory
 
ModuleDescriptor - class nl.toolforge.karma.core.module.ModuleDescriptor.
 
ModuleDescriptor(Module) - Constructor for class nl.toolforge.karma.core.module.ModuleDescriptor
 
ModuleDescriptorCreationFactory - class nl.toolforge.karma.core.manifest.digester.ModuleDescriptorCreationFactory.
Creation factory to be able to create ModuleDigester instances.
ModuleDescriptorCreationFactory() - Constructor for class nl.toolforge.karma.core.manifest.digester.ModuleDescriptorCreationFactory
 
ModuleDigester - class nl.toolforge.karma.core.module.ModuleDigester.
Class modelling a <module>-element in a manifest file.
ModuleDigester(String, String) - Constructor for class nl.toolforge.karma.core.module.ModuleDigester
 
ModuleFactory - class nl.toolforge.karma.core.module.ModuleFactory.
Factory class to create modules based on a ModuleDigester.
ModuleFactory(WorkingContext) - Constructor for class nl.toolforge.karma.core.module.ModuleFactory
 
ModuleHistory - class nl.toolforge.karma.core.history.ModuleHistory.
This class holds the history information of a module.
ModuleHistory() - Constructor for class nl.toolforge.karma.core.history.ModuleHistory
 
ModuleHistoryEvent - class nl.toolforge.karma.core.history.ModuleHistoryEvent.
Holds the information of one module history event.
ModuleHistoryEvent() - Constructor for class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
ModuleHistoryException - exception nl.toolforge.karma.core.history.ModuleHistoryException.
Exception thrown by the module history classes in case of and error.
ModuleHistoryException(ErrorCode) - Constructor for class nl.toolforge.karma.core.history.ModuleHistoryException
 
ModuleHistoryException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.history.ModuleHistoryException
 
ModuleHistoryException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.history.ModuleHistoryException
 
ModuleHistoryException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.history.ModuleHistoryException
 
ModuleHistoryFactory - class nl.toolforge.karma.core.history.ModuleHistoryFactory.
Factory for ModuleHistory objects.
ModuleLayoutTemplate - interface nl.toolforge.karma.core.module.template.ModuleLayoutTemplate.
Layout for a module.
ModuleStatus - interface nl.toolforge.karma.core.vc.ModuleStatus.
Each module exists on a number of places.
ModuleTypeException - exception nl.toolforge.karma.core.module.ModuleTypeException.
Exception thrown by the AbstractManifest Domain.
ModuleTypeException(ErrorCode) - Constructor for class nl.toolforge.karma.core.module.ModuleTypeException
 
ModuleTypeException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.module.ModuleTypeException
 
ModuleTypeException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.module.ModuleTypeException
 
markDevelopmentLine(boolean) - Method in class nl.toolforge.karma.core.module.BaseModule
 
markDevelopmentLine(boolean) - Method in interface nl.toolforge.karma.core.module.Module
Marks this modules as being developed in a DevelopmentLine.
markPatchLine(boolean) - Method in class nl.toolforge.karma.core.module.BaseModule
 
markPatchLine(boolean) - Method in interface nl.toolforge.karma.core.module.Module
Marks this module as being developed in a PatchLine.
messageArguments - Variable in class nl.toolforge.karma.core.KarmaException
 
messageArguments - Variable in class nl.toolforge.karma.core.KarmaRuntimeException
 
messageLogged(CommandResponseEvent) - Method in class nl.toolforge.karma.core.cmd.CompositeCommand
Implemenattion of CommandResponseListener.messageLogged(nl.toolforge.karma.core.cmd.event.CommandResponseEvent).
messageLogged(CommandResponseEvent) - Method in interface nl.toolforge.karma.core.cmd.event.CommandResponseListener
Signals that an event has happened during the execution of the command.
messageLogged(BuildEvent) - Method in class nl.toolforge.karma.core.cmd.util.AntLogger
Filters out very specific ant event messages and prints them.
messageLogged(BuildEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Filters symbolic names from a cvs log.
messageSent(MessageEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Called when the server wants to send a message to be displayed to the user.
messageSent(MessageEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.
module - Variable in class nl.toolforge.karma.core.boot.AdminStore
 
module - Variable in class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
 
moduleExpanded(ModuleExpansionEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
Copied from the Netbeans API documentation : Fire a module expansion event.
moduleExpanded(ModuleExpansionEvent) - Method in class nl.toolforge.karma.core.vc.cvsimpl.LogParser
Not implemented for this implementation.

N

NAME_PATTERN_STRING - Static variable in class nl.toolforge.karma.core.module.ModuleDigester
 
NAME_PREFIX - Static variable in class nl.toolforge.karma.core.vc.PatchLine
Name prefix for the symbolic name that is applied to the module when a patchline is created.
NAME_PREFIX - Static variable in interface nl.toolforge.karma.core.vc.model.MainLine
Name prefix for the mainline development line
NOT_IMPLEMENTED - Static variable in class nl.toolforge.karma.core.KarmaException
Can be used to identify something that is not implemented
NO_ACTIVE_MANIFEST - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
If there is no active manifest (none loaded).
NO_BUILD_DIR - Static variable in class nl.toolforge.karma.core.cmd.CommandException
build (the default directory where built files are located) is missing.
NO_IMPLEMENTING_CLASS - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
NO_LOCATION_DATA_FOUND - Static variable in class nl.toolforge.karma.core.location.LocationException
No location files were found.
NO_MAVEN_PROJECT_XML - Static variable in class nl.toolforge.karma.core.KarmaException
The build of a module failed.
NO_MODULE_BUILD_DIR - Static variable in class nl.toolforge.karma.core.cmd.CommandException
build/<module> (the default directory for a module where built files are located) is missing.
NO_OPTIONS_REQUIRED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
No arguments required.
NO_SRC_DIR - Static variable in class nl.toolforge.karma.core.cmd.CommandException
src/java (the default directory for a module where java sources are located) is missing.
NO_TEST_DIR - Static variable in class nl.toolforge.karma.core.cmd.CommandException
test/java (the default directory for a module where test java sources are located) is missing.
nl.toolforge.karma.core - package nl.toolforge.karma.core
The core package contains class for the very core of Karma.
nl.toolforge.karma.core.boot - package nl.toolforge.karma.core.boot
 
nl.toolforge.karma.core.bundle - package nl.toolforge.karma.core.bundle
 
nl.toolforge.karma.core.cmd - package nl.toolforge.karma.core.cmd
 
nl.toolforge.karma.core.cmd.digester - package nl.toolforge.karma.core.cmd.digester
 
nl.toolforge.karma.core.cmd.event - package nl.toolforge.karma.core.cmd.event
 
nl.toolforge.karma.core.cmd.impl - package nl.toolforge.karma.core.cmd.impl
 
nl.toolforge.karma.core.cmd.threads - package nl.toolforge.karma.core.cmd.threads
 
nl.toolforge.karma.core.cmd.util - package nl.toolforge.karma.core.cmd.util
 
nl.toolforge.karma.core.history - package nl.toolforge.karma.core.history
The history package contains classes that are used for retrieving and storing the history of modules.
nl.toolforge.karma.core.location - package nl.toolforge.karma.core.location
The location package contains classes managing location objects.
nl.toolforge.karma.core.manifest - package nl.toolforge.karma.core.manifest
The manifest package contains all classes that comprise the manifest domain of Karma.
nl.toolforge.karma.core.manifest.digester - package nl.toolforge.karma.core.manifest.digester
 
nl.toolforge.karma.core.module - package nl.toolforge.karma.core.module
 
nl.toolforge.karma.core.module.template - package nl.toolforge.karma.core.module.template
 
nl.toolforge.karma.core.scm - package nl.toolforge.karma.core.scm
 
nl.toolforge.karma.core.scm.digester - package nl.toolforge.karma.core.scm.digester
 
nl.toolforge.karma.core.scm.maven - package nl.toolforge.karma.core.scm.maven
 
nl.toolforge.karma.core.test - package nl.toolforge.karma.core.test
This package contains classes to support JUnit testing.
nl.toolforge.karma.core.vc - package nl.toolforge.karma.core.vc
The vc package contains implementation code for connections and processing classes to version control systems.
nl.toolforge.karma.core.vc.cvsimpl - package nl.toolforge.karma.core.vc.cvsimpl
CVS implementation of the vc package.
nl.toolforge.karma.core.vc.cvsimpl.threads - package nl.toolforge.karma.core.vc.cvsimpl.threads
Multithreaded classes.
nl.toolforge.karma.core.vc.model - package nl.toolforge.karma.core.vc.model
 
nl.toolforge.karma.core.vc.svnimpl - package nl.toolforge.karma.core.vc.svnimpl
Subversion implementation of the vc package.
nl.toolforge.karma.core.vc.threads - package nl.toolforge.karma.core.vc.threads
 

O

OTHER_MODULE - Static variable in interface nl.toolforge.karma.core.module.Module
Represents <type>OTHER-MODULE</type>.
OptionDescriptorCreationFactory - class nl.toolforge.karma.core.cmd.digester.OptionDescriptorCreationFactory.
Creation factory to be able to create CommandDescriptor instances.
OptionDescriptorCreationFactory() - Constructor for class nl.toolforge.karma.core.cmd.digester.OptionDescriptorCreationFactory
 
OtherModule - class nl.toolforge.karma.core.module.OtherModule.
A SourceModule represents a module for which the developer wants to have the sources available to on the local harddisk.
OtherModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.OtherModule
Constructs an OtherModule with a name and location.
OtherModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.OtherModule
Constructs an OtherModule with a name, location and version.
OtherModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.OtherModuleLayoutTemplate.
Layout for an other-module.
OtherModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.OtherModuleLayoutTemplate
 

P

PACKAGE_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The packaging of a module failed.
PACKAGE_FAILED_INVALID_APPLICATION_XML - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The packaging of a module failed.
PACKAGE_FAILED_NOTHING_TO_PACKAGE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The packaging of a module failed.
PACKAGE_FAILED_NO_APPLICATION_XML - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The packaging of a module failed.
PACKAGE_FAILED_WRONG_MODULE_TYPE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The packaging of a module failed.
PATCH_PATTERN_POSTFIX - Static variable in class nl.toolforge.karma.core.Patch
 
PATCH_SEPARATOR - Static variable in class nl.toolforge.karma.core.vc.PatchLine
 
PATCH_SEPARATOR_PATTERN - Static variable in class nl.toolforge.karma.core.vc.PatchLine
 
PLUGIN_COMMANDS_FILE - Static variable in class nl.toolforge.karma.core.cmd.CommandLoader
File name for plugin commands definitions.
PROJECT_BASE_DIRECTORY_PROPERTY - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
Property indicating the base directory for development projects.
PROJECT_LOCAL_REPOSITORY_PROPERTY - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
Property indicating the root of a repository directory `Maven style`.
PROMOTE_MODULE_EVENT - Static variable in class nl.toolforge.karma.core.history.ModuleHistoryEvent
Module history event type for promoting a module
PROMOTE_ONLY_ALLOWED_ON_WORKING_MODULE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Promote command is not allowed on static and dynamic modules.
PROMOTE_WITH_INCREASE_MAJOR_VERSION_NOT_ALLOWED_ON_RELEASE_MANIFEST - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Promote command is not allowed on static and dynamic modules.
PSERVER - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
PackageModule - class nl.toolforge.karma.core.cmd.impl.PackageModule.
 
PackageModule(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.PackageModule
 
ParallelCommandWrapper - class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper.
 
ParallelCommandWrapper(Command, CommandResponseListener) - Constructor for class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper
 
ParallelRunner - class nl.toolforge.karma.core.vc.threads.ParallelRunner.
The ParallelRunner handles parallel RunnerThreads.
ParallelRunner(Manifest, Class) - Constructor for class nl.toolforge.karma.core.vc.threads.ParallelRunner
Initializes this ParallelRunner with the correct Manifest.
PasswordScrambler - class nl.toolforge.karma.core.location.PasswordScrambler.
 
Patch - class nl.toolforge.karma.core.Patch.
 
Patch(String) - Constructor for class nl.toolforge.karma.core.Patch
Patches have the following format : 0-0-x, where x is the actual patch number within the 0-0 version.
PatchLine - class nl.toolforge.karma.core.vc.PatchLine.
A PatchLine is a special type of DevelopmentLine, used when a module has been released to (for example) the test department.
PatchLine(Version) - Constructor for class nl.toolforge.karma.core.vc.PatchLine
Creates a PatchLine for version version.
PatchLineThread - class nl.toolforge.karma.core.vc.cvsimpl.threads.PatchLineThread.
Checks if a module has a PatchLine in the version control repository.
PatchLineThread(Module) - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.threads.PatchLineThread
 
PromoteCommand - class nl.toolforge.karma.core.cmd.impl.PromoteCommand.
Implementation of the 'codeline freeze' concept.
PromoteCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.PromoteCommand
 
Property - class nl.toolforge.karma.core.boot.Property.
Class representation of a <property>-element in the configuration file for a WorkingContext.
Property() - Constructor for class nl.toolforge.karma.core.boot.Property
 
Property(String, String) - Constructor for class nl.toolforge.karma.core.boot.Property
 
parse(File) - Method in class nl.toolforge.karma.core.cmd.util.DescriptorReader
 
parse(InputStream) - Method in class nl.toolforge.karma.core.scm.maven.MavenDependencyReader
Parses a Maven project.xml file and stores all <dependency>-elements in a List.
parse(File) - Method in class nl.toolforge.karma.core.scm.maven.MavenDependencyReader
 
process() - Method in class nl.toolforge.karma.core.cmd.CommandContext
Implementation of the ChangeListener interface.
promote(Module, String, Version) - Method in interface nl.toolforge.karma.core.vc.Runner
 
promote(Module, String, Version) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
promote(Module, String, Version) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 

R

RELEASE_MANIFEST - Static variable in interface nl.toolforge.karma.core.manifest.Manifest
 
ReleaseManifest - class nl.toolforge.karma.core.manifest.ReleaseManifest.
A ReleaseManifest is created when the Release Manager collects all stable versions of modules.
ReleaseManifest(WorkingContext, ManifestStructure) - Constructor for class nl.toolforge.karma.core.manifest.ReleaseManifest
 
RemoteLocation - class nl.toolforge.karma.core.location.RemoteLocation.
 
RemoteLocation() - Constructor for class nl.toolforge.karma.core.location.RemoteLocation
 
Revision - interface nl.toolforge.karma.core.vc.Revision.
Model interface for a revision in a version control system.
Runner - interface nl.toolforge.karma.core.vc.Runner.
Runner classes are adapters to native commands on a version control system.
RunnerFactory - class nl.toolforge.karma.core.vc.RunnerFactory.
Factory producing Runner instances.
RunnerResult - interface nl.toolforge.karma.core.vc.threads.RunnerResult.
Placeholder for implementations of RunnerThread to propagate results back to the client.
RunnerThread - class nl.toolforge.karma.core.vc.threads.RunnerThread.
 
RunnerThread(Module) - Constructor for class nl.toolforge.karma.core.vc.threads.RunnerThread
 
randomizer - Static variable in class nl.toolforge.karma.core.test.LocalCVSInitializer
Can be used to access random ints.
refresh() - Method in class nl.toolforge.karma.core.manifest.ManifestCollector
 
register(String, ResourceBundle) - Method in class nl.toolforge.karma.core.bundle.BundleCache
Registers a resource bundle in the cache.
register() - Method in class nl.toolforge.karma.core.cmd.CommandContext
Registers this CommandContext for automatic manifest file update changes.
registerCommandResponseListener(CommandResponseListener) - Method in interface nl.toolforge.karma.core.cmd.Command
Register the given CommandResponseListener as the handler for the command responses.
registerCommandResponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
 
registerCommandResponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
 
remove() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Removes a working contexts' configuration directory.
removeCommandReponseListener(CommandResponseListener) - Method in class nl.toolforge.karma.core.cmd.CommandResponse
Removes responseListener from this CommandResponse.
resolveArchiveName(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Determines the correct archive name for module.
resolveArtifactName(Module) - Method in class nl.toolforge.karma.core.cmd.util.DependencyHelper
Determines the correct artifact name for module.
response - Variable in class nl.toolforge.karma.core.cmd.impl.CreatePassword
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.DeleteWorkingContext
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.DocModule
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.ExitCleanCommand
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.StartWorkCommand
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.StopWorkCommand
 
response - Variable in class nl.toolforge.karma.core.cmd.impl.UpdateModuleCommand
 
result - Variable in class nl.toolforge.karma.core.vc.threads.RunnerThread
 
retrieveResults() - Method in class nl.toolforge.karma.core.vc.threads.ParallelRunner
Returns a map of ModuleStatus objects, each accessible by the the corresponding Module instance.
run() - Method in class nl.toolforge.karma.core.cmd.threads.ParallelCommandWrapper
 
run() - Method in class nl.toolforge.karma.core.vc.cvsimpl.threads.CVSLogThread
Runs a cvs log on the CVS repo.
run() - Method in class nl.toolforge.karma.core.vc.cvsimpl.threads.PatchLineThread
Runs a cvs log on the CVS repo.
run() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
Must be implemented by subclasses.
runCommand(Command, File, CVSRepository) - Method in class nl.toolforge.karma.core.vc.cvsimpl.ExtClient
 

S

SECOND_DIGIT - Static variable in class nl.toolforge.karma.core.Version
 
SECURITY_VIOLATION - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
When the cvs reports a security violation.
SOURCE_IS_NULL - Static variable in class nl.toolforge.karma.core.module.template.FileTemplate
 
START_WORK_NOT_ALLOWED_ON_STATIC_MODULE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
When the manifest is a development manifest and the module is STATIC.
STATE_UPDATE_FAILURE - Static variable in class nl.toolforge.karma.core.manifest.ManifestException
When the state update for a module failed.
STATIC - Static variable in interface nl.toolforge.karma.core.module.Module
 
STORE_CONNECTION_FAILURE - Static variable in class nl.toolforge.karma.core.boot.AdminStore
 
STORE_MODULE_NO_IN_REPOSITORY - Static variable in class nl.toolforge.karma.core.boot.AdminStore
 
SUBVERSION - Static variable in class nl.toolforge.karma.core.location.LocationType
A Subversion repository location
SVNException - exception nl.toolforge.karma.core.vc.svnimpl.SVNException.
Exceptions related to CVS stuff.
SVNException(ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SVNException
 
SVNException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SVNException
 
SVNException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SVNException
 
SVNException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SVNException
 
SelectManifest - class nl.toolforge.karma.core.cmd.impl.SelectManifest.
This command activates a manifest, which is a general requirement for most other commands.
SelectManifest(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.SelectManifest
 
SimpleMessage - class nl.toolforge.karma.core.cmd.event.SimpleMessage.
 
SimpleMessage(String) - Constructor for class nl.toolforge.karma.core.cmd.event.SimpleMessage
Constructs a CommandMessage with a (simple) text message.
SimpleMessage(String, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.event.SimpleMessage
Constructs a CommandMessage with a (simple) text message and message parameters as per the java.text.MessageFormat manner.
SourceModule - class nl.toolforge.karma.core.module.SourceModule.
A SourceModule represents a module for which the developer wants to have the sources available to on the local harddisk.
SourceModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.SourceModule
Constructs a SourceModule with a name and location.
SourceModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.SourceModule
Constructs a SourceModule with a name, location and version.
SourceModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.SourceModuleLayoutTemplate.
Layout for a source-module.
SourceModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.SourceModuleLayoutTemplate
 
StartWorkCommand - class nl.toolforge.karma.core.cmd.impl.StartWorkCommand.
 
StartWorkCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.StartWorkCommand
 
StatusMessage - class nl.toolforge.karma.core.cmd.StatusMessage.
 
StatusMessage(String) - Constructor for class nl.toolforge.karma.core.cmd.StatusMessage
 
StatusMessage(String, Object[]) - Constructor for class nl.toolforge.karma.core.cmd.StatusMessage
 
StopWorkCommand - class nl.toolforge.karma.core.cmd.impl.StopWorkCommand.
 
StopWorkCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.StopWorkCommand
 
Store - interface nl.toolforge.karma.core.boot.Store.
 
SubversionFile - class nl.toolforge.karma.core.vc.svnimpl.SubversionFile.
Subversion implementation of a ManagedFile.
SubversionFile() - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SubversionFile
 
SubversionLocationImpl - class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl.
 
SubversionLocationImpl(String) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
 
SubversionRepository - class nl.toolforge.karma.core.vc.svnimpl.SubversionRepository.
Subversion implementation of the version control system.
SubversionRepository(String) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SubversionRepository
 
SubversionRevision - class nl.toolforge.karma.core.vc.svnimpl.SubversionRevision.
Subversion revision container.
SubversionRevision() - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SubversionRevision
 
SubversionRunner - class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner.
// TODO Lots of todo's, subversion implementation
SubversionRunner(Location) - Constructor for class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
SymbolicName - interface nl.toolforge.karma.core.vc.SymbolicName.
 
save() - Method in class nl.toolforge.karma.core.history.ModuleHistory
 
save() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Saves the manifest to disk, including all its included manifests.
scramble(String) - Static method in class nl.toolforge.karma.core.location.PasswordScrambler
Scramblers passwords.
setArguments(Map) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSResponseAdapter
 
setArtifactId(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setAuthenticationFailure() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
setAuthor(String) - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
setBaseDir(File) - Method in class nl.toolforge.karma.core.module.BaseModule
When initialized by AbstractManifest, a module is assigned its base directory, relative to the manifest.
setBaseDir(File) - Method in interface nl.toolforge.karma.core.module.Module
A module has a base directory, which is relative to the manifest that requires it.
setClassName(String) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
setCommandLine(CommandLine) - Method in interface nl.toolforge.karma.core.cmd.Command
 
setCommandLine(CommandLine) - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
 
setCommandLine(CommandLine) - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
Empty implementation.
setCommandResponse(CommandResponse) - Method in interface nl.toolforge.karma.core.vc.Runner
 
setCommandResponse(CommandResponse) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
Assigns a CommandResponse instance to the runner to optionally promote interactivity.
setCommandResponse(CommandResponse) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
setComment(String) - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
setConnnectionFailure() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
Sets the indication that a connection failure to the remote CVS repository has occurred.
setContext(CommandContext) - Method in interface nl.toolforge.karma.core.cmd.Command
Stores a reference to a CommandContext.
setContext(CommandContext) - Method in class nl.toolforge.karma.core.cmd.DefaultCommand
Sets the command context for this command.
setContext(CommandContext) - Method in class nl.toolforge.karma.core.cmd.KarmaInitializationCommand
 
setDatetime(Date) - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
setDescription(String) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
setDescription(String) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
setDescription(String) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
setDigit(int, int) - Method in class nl.toolforge.karma.core.Version
 
setExistsInRepository(boolean) - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
setExistsInRepository(boolean) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
setGroupId(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setHandler(CommandResponseHandler) - Method in class nl.toolforge.karma.core.vc.cvsimpl.ExtClient
 
setHelp(String) - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
setHistoryLocation(File) - Method in class nl.toolforge.karma.core.history.ModuleHistory
 
setHost(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setHost(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
setId(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setId(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setId(String) - Method in class nl.toolforge.karma.core.vc.Authenticator
 
setInternalError() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
setJar(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setLibModule(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setLocation(Location) - Method in class nl.toolforge.karma.core.boot.AdminStore
 
setLocation(Location) - Method in interface nl.toolforge.karma.core.boot.Store
Assigns this Store a Location.
setLocationStore(LocationStore) - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Sets the location store for this configuration.
setLogInformation(Object) - Method in interface nl.toolforge.karma.core.vc.ModuleStatus
 
setLogInformation(Object) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSModuleStatus
 
setManifestStore(ManifestStore) - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Sets the manifest store for this configuration.
setMessageArguments(Object[]) - Method in class nl.toolforge.karma.core.ErrorCode
Assigns message arguments to this error code as per the MessageFormat definition.
setMessageBundle(ResourceBundle) - Method in class nl.toolforge.karma.core.ErrorCode
 
setModule(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setModuleName(String) - Method in class nl.toolforge.karma.core.boot.AdminStore
 
setModuleName(String) - Method in interface nl.toolforge.karma.core.boot.Store
Sets the module name for this ManifestStore.
setModuleOffset(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setName(String) - Method in class nl.toolforge.karma.core.boot.Property
 
setName(String) - Method in class nl.toolforge.karma.core.manifest.ManifestHeader
 
setName(String) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
setOffset(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
setPackage(boolean) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setPassword(String) - Method in class nl.toolforge.karma.core.vc.Authenticator
 
setPassword(String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
setPassword(String) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
 
setPort(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setPort(int) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
setPort(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
Sets the server port.
setPort(int) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
 
setPort(String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Sets the server port.
setProperty(String, String) - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Adds or changes a property in the current configuration.
setProtocol(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setProtocol(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
The protocol determines the way a client can communicate to a version control system.
setProtocol(String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
The CVS repository protocol (ext, pserver, etc).
setRepository(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setRepository(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
setRepository(String) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
A CVS repository should have a "/" at the end.
setState(Module, Module.State) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Sets a modules' state when the module is locally available.
setState(Module, Module.State) - Method in interface nl.toolforge.karma.core.manifest.Manifest
 
setType(String) - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
setType(String) - Method in class nl.toolforge.karma.core.location.LocationDescriptor
 
setType(String) - Method in class nl.toolforge.karma.core.manifest.ManifestHeader
 
setType(String) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
setType(String) - Method in class nl.toolforge.karma.core.module.Module.Type
 
setUp() - Method in class nl.toolforge.karma.core.test.BaseTest
 
setUp() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
 
setUsername(String) - Method in class nl.toolforge.karma.core.vc.Authenticator
 
setUsername(String) - Method in class nl.toolforge.karma.core.vc.VersionControlSystem
 
setUsername(String) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionLocationImpl
 
setValue(String) - Method in class nl.toolforge.karma.core.boot.Property
 
setVersion(Version) - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
setVersion(String) - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Sets the manifests' version.
setVersion(String) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
setVersion(String) - Method in class nl.toolforge.karma.core.module.ModuleDigester
Sets the modules' version.
setVersion(String) - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
setWorkingContext(WorkingContext) - Method in class nl.toolforge.karma.core.cmd.CommandContext
Sets the workingContext for this command context.
setWorkingContext(WorkingContext) - Method in class nl.toolforge.karma.core.location.BaseLocation
 
setWorkingContext(WorkingContext) - Method in interface nl.toolforge.karma.core.location.Location
 
setWorkingContext(String) - Method in class nl.toolforge.karma.core.vc.Authenticator
 
size() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
Returns the number of keys in this CommandDescriptorMap.
size() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
Counts all modules for a manifest, also counting all modules of all included manifests.
startRunning() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
Should be called to demarkate the start of the 'transaction'.
stopRunning() - Method in class nl.toolforge.karma.core.vc.threads.RunnerThread
Should be called to demarkate the end of the 'transaction'.
store() - Method in class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Stores the all configuration items in configuration in the working-context.xml file.

T

TARGET_IS_NULL - Static variable in class nl.toolforge.karma.core.module.template.FileTemplate
 
TEMPLATE_CREATION_FAILED - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Error thrown when copying the module templates failed failed.
TEST_CODE - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Not to be used for business logic.
TEST_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
The test of a module failed.
TEST_REPORT_FAILED - Static variable in class nl.toolforge.karma.core.cmd.CommandException
Generating the test report failed.
TEST_WARNING - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
THIRD_DIGIT - Static variable in class nl.toolforge.karma.core.Version
 
TestAllModules - class nl.toolforge.karma.core.cmd.impl.TestAllModules.
Basically calls the test command on all modules in the current manifest.
TestAllModules(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.TestAllModules
 
TestModule - class nl.toolforge.karma.core.cmd.impl.TestModule.
Run the unit tests of a given module.
TestModule(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.TestModule
 
targetStarted(BuildEvent) - Method in class nl.toolforge.karma.core.cmd.util.AntLogger
Overridden version.
tearDown() - Method in class nl.toolforge.karma.core.test.BaseTest
 
tearDown() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
Deletes the temporary directory.
testBogus() - Method in class nl.toolforge.karma.core.test.CommandTestHelper
Te ensure that this class itself can be tested.
testNothing() - Method in class nl.toolforge.karma.core.test.LocalCVSInitializer
When this class is run (it is a test class), it won't bother you with 'no tests found'.
toString() - Method in class nl.toolforge.karma.core.ErrorCode
 
toString() - Method in class nl.toolforge.karma.core.Version
Gets the string representation of this version.
toString() - Method in class nl.toolforge.karma.core.boot.WorkingContext
Returns the working contexts' name.
toString() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptor
 
toString() - Method in class nl.toolforge.karma.core.history.ModuleHistory
 
toString() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
toString() - Method in class nl.toolforge.karma.core.location.LocationLoader
String representation of all locations.
toString() - Method in class nl.toolforge.karma.core.location.LocationType
Shows which type we're talking about.
toString() - Method in class nl.toolforge.karma.core.manifest.AbstractManifest
 
toString() - Method in class nl.toolforge.karma.core.module.BaseModule
Returns the module name.
toString() - Method in class nl.toolforge.karma.core.module.Module.State
Gets the string representation of this state object.
toString() - Method in class nl.toolforge.karma.core.module.Module.Type
 
toString() - Method in class nl.toolforge.karma.core.scm.ModuleDependency
 
toString() - Method in class nl.toolforge.karma.core.vc.AuthenticatorKey
 
toString() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRepository
Returns the CVSROOT as a string.
toString() - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSTag
 
toXml() - Method in class nl.toolforge.karma.core.history.ModuleHistoryEvent
 
type - Variable in class nl.toolforge.karma.core.location.LocationType
 

U

UNCOMMITTED_CHANGED_FILES - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
UNCOMMITTED_NEW_FILES - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
UNCOMMITTED_REMOVED_FILES - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
UNKNOWN - Static variable in interface nl.toolforge.karma.core.module.Module
UNKNOWN applies to module which have no local presence.
UNKNOWN_COMMAND - Static variable in class nl.toolforge.karma.core.cmd.CommandException
 
UntypedModule - class nl.toolforge.karma.core.module.UntypedModule.
This type of module is used when a Module instance is required for remote modules.
UntypedModule(String, Location) - Constructor for class nl.toolforge.karma.core.module.UntypedModule
 
UntypedModule(String, Location, Version) - Constructor for class nl.toolforge.karma.core.module.UntypedModule
 
UpdateAdmin - class nl.toolforge.karma.core.cmd.impl.UpdateAdmin.
Updates administrative data for a working context.
UpdateAdmin(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.UpdateAdmin
 
UpdateAllModulesCommand - class nl.toolforge.karma.core.cmd.impl.UpdateAllModulesCommand.
This command updates all modules in the active manifest on a developers' local system.
UpdateAllModulesCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.UpdateAllModulesCommand
Creates a UpdateAllModulesCommand for module module that should be updated.
UpdateModuleCommand - class nl.toolforge.karma.core.cmd.impl.UpdateModuleCommand.
This command updates a module on a developers' local system.
UpdateModuleCommand(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.UpdateModuleCommand
Creates a UpdateModuleCommand for module module that should be updated.
Utils - class nl.toolforge.karma.core.vc.cvsimpl.Utils.
 
Utils() - Constructor for class nl.toolforge.karma.core.vc.cvsimpl.Utils
 
update() - Method in class nl.toolforge.karma.core.boot.AdminStore
 
update() - Method in interface nl.toolforge.karma.core.boot.Store
Updates the local checkout of the manifest store.
update(ManifestStructure) - Method in class nl.toolforge.karma.core.manifest.ManifestStructure
 
update(Module) - Method in interface nl.toolforge.karma.core.vc.Runner
Updates an already checked out module.
update(Module, Version) - Method in interface nl.toolforge.karma.core.vc.Runner
Updates an already checked out module to a specified version.
update(Module, DevelopmentLine, Version) - Method in interface nl.toolforge.karma.core.vc.Runner
 
update(Module) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
update(Module, Version) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
 
update(Module, DevelopmentLine, Version) - Method in class nl.toolforge.karma.core.vc.cvsimpl.CVSRunner
For a module, the cvs -q update -d -r <symbolic-name> command is executed.
update(Module, DevelopmentLine, Version) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
update(Module) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 
update(Module, Version) - Method in class nl.toolforge.karma.core.vc.svnimpl.SubversionRunner
 

V

VERSION_NOT_FOUND - Static variable in class nl.toolforge.karma.core.vc.cvsimpl.CVSException
Version not found for the module.
VERSION_PATTERN_STRING - Static variable in class nl.toolforge.karma.core.Patch
Override for Version.VERSION_PATTERN_STRING.
VERSION_PATTERN_STRING - Static variable in class nl.toolforge.karma.core.Version
 
VERSION_SEPARATOR - Static variable in class nl.toolforge.karma.core.vc.PatchLine
 
VERSION_SEPARATOR_CHAR - Static variable in class nl.toolforge.karma.core.Version
Separator for version digits.
VERSION_SEPARATOR_PATTERN - Static variable in class nl.toolforge.karma.core.vc.PatchLine
 
Version - class nl.toolforge.karma.core.Version.
A Version is the container object for the version attribute of a module.
Version(String) - Constructor for class nl.toolforge.karma.core.Version
Constructs a version number using the versionIdentifier parameter.
Version(int[]) - Constructor for class nl.toolforge.karma.core.Version
Constructs a version number concatenating each item in versionDigits, using the '-' separator.
VersionControlException - exception nl.toolforge.karma.core.vc.VersionControlException.
Root exception for stuff relating to version control system functionality.
VersionControlException(ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.VersionControlException
 
VersionControlException(Throwable, ErrorCode) - Constructor for class nl.toolforge.karma.core.vc.VersionControlException
 
VersionControlException(ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.VersionControlException
 
VersionControlException(Throwable, ErrorCode, Object[]) - Constructor for class nl.toolforge.karma.core.vc.VersionControlException
 
VersionControlSystem - class nl.toolforge.karma.core.vc.VersionControlSystem.
A reference for a VCS (Version Control System).
VersionControlSystem(String, LocationType) - Constructor for class nl.toolforge.karma.core.vc.VersionControlSystem
 
VersionCreationFactory - class nl.toolforge.karma.core.VersionCreationFactory.
 
VersionCreationFactory() - Constructor for class nl.toolforge.karma.core.VersionCreationFactory
 
ViewManifest - class nl.toolforge.karma.core.cmd.impl.ViewManifest.
This command gets the active manifest and presents it in the UI.
ViewManifest(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.ViewManifest
 
ViewWorkingContexts - class nl.toolforge.karma.core.cmd.impl.ViewWorkingContexts.
Retrieves all working contexts (found as subdirectories with a working-context.xml) and presents all entries as a String array through
ViewWorkingContexts(CommandDescriptor) - Constructor for class nl.toolforge.karma.core.cmd.impl.ViewWorkingContexts
 
values() - Method in class nl.toolforge.karma.core.cmd.CommandDescriptorMap
Returns this CommandDescriptorMaps values.

W

WEB_XML - Static variable in class nl.toolforge.karma.core.cmd.util.DescriptorReader
The web.xml file describing an J2EE enterprise application.
WORKING - Static variable in interface nl.toolforge.karma.core.module.Module
 
WORKING_CONTEXT_NOT_FOUND - Static variable in class nl.toolforge.karma.core.KarmaException
 
WORKING_CONTEXT_PREFERENCE - Static variable in class nl.toolforge.karma.core.boot.WorkingContext
 
WebXml - class nl.toolforge.karma.core.cmd.util.WebXml.
Class containing a Java representation of web.xml, the deployment descriptor used by web application war-files.
WebXml() - Constructor for class nl.toolforge.karma.core.cmd.util.WebXml
 
WebappModuleLayoutTemplate - class nl.toolforge.karma.core.module.template.WebappModuleLayoutTemplate.
Layout for a webapp-module.
WebappModuleLayoutTemplate() - Constructor for class nl.toolforge.karma.core.module.template.WebappModuleLayoutTemplate
 
WorkingContext - class nl.toolforge.karma.core.boot.WorkingContext.
A WorkingContext is used by Karma to determine the environment in which the user wants to use Karma.
WorkingContext(String) - Constructor for class nl.toolforge.karma.core.boot.WorkingContext
Constructs a WorkingContext in the default configuration base directory.
WorkingContext(String, File) - Constructor for class nl.toolforge.karma.core.boot.WorkingContext
Constructs a WorkingContext with configBaseDir as the configuration base directory.
WorkingContextConfiguration - class nl.toolforge.karma.core.boot.WorkingContextConfiguration.
Configuration class for a WorkingContext.
WorkingContextConfiguration(WorkingContext) - Constructor for class nl.toolforge.karma.core.boot.WorkingContextConfiguration
Creates a configuration object using configFile as the configuration file.
WorkingContextException - exception nl.toolforge.karma.core.boot.WorkingContextException.
 
WorkingContextException(String) - Constructor for class nl.toolforge.karma.core.boot.WorkingContextException
 
WorkingContextException(Throwable) - Constructor for class nl.toolforge.karma.core.boot.WorkingContextException
 
WorkingContextException(String, Throwable) - Constructor for class nl.toolforge.karma.core.boot.WorkingContextException
 

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

Copyright © 2002-2004 Toolforge. All Rights Reserved.