WebProjectInitialiser

gwen.web.init.WebProjectInitialiser
trait WebProjectInitialiser extends ProjectInitialiser

Initilises a new Gwen web projecrt directory.

Attributes

Graph
Supertypes
trait ProjectInitialiser
class Object
trait Matchable
class Any
Known subtypes
object GwenWebInterpreter.type

Members list

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

Attributes

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

Attributes

Inherited from:
ProjectInitialiser

Inherited fields

val CurrentDir: File

Attributes

Inherited from:
ProjectInitialiser