Java jdk.nashorn.internal.runtime ScriptEnvironment fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.runtime ScriptEnvironment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.runtime ScriptEnvironment.

The text is from its open source code.

Constructor

Method

ListgetArguments()
Return the user arguments to the program, i.e.
PrintWritergetErr()
Get the error stream for this environment
ListgetFiles()
Return the JavaScript files passed to the program
PrintWritergetOut()
Get the output stream for this environment