Packages

trait JBakeModule extends Module with TaskModule

Linear Supertypes
TaskModule, Module, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JBakeModule
  2. TaskModule
  3. Module
  4. Cacher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def jbakeVersion: T[String]

    The JBake version to be used.

    The JBake version to be used.

    It will be used to automatically download the JBake distribution.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cachedTarget[T](t: ⇒ T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def defaultCommandName(): String
    Definition Classes
    JBakeModule → TaskModule
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def jbake: T[PathRef]

    Bake the site with JBake.

  15. def jbakeClasspath: T[Seq[PathRef]]

    The classpath used to run the JBake site generator.

  16. def jbakeDistributionDir: T[PathRef]

    The unpacked JBake Distribution.

    The unpacked JBake Distribution.

    Defaults to the unpacked content of the jbakeDistributionZip.

  17. def jbakeDistributionZip: T[PathRef]

    The JBake Binary Distribution ZIP archive.

    The JBake Binary Distribution ZIP archive.

    Defaults to downloading the distribution file from Bintray.

  18. def jbakeInit(): Command[Unit]

    Initialized the sources for a new project.

  19. def jbakeProcessMode: ProcessMode

    Specify how the JBake tool should be executed.

  20. def jbakeRun(args: String*): Command[Unit]

    Just calls the jbake tool with the given arguments.

  21. def jbakeServe(): Command[Unit]

    Starts a local Webserver to serve the content created with jbake.

    Starts a local Webserver to serve the content created with jbake.

    FIXME: This doesn't work for JBake versions since 2.6.2.

  22. def jbakeWorker: Worker[JBakeWorker]

    The worker encapsulates the process runner of the JBake tool.

  23. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  24. lazy val millModuleDirectChildren: Seq[Module]
    Definition Classes
    Module
  25. implicit def millModuleExternal: External
    Definition Classes
    Module
  26. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  27. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  28. def millOuterCtx: Ctx
    Definition Classes
    Module
  29. def millSourcePath: Path
    Definition Classes
    Module
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def sources: Sources

    The directory containing the JBake source files (assets, content, templates).

    The directory containing the JBake source files (assets, content, templates).

    Defaults to src.

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from TaskModule

Inherited from Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped