|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.gshell.command.registry.CommandRegistrarSupport
org.sonatype.gshell.guice.CommandRegistrarImpl
@Singleton public class CommandRegistrarImpl
Guice CommandRegistrar.
| Field Summary |
|---|
| Fields inherited from class org.sonatype.gshell.command.registry.CommandRegistrarSupport |
|---|
log |
| Fields inherited from interface org.sonatype.gshell.command.registry.CommandRegistrar |
|---|
DEFAULT_DESCRIPTOR_LOCATION |
| Constructor Summary | |
|---|---|
CommandRegistrarImpl(org.sonatype.guice.bean.locators.MutableBeanLocator container,
EventManager events,
CommandRegistry registry)
|
|
| Method Summary | |
|---|---|
void |
registerCommand(String className)
|
void |
registerCommand(String name,
String className)
|
| Methods inherited from class org.sonatype.gshell.command.registry.CommandRegistrarSupport |
|---|
discoverDescriptors, getDescriptors, getDescriptorSearchPath, registerCommand, registerCommands, registerCommandSet, setDescriptorSearchPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public CommandRegistrarImpl(org.sonatype.guice.bean.locators.MutableBeanLocator container,
EventManager events,
CommandRegistry registry)
| Method Detail |
|---|
public void registerCommand(String name,
String className)
throws Exception
Exception
public void registerCommand(String className)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||