Packages

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

Linear Supertypes
HasClassPath, ScalaClassLoader, java.net.URLClassLoader, Closeable, AutoCloseable, SecureClassLoader, ClassLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URLClassLoader
  2. HasClassPath
  3. ScalaClassLoader
  4. URLClassLoader
  5. Closeable
  6. AutoCloseable
  7. SecureClassLoader
  8. ClassLoader
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URLClassLoader(urls: Seq[URL], parent: ClassLoader)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addURL(url: URL): Unit

    Override to widen to public

    Override to widen to public

    Definition Classes
    URLClassLoader → URLClassLoader
  5. 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
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. 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
  8. 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
  9. def classPathURLs: Seq[URL]
    Definition Classes
    URLClassLoaderHasClassPath
  10. def clearAssertionStatus(): Unit
    Definition Classes
    ClassLoader
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def close(): Unit
    Definition Classes
    URLClassLoader → URLClassLoader → Closeable → AutoCloseable
  13. def create[T <: AnyRef](path: String, errorFn: (String) ⇒ Unit)(args: AnyRef*)(implicit arg0: ClassTag[T]): T

    Create an instance with ctor args, or invoke errorFn before throwing.

    Create an instance with ctor args, or invoke errorFn before throwing.

    Definition Classes
    ScalaClassLoader
  14. 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
  15. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: CodeSource): Class[_]
    Attributes
    protected[security]
    Definition Classes
    SecureClassLoader
  16. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int, arg4: CodeSource): Class[_]
    Attributes
    protected[security]
    Definition Classes
    SecureClassLoader
  17. final def defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  18. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int, arg4: ProtectionDomain): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  19. final def defineClass(arg0: String, arg1: Array[Byte], arg2: Int, arg3: Int): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] )
  20. def definePackage(arg0: String, arg1: java.util.jar.Manifest, arg2: URL): Package
    Attributes
    protected[net]
    Definition Classes
    URLClassLoader
    Annotations
    @throws( ... )
  21. 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( ... )
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def findClass(arg0: String): Class[_]
    Attributes
    protected[net]
    Definition Classes
    URLClassLoader → ClassLoader
    Annotations
    @throws( ... )
  26. def findLibrary(arg0: String): String
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  27. final def findLoadedClass(arg0: String): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  28. def findResource(arg0: String): URL
    Definition Classes
    URLClassLoader → ClassLoader
  29. def findResources(arg0: String): java.util.Enumeration[URL]
    Definition Classes
    URLClassLoader → ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  30. final def findSystemClass(arg0: String): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getClassLoadingLock(arg0: String): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  33. def getPackage(arg0: String): Package
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  34. def getPackages(): Array[Package]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  35. final def getParent(): ClassLoader
    Definition Classes
    ClassLoader
    Annotations
    @CallerSensitive()
  36. def getPermissions(arg0: CodeSource): PermissionCollection
    Attributes
    protected[net]
    Definition Classes
    URLClassLoader → SecureClassLoader
  37. def getResource(arg0: String): URL
    Definition Classes
    ClassLoader
  38. def getResourceAsStream(arg0: String): InputStream
    Definition Classes
    URLClassLoader → ClassLoader
  39. def getResources(arg0: String): java.util.Enumeration[URL]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def getURLs(): Array[URL]
    Definition Classes
    URLClassLoader
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def loadClass(arg0: String, arg1: Boolean): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  44. def loadClass(arg0: String): Class[_]
    Definition Classes
    ClassLoader
    Annotations
    @throws( ... )
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def resolveClass(arg0: Class[_]): Unit
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  49. 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
  50. def setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  51. def setDefaultAssertionStatus(arg0: Boolean): Unit
    Definition Classes
    ClassLoader
  52. def setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
    Definition Classes
    ClassLoader
  53. final def setSigners(arg0: Class[_], arg1: Array[AnyRef]): Unit
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. 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
  57. 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
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. final def defineClass(arg0: Array[Byte], arg1: Int, arg2: Int): Class[_]
    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws( classOf[java.lang.ClassFormatError] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HasClassPath

Inherited from ScalaClassLoader

Inherited from java.net.URLClassLoader

Inherited from Closeable

Inherited from AutoCloseable

Inherited from SecureClassLoader

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Ungrouped