class BundleDelegatingClassLoader extends ClassLoader

Source
BundleDelegatingClassLoader.scala
Linear Supertypes
ClassLoader, AnyRef, Any
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. 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
    @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
    Annotations
    @throws( ... )
  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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findClass(name: String): Class[_]
    Definition Classes
    BundleDelegatingClassLoader → 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 findResources(name: String): Enumeration[URL]
    Definition Classes
    BundleDelegatingClassLoader → ClassLoader
  25. final def findSystemClass(arg0: String): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  26. 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()
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  28. def getClassLoadingLock(arg0: String): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  29. def getPackage(arg0: String): Package
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  30. def getPackages(): Array[Package]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  31. final def getParent(): ClassLoader
    Definition Classes
    ClassLoader
    Annotations
    @CallerSensitive()
  32. def getResource(arg0: String): URL
    Definition Classes
    ClassLoader
  33. def getResourceAsStream(arg0: String): InputStream
    Definition Classes
    ClassLoader
  34. def getResources(arg0: String): Enumeration[URL]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def loadClass(arg0: String, arg1: Boolean): Class[_]
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  38. def loadClass(arg0: String): Class[_]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  42. final def resolveClass(arg0: Class[_]): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  43. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  44. def setDefaultAssertionStatus(arg0: Boolean): Unit
    Definition Classes
    ClassLoader
  45. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  46. final def setSigners(arg0: Class[_], arg1: Array[AnyRef]): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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.

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