|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.command.CRaSH
public class CRaSH
| Field Summary | |
|---|---|
(package private) CommandManager |
commandManager
. |
(package private) PluginContext |
context
. |
| Constructor Summary | |
|---|---|
CRaSH(PluginContext context)
Create a new CRaSH. |
|
| Method Summary | |
|---|---|
CRaSHSession |
createSession(Principal user)
|
ShellCommand |
getCommand(String name)
Attempt to obtain a command instance. |
PluginContext |
getContext()
Returns the plugin context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final PluginContext context
final CommandManager commandManager
| Constructor Detail |
|---|
public CRaSH(PluginContext context)
throws NullPointerException
context - the plugin context
NullPointerException - if the context argument is null| Method Detail |
|---|
public CRaSHSession createSession(Principal user)
public PluginContext getContext()
public ShellCommand getCommand(String name)
throws NoSuchCommandException,
NullPointerException
name - the command name
NoSuchCommandException - if an error occured preventing the command creation
NullPointerException - if the name argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||