edu.nmu.os.shell
Class ShellFactoryImpl

java.lang.Object
  |
  +--edu.nmu.os.shell.ShellFactory
        |
        +--edu.nmu.os.shell.ShellFactoryImpl

public class ShellFactoryImpl
extends ShellFactory

A ShellFactory that creates ShellImpls

Since:
jdk1.4
Version:
0.1, Jan 25, 2003 4:29:14 PM
Author:
Matt Murphy
See Also:
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

ShellFactoryImpl

public ShellFactoryImpl()
Method Detail

createShell

public Shell createShell(java.lang.String[] args)
Creates a new ShellImpl with the specified arguments

This method uses the ShellFactoryImplParamParser to extract the appropriate information from the arguments.

Specified by:
createShell in class ShellFactory
Parameters:
args - The arguments used to construct the ShellFactoryImplParamParser
Returns:
A new ShellImpl constructed from args