public interface ShellCommandProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Returns the namespace provided by this command provider.
|
Map<String,Class<? extends ShellCommand>> |
provideCommands()
Called to get the collection of commands contributed by the provider.
|
String getNamespace()
Map<String,Class<? extends ShellCommand>> provideCommands()
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.