Object

org.openmole.core.pluginmanager

PluginManager

Related Doc: package pluginmanager

Permalink

object PluginManager extends Logger

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

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. object Log

    Permalink
    Definition Classes
    Logger
  5. def allDepending(file: File, filter: (Bundle) ⇒ Boolean): Iterable[File]

    Permalink
  6. def allDependingBundles(b: Bundle, filter: (Bundle) ⇒ Boolean): Iterable[Bundle]

    Permalink
  7. def allPluginDependencies(b: Bundle): Iterable[Bundle]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def bundle(file: File): Option[Bundle]

    Permalink
  10. def bundleFiles: Iterable[File]

    Permalink
  11. def bundleForClass(c: Class[_]): Option[Bundle]

    Permalink
  12. def bundleHashes: Iterable[Hash]

    Permalink
  13. def bundles: Seq[Bundle]

    Permalink
  14. def bundlesForClass(c: Class[_]): Iterable[Bundle]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def dependencies(file: File): Option[Iterable[File]]

    Permalink
  17. def directDependencies(b: Bundle): Seq[Bundle]

    Permalink
  18. def directDependingBundles(b: Bundle): Buffer[Bundle]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def fileProviding(c: Class[_]): Option[File]

    Permalink
  22. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def isBundle(file: File): Boolean

    Permalink
  26. def isClassProvidedByAPlugin(c: Class[_]): Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isPlugin(id: Long): Boolean

    Permalink
  29. def isPlugin(b: Bundle): Boolean

    Permalink
  30. def listBundles(path: File): Iterable[File]

    Permalink
  31. def load(path: File): Unit

    Permalink
  32. def load(files: Iterable[File]): List[Bundle]

    Permalink
  33. def loadDir(path: File): Unit

    Permalink
  34. def loadIfNotAlreadyLoaded(plugins: Iterable[File]): Unit

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def pluginsForClass(c: Class[_]): Iterable[File]

    Permalink
  39. def printBundles: Unit

    Permalink
  40. def printDirectDependencies(b: Long): Unit

    Permalink
  41. def printIsPlugin(b: Long): Unit

    Permalink
  42. def remove(b: Bundle): Unit

    Permalink
  43. def startAll: Seq[(Bundle, Throwable)]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def tryLoad(files: Iterable[File]): Iterable[(File, Throwable)]

    Permalink
  47. def updateBundles(bundles: Option[Seq[Bundle]] = None): Unit

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped