Package

org.openmole.core

module

Permalink

package module

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

Type Members

  1. class Activator extends BundleActivator

    Permalink
  2. case class Component(location: String, hash: String) extends Product with Serializable

    Permalink
  3. case class Module(name: String, description: String, components: Seq[Component]) extends Product with Serializable

    Permalink
  4. case class SelectableModule(baseURL: String, module: Module) extends Product with Serializable

    Permalink

Value Members

  1. object ModuleIndex

    Permalink
  2. def addPluginsFiles(files: Seq[File], move: Boolean, directory: Option[File] = None)(implicit workspace: Workspace): Seq[(File, Throwable)]

    Permalink
  3. def allModules(implicit workspace: Workspace): Array[File]

    Permalink
  4. def components(o: AnyRef): Seq[File]

    Permalink
  5. def components[T](implicit m: Manifest[T]): Seq[File]

    Permalink
  6. implicit val formats: Formats { ... /* 2 definitions in type refinement */ }

    Permalink
  7. def indexes(implicit preference: Preference, randomProvider: RandomProvider, newFile: NewFile): Seq[String]

    Permalink
  8. def install(modules: Seq[SelectableModule])(implicit newFile: NewFile, workspace: Workspace): Seq[(File, Throwable)]

    Permalink
  9. def moduleDirectory(implicit workspace: Workspace): tool.file.File

    Permalink
  10. def modules(url: String): Seq[Module]

    Permalink
  11. def pluginDirectory(implicit workspace: Workspace): tool.file.File

    Permalink
  12. def selectableModules(url: String): Seq[SelectableModule]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped