public class ElementsShellFactory
extends org.crsh.plugin.CRaSHPlugin<org.crsh.shell.ShellFactory>
implements org.crsh.shell.ShellFactory
| Constructor and Description |
|---|
ElementsShellFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.crsh.shell.Shell |
create(java.security.Principal principal) |
org.crsh.shell.Shell |
create(java.security.Principal principal,
boolean async) |
org.crsh.shell.ShellFactory |
getImplementation() |
void |
init() |
public void init()
init in class org.crsh.plugin.CRaSHPlugin<org.crsh.shell.ShellFactory>public org.crsh.shell.ShellFactory getImplementation()
getImplementation in class org.crsh.plugin.CRaSHPlugin<org.crsh.shell.ShellFactory>public org.crsh.shell.Shell create(java.security.Principal principal,
boolean async)
public org.crsh.shell.Shell create(java.security.Principal principal)
create in interface org.crsh.shell.ShellFactory