class BundleDelegatingClassLoader extends ClassLoader

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BundleDelegatingClassLoader
  2. ClassLoader
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BundleDelegatingClassLoader(bundle: Bundle, fallBackClassLoader: ClassLoader)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to any2stringadd[BundleDelegatingClassLoader] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BundleDelegatingClassLoader, B)
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearAssertionStatus(): Unit
    Definition Classes
    ClassLoader
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  10. 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] )
  11. 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] )
  12. 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
  13. def ensuring(cond: (BundleDelegatingClassLoader) ⇒ Boolean, msg: ⇒ Any): BundleDelegatingClassLoader
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (BundleDelegatingClassLoader) ⇒ Boolean): BundleDelegatingClassLoader
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): BundleDelegatingClassLoader
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): BundleDelegatingClassLoader
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def findClass(name: String): Class[_]
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  20. def findClass(arg0: String, arg1: String): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  21. def findLibrary(arg0: String): String
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  22. final def findLoadedClass(arg0: String): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  23. def findResource(name: String): URL
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  24. def findResource(arg0: String, arg1: String): URL
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def findResources(name: String): Enumeration[URL]
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  26. final def findSystemClass(arg0: String): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to StringFormat[BundleDelegatingClassLoader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def getClassLoadingLock(arg0: String): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  30. final def getDefinedPackage(arg0: String): Package
    Definition Classes
    ClassLoader
  31. final def getDefinedPackages(): Array[Package]
    Definition Classes
    ClassLoader
  32. def getName(): String
    Definition Classes
    ClassLoader
  33. def getPackages(): Array[Package]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  34. final def getParent(): ClassLoader
    Definition Classes
    ClassLoader
    Annotations
    @CallerSensitive()
  35. def getResource(arg0: String): URL
    Definition Classes
    ClassLoader
  36. def getResourceAsStream(arg0: String): InputStream
    Definition Classes
    ClassLoader
  37. def getResources(arg0: String): Enumeration[URL]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def getUnnamedModule(): Module
    Definition Classes
    ClassLoader
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def isRegisteredAsParallelCapable(): Boolean
    Definition Classes
    ClassLoader
  42. def loadClass(arg0: String, arg1: Boolean): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  43. def loadClass(arg0: String): Class[_]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def resolveClass(arg0: Class[_]): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  48. def resources(arg0: String): Stream[URL]
    Definition Classes
    ClassLoader
  49. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  50. def setDefaultAssertionStatus(arg0: Boolean): Unit
    Definition Classes
    ClassLoader
  51. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  52. final def setSigners(arg0: Class[_], arg1: Array[AnyRef]): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (BundleDelegatingClassLoader, B)
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getPackage(arg0: String): Package
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BundleDelegatingClassLoader to any2stringadd[BundleDelegatingClassLoader]

Inherited by implicit conversion StringFormat from BundleDelegatingClassLoader to StringFormat[BundleDelegatingClassLoader]

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

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

Ungrouped