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