class BundleDelegatingClassLoader extends ClassLoader
Ordering
- Alphabetic
- By Inheritance
Inherited
- BundleDelegatingClassLoader
- ClassLoader
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BundleDelegatingClassLoader(bundle: Bundle, fallBackClassLoader: ClassLoader)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAssertionStatus(): Unit
- Definition Classes
- ClassLoader
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_ <: AnyRef]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.lang.ClassFormatError])
- 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])
- 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])
- 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
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findClass(name: String): Class[_]
- Definition Classes
- BundleDelegatingClassLoader → ClassLoader
- def findClass(arg0: String, arg1: String): Class[_ <: AnyRef]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- def findLibrary(arg0: String): String
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- final def findLoadedClass(arg0: String): Class[_ <: AnyRef]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- def findResource(name: String): URL
- Definition Classes
- BundleDelegatingClassLoader → ClassLoader
- def findResource(arg0: String, arg1: String): URL
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.io.IOException])
- def findResources(name: String): Enumeration[URL]
- Definition Classes
- BundleDelegatingClassLoader → ClassLoader
- final def findSystemClass(arg0: String): Class[_ <: AnyRef]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.lang.ClassNotFoundException])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getClassLoadingLock(arg0: String): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- final def getDefinedPackage(arg0: String): Package
- Definition Classes
- ClassLoader
- final def getDefinedPackages(): Array[Package]
- Definition Classes
- ClassLoader
- def getName(): String
- Definition Classes
- ClassLoader
- def getPackages(): Array[Package]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- final def getParent(): ClassLoader
- Definition Classes
- ClassLoader
- Annotations
- @CallerSensitive()
- def getResource(arg0: String): URL
- Definition Classes
- ClassLoader
- def getResourceAsStream(arg0: String): InputStream
- Definition Classes
- ClassLoader
- def getResources(arg0: String): Enumeration[URL]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.io.IOException])
- final def getUnnamedModule(): Module
- Definition Classes
- ClassLoader
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isRegisteredAsParallelCapable(): Boolean
- Definition Classes
- ClassLoader
- def loadClass(arg0: String, arg1: Boolean): Class[_ <: AnyRef]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.lang.ClassNotFoundException])
- def loadClass(arg0: String): Class[_ <: AnyRef]
- Definition Classes
- ClassLoader
- Annotations
- @throws(classOf[java.lang.ClassNotFoundException])
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def resolveClass(arg0: Class[_ <: AnyRef]): Unit
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- def resources(arg0: String): Stream[URL]
- Definition Classes
- ClassLoader
- def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
- Definition Classes
- ClassLoader
- def setDefaultAssertionStatus(arg0: Boolean): Unit
- Definition Classes
- ClassLoader
- def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
- Definition Classes
- ClassLoader
- final def setSigners(arg0: Class[_ <: AnyRef], arg1: Array[AnyRef]): Unit
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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
(Since version 1.1)
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- 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 ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def getPackage(arg0: String): Package
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @Deprecated
- Deprecated
(Since version 9)
- 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.