Class/Object

io.youi.template

TemplateCompiler

Related Docs: object TemplateCompiler | package template

Permalink

class TemplateCompiler extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateCompiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateCompiler(sourceDirectory: File, destinationDirectory: File, compressCSS: Boolean = false, removeDotHTML: Boolean = false, consoleCommands: Boolean = true)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compileAll(deleteFirst: Boolean): Unit

    Permalink
  7. def compileAllLess(): Unit

    Permalink
  8. def compileAllPages(): Unit

    Permalink
  9. def compileAllSass(): Unit

    Permalink
  10. def compileHTML(source: File): String

    Permalink
  11. def compileLess(filePath: String, compress: Boolean): Unit

    Permalink
  12. def compilePage(source: File): Unit

    Permalink
  13. def compilePage(fileName: String): Unit

    Permalink
  14. def compilePartial(filePath: String): String

    Permalink
  15. def compileSass(filePath: String, compress: Boolean): Unit

    Permalink
  16. val compressCSS: Boolean

    Permalink
  17. val consoleCommands: Boolean

    Permalink
  18. def copyAssets(): Unit

    Permalink
  19. def deleteDestination(): Unit

    Permalink
  20. val destinationDirectory: File

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val removeDotHTML: Boolean

    Permalink
  31. val sourceDirectory: File

    Permalink
  32. def startServer(): Unit

    Permalink
  33. def stopServer(): Unit

    Permalink
  34. def stopWatching(): Unit

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def watch(): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped