akka.osgi.impl

BundleDelegatingClassLoader

class BundleDelegatingClassLoader extends ClassLoader

Linear Supertypes
ClassLoader, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BundleDelegatingClassLoader
  2. ClassLoader
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BundleDelegatingClassLoader(bundle: Bundle)

  2. new BundleDelegatingClassLoader(bundle: Bundle, classLoader: Option[ClassLoader])

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (BundleDelegatingClassLoader, B)

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  9. def clearAssertionStatus(): Unit

    Definition Classes
    ClassLoader
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  12. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int, arg4: ProtectionDomain): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  13. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  14. def definePackage(arg0: String, arg1: String, arg2: String, arg3: String, arg4: String, arg5: String, arg6: String, arg7: URL): Package

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  15. def ensuring(cond: (BundleDelegatingClassLoader) ⇒ Boolean, msg: ⇒ Any): BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (BundleDelegatingClassLoader) ⇒ Boolean): BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def findClass(name: String): Class[_]

    Attributes
    protected
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  23. def findLibrary(arg0: String): String

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  24. final def findLoadedClass(arg0: String): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  25. def findResource(name: String): URL

    Attributes
    protected
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  26. def findResources(name: String): Enumeration[URL]

    Attributes
    protected
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
    Annotations
    @SuppressWarnings()
  27. final def findSystemClass(arg0: String): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  28. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def getPackage(arg0: String): Package

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  31. def getPackages(): Array[Package]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  32. final def getParent(): ClassLoader

    Definition Classes
    ClassLoader
  33. def getResource(arg0: String): URL

    Definition Classes
    ClassLoader
  34. def getResourceAsStream(arg0: String): InputStream

    Definition Classes
    ClassLoader
  35. def getResources(arg0: String): Enumeration[URL]

    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def hashCode(): Int

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

    Definition Classes
    Any
  38. def loadClass(name: String, resolve: Boolean): Class[_]

    Attributes
    protected
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  39. def loadClass(arg0: String): Class[_]

    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  43. final def resolveClass(arg0: Class[_]): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  44. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit

    Definition Classes
    ClassLoader
  45. def setDefaultAssertionStatus(arg0: Boolean): Unit

    Definition Classes
    ClassLoader
  46. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit

    Definition Classes
    ClassLoader
  47. final def setSigners(arg0: Class[_], arg1: Array[AnyRef]): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. val toString: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def [B](y: B): (BundleDelegatingClassLoader, B)

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bundleDelegatingClassLoader: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bundleDelegatingClassLoader: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. final def defineClass(arg0: Array[Byte], arg1: Int, arg2: Int): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.ClassFormatError] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def x: BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bundleDelegatingClassLoader: ArrowAssoc[BundleDelegatingClassLoader]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: BundleDelegatingClassLoader

    Implicit information
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bundleDelegatingClassLoader: Ensuring[BundleDelegatingClassLoader]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BundleDelegatingClassLoader to StringAdd

Inherited by implicit conversion any2stringfmt from BundleDelegatingClassLoader to StringFormat

Inherited by implicit conversion any2ArrowAssoc from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader]

Inherited by implicit conversion any2Ensuring from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader]

Ungrouped