org.apache.xbean.command
Class CommandRegistry
java.lang.Object
org.apache.xbean.command.CommandRegistry
public class CommandRegistry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commands
protected static final java.util.HashMap commands
unknownCommand
protected static final CommandRegistry unknownCommand
CommandRegistry
public CommandRegistry()
getCommandMap
public static java.util.Map getCommandMap()
register
public static void register(java.lang.String name,
Command cmd)
register
public static void register(java.lang.String name,
java.lang.Class cmd)
getCommand
public static Command getCommand(java.lang.String name)
loadCommand
protected static Command loadCommand(java.lang.Class commandClass)
loadCommandList
protected static void loadCommandList()
- TODO: Replace this part with the classpath magic
Copyright © 2005-2011. All Rights Reserved.