Environment

play.api.Environment
See theEnvironment companion class
object Environment

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def simple(path: File, mode: Mode): 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.

Attributes