|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.nmu.os.shell.ShellFactory | +--edu.nmu.os.shell.ShellFactoryImpl
A ShellFactory that creates ShellImpls
ShellImpl
,
ShellFactoryImplParamParser
Constructor Summary | |
ShellFactoryImpl()
|
Method Summary | |
Shell |
createShell(java.lang.String[] args)
Creates a new ShellImpl with the specified arguments |
Methods inherited from class edu.nmu.os.shell.ShellFactory |
getFactory, registerFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShellFactoryImpl()
Method Detail |
public Shell createShell(java.lang.String[] args)
This method uses the ShellFactoryImplParamParser
to extract the appropriate information from the arguments.
createShell
in class ShellFactory
args
- The arguments used to construct the
ShellFactoryImplParamParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |