object Environment extends Serializable
- Source
- Environment.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Environment
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def simple(path: File = new File("."), mode: Mode = Mode.Test): Environment
A simple environment.
A simple environment.
Uses the same classloader that the environment classloader is defined in, and the current working directory as the path.