scala.tools.nsc.util.ScalaClassLoader

URLClassLoader

class URLClassLoader extends URLClassLoader with ScalaClassLoader with HasClassPath

Source
ScalaClassLoader.scala
Linear Supertypes
HasClassPath, ScalaClassLoader, URLClassLoader, SecureClassLoader, ClassLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. URLClassLoader
  2. HasClassPath
  3. ScalaClassLoader
  4. URLClassLoader
  5. SecureClassLoader
  6. ClassLoader
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  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 URLClassLoader(urls: Seq[URL], parent: 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 URLClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (URLClassLoader, B)

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ArrowAssoc[URLClassLoader] 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. def addURL(url: URL): Unit

    Override to widen to public

    Override to widen to public

    Definition Classes
    URLClassLoader → URLClassLoader
  9. def asContext[T](action: ⇒ T): T

    Executing an action with this classloader as context classloader

    Executing an action with this classloader as context classloader

    Definition Classes
    ScalaClassLoader
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def classAsStream(className: String): InputStream

    An InputStream representing the given class name, or null if not found.

    An InputStream representing the given class name, or null if not found.

    Definition Classes
    ScalaClassLoader
  12. def classBytes(className: String): Array[Byte]

    The actual bytes for a class file, or an empty array if it can't be found.

    The actual bytes for a class file, or an empty array if it can't be found.

    Definition Classes
    ScalaClassLoader
  13. def classLoaderLog(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    ScalaClassLoader
  14. lazy val classLoaderUniqueId: String

    Attributes
    protected
    Definition Classes
    ScalaClassLoader
  15. def classPath: scala.tools.nsc.util.ClassPath[_]

  16. def classPathURLs: Seq[URL]

    Definition Classes
    URLClassLoaderHasClassPath
  17. def clearAssertionStatus(): Unit

    Definition Classes
    ClassLoader
  18. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def constructorsOf[T <: AnyRef](implicit arg0: ClassTag[T]): List[Constructor[T]]

    Definition Classes
    ScalaClassLoader
  20. def create(path: String): AnyRef

    Create an instance of a class with this classloader

    Create an instance of a class with this classloader

    Definition Classes
    ScalaClassLoader
  21. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: CodeSource): Class[_]

    Attributes
    protected[security]
    Definition Classes
    SecureClassLoader
  22. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int, arg4: CodeSource): Class[_]

    Attributes
    protected[security]
    Definition Classes
    SecureClassLoader
  23. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_]

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

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  26. def definePackage(arg0: String, arg1: Manifest, arg2: URL): Package

    Attributes
    protected[net]
    Definition Classes
    URLClassLoader
    Annotations
    @throws()
  27. 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
    Annotations
    @throws()
  28. def ensuring(cond: (URLClassLoader) ⇒ Boolean, msg: ⇒ Any): URLClassLoader

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

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

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

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

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

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

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

    Definition Classes
    ScalaClassLoader → ClassLoader
  36. def findLibrary(arg0: String): String

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  38. def findResource(arg0: String): URL

    Definition Classes
    URLClassLoader → ClassLoader
  39. def findResources(arg0: String): Enumeration[URL]

    Definition Classes
    URLClassLoader → ClassLoader
    Annotations
    @throws()
  40. final def findSystemClass(arg0: String): Class[_]

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

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

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

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

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

    Definition Classes
    ClassLoader
  46. def getPermissions(arg0: CodeSource): PermissionCollection

    Attributes
    protected[net]
    Definition Classes
    URLClassLoader → SecureClassLoader
  47. def getResource(arg0: String): URL

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

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

    Definition Classes
    ClassLoader
    Annotations
    @throws()
  50. def getURLs(): Array[URL]

    Definition Classes
    URLClassLoader
  51. def hashCode(): Int

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

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

    Definition Classes
    ScalaClassLoader → ClassLoader
  54. def loadClass(arg0: String): Class[_]

    Definition Classes
    ClassLoader
    Annotations
    @throws()
  55. def loaderChain: List[ScalaClassLoader]

    A list comprised of this classloader followed by all its (non-null) parent classloaders, if any.

    A list comprised of this classloader followed by all its (non-null) parent classloaders, if any.

    Definition Classes
    ScalaClassLoader
  56. final def ne(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  60. def run(objectName: String, arguments: Seq[String]): Unit

    Run the main method of a class to be loaded by this classloader

    Run the main method of a class to be loaded by this classloader

    Definition Classes
    ScalaClassLoader
  61. val self: Any

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  62. val self: Any

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  63. def setAsContext(): Unit

    Definition Classes
    ScalaClassLoader
  64. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit

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

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

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

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

    Definition Classes
    AnyRef
  69. def toLongString: String

  70. def toString(): String

    Definition Classes
    ScalaClassLoader → AnyRef → Any
  71. def trace: Boolean

    Override to see classloader activity traced

    Override to see classloader activity traced

    Attributes
    protected
    Definition Classes
    ScalaClassLoader
  72. def tryToInitializeClass[T <: AnyRef](path: String): Option[Class[T]]

    Load, link and initialize a class with this classloader

    Load, link and initialize a class with this classloader

    Definition Classes
    ScalaClassLoader
  73. def tryToLoadClass[T <: AnyRef](path: String): Option[Class[T]]

    Load and link a class with this classloader

    Load and link a class with this classloader

    Definition Classes
    ScalaClassLoader
  74. final def wait(): Unit

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

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

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

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

Deprecated Value Members

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @Deprecated @deprecated @throws()
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def x: URLClassLoader

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

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: URLClassLoader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to Ensuring[URLClassLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from HasClassPath

Inherited from ScalaClassLoader

Inherited from URLClassLoader

Inherited from SecureClassLoader

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from URLClassLoader to StringFormat

Inherited by implicit conversion any2stringadd from URLClassLoader to StringAdd

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

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