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 classPath: ClassPath[_]

  14. def classPathURLs: Seq[URL]

    Definition Classes
    URLClassLoaderHasClassPath
  15. def clearAssertionStatus(): Unit

    Definition Classes
    ClassLoader
  16. def clone(): AnyRef

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

    Definition Classes
    ScalaClassLoader
  18. 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
  19. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: CodeSource): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    URLClassLoader
  49. def hashCode(): Int

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

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

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

    Definition Classes
    ClassLoader
    Annotations
    @throws()
  53. 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
  54. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  65. def toLongString: String

  66. def toString(): String

    Definition Classes
    AnyRef → Any
  67. 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
  68. 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
  69. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  72. 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 constructorsOf[T <: AnyRef](implicit arg0: ClassTag[T]): List[Constructor[T]]

    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).constructorsOf(arg0)
    Definition Classes
    ScalaClassLoader
  10. def constructorsOf[T <: AnyRef](implicit arg0: ClassTag[T]): List[Constructor[T]]

    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).constructorsOf(arg0)
    Definition Classes
    ScalaClassLoader
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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()
  20. 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()
  21. 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()
  22. 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()
  23. 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.

    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).loaderChain
    Definition Classes
    ScalaClassLoader
  24. 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.

    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).loaderChain
    Definition Classes
    ScalaClassLoader
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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