|
TelnetD at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.wimpi.telnetd.shell.ShellManager
This class implements a Manager Singleton that takes care
for all shells to be offered.
Shell
Method Summary | |
static ShellManager |
createShellManager(java.util.Properties settings)
Factory method for creating the Singleton instance of this class. |
static ShellManager |
getReference()
Accessor method for the Singleton instance of this class. |
Shell |
getShell(java.lang.String key)
Accessor method for shells that have been set up. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Shell getShell(java.lang.String key)
key
- String that represents a shell name.
public static ShellManager createShellManager(java.util.Properties settings) throws BootException
settings
- Properties defining the shells as described in the
class documentation.
BootException
public static ShellManager getReference()
|
TelnetD at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |