Dashboard Builder Data Provider API 6.0.1.Final

org.jboss.dashboard.command
Interface CommandFactory


public interface CommandFactory

Interface for the creation of Command instances.


Method Summary
 Command createCommand(String commandName)
          Attempt to create a command instance given the command name.
 

Method Detail

createCommand

Command createCommand(String commandName)
Attempt to create a command instance given the command name.

Returns:
null If the command name specified is not supported by this factory.

Dashboard Builder Data Provider API 6.0.1.Final

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.