scala.tools.nsc.util.ScalaClassLoader

URLClassLoader

class URLClassLoader extends java.net.URLClassLoader with ScalaClassLoader with HasClassPath

Source
ScalaClassLoader.scala
Linear Supertypes
HasClassPath, ScalaClassLoader, java.net.URLClassLoader, SecureClassLoader, ClassLoader, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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 apply
  2. by apply
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. 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 classPathURLs: Seq[URL]

    Definition Classes
    URLClassLoaderHasClassPath
  14. def clearAssertionStatus(): Unit

    Definition Classes
    ClassLoader
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. 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
  17. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: CodeSource): Class[_]

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

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

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

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

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

    Attributes
    protected[java.net]
    Definition Classes
    URLClassLoader
    Annotations
    @throws()
  23. 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()
  24. 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
  25. 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
  26. 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
  27. 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
  28. final def eq(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[java.net]
    Definition Classes
    URLClassLoader → ClassLoader
    Annotations
    @throws()
  32. def findLibrary(arg0: String): String

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  37. 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()
  38. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    ClassLoader
  45. def getResources(arg0: String): java.util.Enumeration[URL]

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

    Definition Classes
    URLClassLoader
  47. def hashCode(): Int

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

    Definition Classes
    Any
  49. def loadClass(arg0: String, arg1: Boolean): Class[_]

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  50. def loadClass(arg0: String): Class[_]

    Definition Classes
    ClassLoader
    Annotations
    @throws()
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    ClassLoader
  55. 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
  56. def setAsContext(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. 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
  64. 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
  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  68. 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

Shadowed Implict Value Members

  1. def asContext[T](action: ⇒ T): T

    Executing an action with this classloader as context classloader

    Executing an action with this classloader as context classloader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).asContext(action)
    Definition Classes
    ScalaClassLoader
  2. def asContext[T](action: ⇒ T): T

    Executing an action with this classloader as context classloader

    Executing an action with this classloader as context classloader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).asContext(action)
    Definition Classes
    ScalaClassLoader
  3. 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.

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).classAsStream(className)
    Definition Classes
    ScalaClassLoader
  4. 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.

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).classAsStream(className)
    Definition Classes
    ScalaClassLoader
  5. 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.

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).classBytes(className)
    Definition Classes
    ScalaClassLoader
  6. 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.

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).classBytes(className)
    Definition Classes
    ScalaClassLoader
  7. def clearAssertionStatus(): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).clearAssertionStatus()
    Definition Classes
    ClassLoader
  8. def clearAssertionStatus(): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).clearAssertionStatus()
    Definition Classes
    ClassLoader
  9. def create(path: String): AnyRef

    Create an instance of a class with this classloader

    Create an instance of a class with this classloader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).create(path)
    Definition Classes
    ScalaClassLoader
  10. def create(path: String): AnyRef

    Create an instance of a class with this classloader

    Create an instance of a class with this classloader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).create(path)
    Definition Classes
    ScalaClassLoader
  11. final def getParent(): ClassLoader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getParent()
    Definition Classes
    ClassLoader
  12. final def getParent(): ClassLoader

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getParent()
    Definition Classes
    ClassLoader
  13. def getResource(arg0: String): URL

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResource(arg0)
    Definition Classes
    ClassLoader
  14. def getResource(arg0: String): URL

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResource(arg0)
    Definition Classes
    ClassLoader
  15. def getResourceAsStream(arg0: String): InputStream

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResourceAsStream(arg0)
    Definition Classes
    ClassLoader
  16. def getResourceAsStream(arg0: String): InputStream

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResourceAsStream(arg0)
    Definition Classes
    ClassLoader
  17. def getResources(arg0: String): java.util.Enumeration[URL]

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResources(arg0)
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  18. def getResources(arg0: String): java.util.Enumeration[URL]

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).getResources(arg0)
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  19. def loadClass(arg0: String): Class[_]

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).loadClass(arg0)
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  20. def loadClass(arg0: String): Class[_]

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).loadClass(arg0)
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  21. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).run(objectName, arguments)
    Definition Classes
    ScalaClassLoader
  22. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).run(objectName, arguments)
    Definition Classes
    ScalaClassLoader
  23. val self: Any

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (uRLClassLoader: StringAdd).self
    Definition Classes
    StringAdd
  24. val self: Any

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (uRLClassLoader: StringFormat).self
    Definition Classes
    StringFormat
  25. def setAsContext(): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setAsContext()
    Definition Classes
    ScalaClassLoader
  26. def setAsContext(): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setAsContext()
    Definition Classes
    ScalaClassLoader
  27. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setClassAssertionStatus(arg0, arg1)
    Definition Classes
    ClassLoader
  28. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setClassAssertionStatus(arg0, arg1)
    Definition Classes
    ClassLoader
  29. def setDefaultAssertionStatus(arg0: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setDefaultAssertionStatus(arg0)
    Definition Classes
    ClassLoader
  30. def setDefaultAssertionStatus(arg0: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setDefaultAssertionStatus(arg0)
    Definition Classes
    ClassLoader
  31. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setPackageAssertionStatus(arg0, arg1)
    Definition Classes
    ClassLoader
  32. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).setPackageAssertionStatus(arg0, arg1)
    Definition Classes
    ClassLoader
  33. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).tryToInitializeClass(path)
    Definition Classes
    ScalaClassLoader
  34. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).tryToInitializeClass(path)
    Definition Classes
    ScalaClassLoader
  35. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).tryToLoadClass(path)
    Definition Classes
    ScalaClassLoader
  36. 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

    Implicit information
    This member is added by an implicit conversion from URLClassLoader to ScalaClassLoader performed by method apply in scala.tools.nsc.util.ScalaClassLoader.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (uRLClassLoader: ScalaClassLoader).tryToLoadClass(path)
    Definition Classes
    ScalaClassLoader

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()
    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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (uRLClassLoader: ArrowAssoc[URLClassLoader]).x
    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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (uRLClassLoader: Ensuring[URLClassLoader]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from HasClassPath

Inherited from ScalaClassLoader

Inherited from java.net.URLClassLoader

Inherited from SecureClassLoader

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from URLClassLoader to ScalaClassLoader

Inherited by implicit conversion apply from URLClassLoader to ScalaClassLoader

Inherited by implicit conversion any2stringadd from URLClassLoader to StringAdd

Inherited by implicit conversion any2stringfmt from URLClassLoader to StringFormat

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

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

Ungrouped