WebProjectInitialiser

trait WebProjectInitialiser extends ProjectInitialiser

Initilises a new Gwen web projecrt directory.

trait ProjectInitialiser
class Object
trait Matchable
class Any
object GwenWebInterpreter.type

Value members

Concrete methods

override def init(isNew: Boolean, flat: Boolean, options: GwenOptions): Unit

Initialises a new Gwen project.

Initialises a new Gwen project.

Value parameters:
flat

true if initialising in current or nested directory

isNew

true if the project is new, false otherwise

options

Gwen options

Definition Classes
ProjectInitialiser

Inherited methods

final def initProject(options: GwenOptions): Unit

Initialises a project direcotry given the user options

Initialises a project direcotry given the user options

Inherited from:
ProjectInitialiser

Inherited fields

val CurrentDir: File
Inherited from:
ProjectInitialiser