org.senkbeil.grus

ThemeManager

class ThemeManager extends AnyRef

Loads and manages themes for the site generator.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThemeManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThemeManager(generateOptions: CommandGenerateOptions, classLoader: ClassLoader = ...)

    generateOptions

    The generation options to use when working with themes

    classLoader

    The class loader to use as the parent to the manager's internal class loader

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
  12. def hashCode(): Int

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

    Definition Classes
    Any
  14. def loadClass(className: String): Class[_]

    Loads the specified class from the theme manager.

    Loads the specified class from the theme manager.

    className

    The fully-qualified name of the class to load

    returns

    The class instance

    Annotations
    @throws( ... )
    Exceptions thrown
    ClassNotFoundException

    If the class with the specified name is not found

  15. def loadClassOption(className: String): Option[Class[_]]

    Loads the specified class from the theme manager.

    Loads the specified class from the theme manager.

    className

    The fully-qualified name of the class to load

    returns

    Some class instance if found, otherwise None

  16. def loadTheme(theme: Theme): Unit

    Loads the relevant files for the specified theme into the internal class loader of the theme manager.

    Loads the relevant files for the specified theme into the internal class loader of the theme manager.

    theme

    The information about the theme

    Annotations
    @throws( ... )
    Exceptions thrown
    ThemeException

    If unable to resolve a dependency or access a theme-related file

  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def retrieveThemeFiles(mavenTheme: MavenTheme): Either[BundledThemeException, Seq[File]]

    Retrieves relevant files for the specified theme.

    Retrieves relevant files for the specified theme.

    mavenTheme

    The information about the theme hosted via Maven

    returns

    Either the collection of files (jars) tied to the theme or a collection of theme-specific exceptions that occurred

    Attributes
    protected
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped