|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.plugin.CRaSHPlugin<ShellFactory> org.crsh.shell.impl.command.CRaSHShellFactory
public class CRaSHShellFactory
Field Summary | |
---|---|
private CRaSH |
crash . |
Fields inherited from class org.crsh.plugin.CRaSHPlugin |
---|
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log |
Constructor Summary | |
---|---|
CRaSHShellFactory() |
Method Summary | |
---|---|
Shell |
create(Principal principal) Create a shell object ready to be used. |
Shell |
create(Principal principal, boolean async) |
ShellFactory |
getImplementation() Returns the implementation. |
void |
init() Implement this method to know about init life cycle callback. |
Methods inherited from class org.crsh.plugin.CRaSHPlugin |
---|
createConfigurationCapabilities, destroy, getConfigurationCapabilities, getContext, getStatus, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private CRaSH crash
Constructor Detail |
---|
public CRaSHShellFactory()
Method Detail |
---|
public void init()
CRaSHPlugin
init
in class CRaSHPlugin<ShellFactory>
public ShellFactory getImplementation()
CRaSHPlugin
getImplementation
in class CRaSHPlugin<ShellFactory>
public Shell create(Principal principal, boolean async)
public Shell create(Principal principal)
ShellFactory
create
in interface ShellFactory
principal
- the user principal it may be null in case of an unauthenticated user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |