Packages

class BundleDelegatingClassLoader extends ClassLoader

Source
BundleDelegatingClassLoader.scala
Linear Supertypes
Type Hierarchy
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. Protected

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 toany2stringadd[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 toArrowAssoc[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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_ <: AnyRef]
    Attributes
    protected[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[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.lang.ClassFormatError])
  11. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int): Class[_ <: AnyRef]
    Attributes
    protected[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[lang]
    Definition Classes
    ClassLoader
  13. def ensuring(cond: (BundleDelegatingClassLoader) => Boolean, msg: => Any): BundleDelegatingClassLoader
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def findClass(name: String): Class[_]
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  20. def findClass(arg0: String, arg1: String): Class[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  21. def findLibrary(arg0: String): String
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  22. final def findLoadedClass(arg0: String): Class[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  23. def findResource(name: String): URL
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  24. def findResource(arg0: String, arg1: String): URL
    Attributes
    protected[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[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.lang.ClassNotFoundException])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def getClassLoadingLock(arg0: String): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  29. final def getDefinedPackage(arg0: String): Package
    Definition Classes
    ClassLoader
  30. final def getDefinedPackages(): Array[Package]
    Definition Classes
    ClassLoader
  31. def getName(): String
    Definition Classes
    ClassLoader
  32. def getPackages(): Array[Package]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  33. final def getParent(): ClassLoader
    Definition Classes
    ClassLoader
    Annotations
    @CallerSensitive()
  34. def getResource(arg0: String): URL
    Definition Classes
    ClassLoader
  35. def getResourceAsStream(arg0: String): InputStream
    Definition Classes
    ClassLoader
  36. def getResources(arg0: String): Enumeration[URL]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.io.IOException])
  37. final def getUnnamedModule(): Module
    Definition Classes
    ClassLoader
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def isRegisteredAsParallelCapable(): Boolean
    Definition Classes
    ClassLoader
  41. def loadClass(arg0: String, arg1: Boolean): Class[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.lang.ClassNotFoundException])
  42. def loadClass(arg0: String): Class[_ <: AnyRef]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.lang.ClassNotFoundException])
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def resolveClass(arg0: Class[_ <: AnyRef]): Unit
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  47. def resources(arg0: String): Stream[URL]
    Definition Classes
    ClassLoader
  48. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  49. def setDefaultAssertionStatus(arg0: Boolean): Unit
    Definition Classes
    ClassLoader
  50. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  51. final def setSigners(arg0: Class[_ <: AnyRef], arg1: Array[AnyRef]): Unit
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. final def defineClass(arg0: Array[Byte], arg1: Int, arg2: Int): Class[_ <: AnyRef]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws(classOf[java.lang.ClassFormatError]) @Deprecated
    Deprecated
  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader toStringFormat[BundleDelegatingClassLoader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  4. def getPackage(arg0: String): Package
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @Deprecated
    Deprecated
  5. def [B](y: B): (BundleDelegatingClassLoader, B)
    Implicit
    This member is added by an implicit conversion from BundleDelegatingClassLoader toArrowAssoc[BundleDelegatingClassLoader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromBundleDelegatingClassLoader to any2stringadd[BundleDelegatingClassLoader]

Inherited by implicit conversion StringFormat fromBundleDelegatingClassLoader to StringFormat[BundleDelegatingClassLoader]

Inherited by implicit conversion Ensuring fromBundleDelegatingClassLoader to Ensuring[BundleDelegatingClassLoader]

Inherited by implicit conversion ArrowAssoc fromBundleDelegatingClassLoader to ArrowAssoc[BundleDelegatingClassLoader]

Ungrouped