A C D E F G H I J K L M N O P R S T U V W

S

save(OutputStream, String) - Method in class edu.nmu.system.SystemProperties
 
SET_SECURITY_MANAGER_PERMISSION - Static variable in class edu.nmu.os.shell.Shell
The Permission used to check if permissions are sufficeint to set the SecurityManager of the given Shell
set(Object) - Method in class edu.nmu.system.SystemThreadGroupLocal
 
setDefaultProperties(SystemThreadGroup) - Method in class edu.nmu.system.SystemProperties
 
setDefaults() - Method in class edu.nmu.os.shell.ShellFactoryImplParamParser
Sets the default values for private variables
setDefaultStream(SystemThreadGroup) - Method in class edu.nmu.system.SystemPrintStream
 
setDefaultStream(SystemThreadGroup) - Method in class edu.nmu.system.SystemInputStream
 
setEnv(Properties) - Method in class edu.nmu.os.shell.Shell
Sets the environment of this Shell
setEnv(String, String) - Method in class edu.nmu.os.shell.Shell
Sets the specified environment variable
setEnv0(Properties) - Method in class edu.nmu.os.shell.Shell
Sets the environment of this Shell
setEnv0(String, String) - Method in class edu.nmu.os.shell.Shell
Sets the specified environment variable
setErr(PrintStream) - Static method in class edu.nmu.system.OldSystem
 
setErr(PrintStream) - Static method in class edu.nmu.system.NewSystem
 
setIn(InputStream) - Static method in class edu.nmu.system.OldSystem
 
setIn(InputStream) - Static method in class edu.nmu.system.NewSystem
 
setOut(PrintStream) - Static method in class edu.nmu.system.OldSystem
 
setOut(PrintStream) - Static method in class edu.nmu.system.NewSystem
 
setProperties(Properties) - Method in class edu.nmu.system.SystemProperties
 
setProperties(Properties) - Static method in class edu.nmu.system.OldSystem
 
setProperties(Properties) - Static method in class edu.nmu.system.NewSystem
 
setProperty(String, String) - Method in class edu.nmu.system.SystemProperties
 
setProperty(String, String) - Static method in class edu.nmu.system.OldSystem
 
setProperty(String, String) - Static method in class edu.nmu.system.NewSystem
 
setSecurityManager(SecurityManager) - Method in class edu.nmu.os.shell.Shell
Sets this Shell's SecurityManager
setSecurityManager(SecurityManager) - Method in class edu.nmu.system.SystemSecurityManager
 
setSecurityManager(SecurityManager) - Static method in class edu.nmu.system.OldSystem
 
setSecurityManager(SecurityManager) - Static method in class edu.nmu.system.NewSystem
 
setSecurityManager0(SecurityManager) - Method in class edu.nmu.os.shell.Shell
Sets this Shell's SecurityManager
setStream(InputStream) - Method in class edu.nmu.io.DelegatedInputStream
Sets a new InputStream to be used for delegation
setStream(InputStream) - Method in class edu.nmu.system.SystemInputStream
 
setStream(OutputStream) - Method in class edu.nmu.io.DelegatedOutputStream
Sets a new OutputStream to be used for delegation
setStream(PrintStream) - Method in class edu.nmu.system.SystemPrintStream
 
shell - class edu.nmu.os.shell.bin.shell.
Created by IntelliJ IDEA.
Shell - class edu.nmu.os.shell.Shell.
A command shell for the Java Virtual Machine
SHELL_LEVEL_PROPERTY - Static variable in class edu.nmu.os.shell.ShellImpl
 
shell() - Constructor for class edu.nmu.os.shell.bin.shell
 
Shell() - Constructor for class edu.nmu.os.shell.Shell
The default Shell constructor
Shell(Shell) - Constructor for class edu.nmu.os.shell.Shell
The preffered way to construct a Shell
ShellException - exception edu.nmu.os.shell.ShellException.
This Exception is caught by methods of the Shell class
ShellException(Exception) - Constructor for class edu.nmu.os.shell.ShellException
 
ShellException(String) - Constructor for class edu.nmu.os.shell.ShellException
 
ShellException(String, Exception) - Constructor for class edu.nmu.os.shell.ShellException
 
ShellFactory - class edu.nmu.os.shell.ShellFactory.
Creates Shells using the factory design pattern
ShellFactory() - Constructor for class edu.nmu.os.shell.ShellFactory
 
ShellFactoryException - exception edu.nmu.os.shell.ShellFactoryException.
This Exception is allowed to be thrown from ShellFactorys
ShellFactoryException(Exception) - Constructor for class edu.nmu.os.shell.ShellFactoryException
 
ShellFactoryException(String) - Constructor for class edu.nmu.os.shell.ShellFactoryException
 
ShellFactoryException(String, Exception) - Constructor for class edu.nmu.os.shell.ShellFactoryException
 
ShellFactoryImpl - class edu.nmu.os.shell.ShellFactoryImpl.
A ShellFactory that creates ShellImpls
ShellFactoryImpl() - Constructor for class edu.nmu.os.shell.ShellFactoryImpl
 
ShellFactoryImplParamParser - class edu.nmu.os.shell.ShellFactoryImplParamParser.
Parses a given String array to assist in the construction of a new ShellImpl
ShellFactoryImplParamParser() - Constructor for class edu.nmu.os.shell.ShellFactoryImplParamParser
Constructs a new ShellFactoryImplParamParser with an empty array
ShellFactoryImplParamParser(String[]) - Constructor for class edu.nmu.os.shell.ShellFactoryImplParamParser
Constructs a new ShellFactoryImplParamParser
ShellImpl - class edu.nmu.os.shell.ShellImpl.
A command shell for the Java Virtual Machine
ShellImpl(Shell, InputStream, PrintStream, PrintStream, boolean, String) - Constructor for class edu.nmu.os.shell.ShellImpl
 
shouldDoHelp() - Method in class edu.nmu.os.shell.ShellFactoryImplParamParser
Whether or not the help message should be printed
shouldDoHelp() - Method in class edu.nmu.os.shell.Shell
Returns true if the Shell should run the Shell.doHelp() instead of running normally
shouldDoHelp() - Method in class edu.nmu.os.shell.ShellImpl
 
skip(long) - Method in class edu.nmu.io.DelegatedInputStream
 
skip(long) - Method in class edu.nmu.system.SystemInputStream
 
STARTUP_CMD - Static variable in class edu.nmu.os.SystemStartup
 
STARTUP_SCRIPT - Static variable in class edu.nmu.os.SystemStartup
 
store(OutputStream, String) - Method in class edu.nmu.system.SystemProperties
 
Strings - class edu.nmu.util.Strings.
 
Strings() - Constructor for class edu.nmu.util.Strings
 
SystemInputStream - class edu.nmu.system.SystemInputStream.
Created by IntelliJ IDEA.
SystemInputStream(InputStream) - Constructor for class edu.nmu.system.SystemInputStream
 
SystemPrintStream - class edu.nmu.system.SystemPrintStream.
Created by IntelliJ IDEA.
SystemPrintStream(PrintStream) - Constructor for class edu.nmu.system.SystemPrintStream
 
SystemProperties - class edu.nmu.system.SystemProperties.
Created by IntelliJ IDEA.
SystemProperties(Properties) - Constructor for class edu.nmu.system.SystemProperties
 
SystemSecurityContext - class edu.nmu.system.SystemSecurityContext.
Created by IntelliJ IDEA.
SystemSecurityContext(SecurityManager, Map) - Constructor for class edu.nmu.system.SystemSecurityContext
 
SystemSecurityManager - class edu.nmu.system.SystemSecurityManager.
Created by IntelliJ IDEA.
SystemSecurityManager(SecurityManager) - Constructor for class edu.nmu.system.SystemSecurityManager
 
SystemStartup - class edu.nmu.os.SystemStartup.
 
SystemStartup() - Constructor for class edu.nmu.os.SystemStartup
 
SystemThreadGroup - class edu.nmu.system.SystemThreadGroup.
Created by IntelliJ IDEA.
SystemThreadGroup(String) - Constructor for class edu.nmu.system.SystemThreadGroup
 
SystemThreadGroup(ThreadGroup, String) - Constructor for class edu.nmu.system.SystemThreadGroup
 
SystemThreadGroupLocal - class edu.nmu.system.SystemThreadGroupLocal.
 
SystemThreadGroupLocal() - Constructor for class edu.nmu.system.SystemThreadGroupLocal
 
SystemThreadGroupLocal(Object) - Constructor for class edu.nmu.system.SystemThreadGroupLocal
 

A C D E F G H I J K L M N O P R S T U V W