Method |
Description |
args( )
|
Returns an array object containing any command line arguments. |
arrayCopy( )
|
Copies the specified number of array elements from the specified source array at the given starting position to the named destination array starting at the specified position. |
call( )
|
Loads and executes the specified iScript executable. |
cgi( )
|
Returns whether cgi or preprocessor script. |
currentTimeMillis( )
|
Returns the current time in milliseconds. |
cwd( )
|
Returns the current working directory. |
destroy( )
|
Kills the specified process. |
env( )
|
Returns a hash table containing the current environment variables or returns the value associated with the specified environment variable. |
err( )
|
Returns the print stream object for standard error. |
exec( )
|
Executes the specified command passing the given optional arguments in a separate process space. |
exit( )
|
Ends the program and returns control to the system. |
exitValue( )
|
Returns the exit value for the specified subprocess. |
freeMemory( )
|
Returns the amount of free memory in the system. |
gc( )
|
Runs the garbage collector. |
getErrorStream( )
|
Returns the error stream object of the specified sub process object. |
getInputStream( )
|
Returns the input stream object of the specified sub process object. |
getOutputStream( )
|
Returns the output stream object of the specified sub process object. |
getProperties( )
|
Returns a properties objects containing the current system properties. |
getProperty( )
|
Returns the system property with the specified key. |
getRuntime( )
|
Returns the runtime object of the current Java application. |
getSecurityManager( )
|
Returns the current security manager object. |
in( )
|
Returns the input stream object for standard input. |
inputFile( )
|
Returns the name of the input file. |
load( )
|
Loads the specified file as a dynamic library. |
loadLibrary( )
|
Loads the system library using the specified library name. |
make
|
Generate the specified output file using the given input file. |
out( )
|
Returns the print stream object for standard output. |
outputFile( )
|
Returns the name of the output file. |
runFinalization( )
|
Runs the finalization method of objects pending finalization. |
setErr( )
|
Sets the stderr error output stream to the specified print stream object. |
setIn( )
|
Sets the stdin input stream to the specified input stream object. |
setOut( )
|
Sets the stdout output stream to the to the specified print stream object. |
setProperties( )
|
Sets the system properties using the specified properties object. |
setSecurityManager( )
|
Sets the system security manager to the specified security manager object. |
stderr( )
|
Returns the print stream object for standard error. |
stdin( )
|
Returns the input stream object for standard input. |
stdout( )
|
Returns the print stream object for standard output. |
totalMemory( )
|
Returns the total amount of memory. |
waitFor( )
|
Waits for the specified subprocess object to complete and returns its exit value. |