scala.tools.nsc.interpreter

AbstractFileClassLoader

class AbstractFileClassLoader extends ClassLoader with ScalaClassLoader

A class loader that loads files from a scala.tools.nsc.io.AbstractFile.

Source
AbstractFileClassLoader.scala
Linear Supertypes
ScalaClassLoader, ClassLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractFileClassLoader
  2. ScalaClassLoader
  3. ClassLoader
  4. AnyRef
  5. 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 AbstractFileClassLoader(root: AbstractFile, 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 AbstractFileClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AbstractFileClassLoader, B)

    Implicit information
    This member is added by an implicit conversion from AbstractFileClassLoader to ArrowAssoc[AbstractFileClassLoader] 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 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
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. 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
  11. def classBytes(name: 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
    AbstractFileClassLoaderScalaClassLoader
  12. def classLoaderLog(msg: ⇒ String): Unit

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

    Attributes
    protected
    Definition Classes
    ScalaClassLoader
  14. def classNameToPath(name: String): String

    Attributes
    protected
  15. def clearAssertionStatus(): Unit

    Definition Classes
    ClassLoader
  16. def clone(): AnyRef

    Attributes
    protected[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: ProtectionDomain): Class[_]

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

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
    Annotations
    @throws()
  22. def definePackage(name: String, specTitle: String, specVersion: String, specVendor: String, implTitle: String, implVersion: String, implVendor: String, sealBase: URL): Package

    Definition Classes
    AbstractFileClassLoader → ClassLoader
  23. def dirNameToPath(name: String): String

    Attributes
    protected
  24. def ensuring(cond: (AbstractFileClassLoader) ⇒ Boolean, msg: ⇒ Any): AbstractFileClassLoader

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

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

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

    Implicit information
    This member is added by an implicit conversion from AbstractFileClassLoader to Ensuring[AbstractFileClassLoader] 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def findAbstractDir(name: String): AbstractFile

    Attributes
    protected
  32. def findAbstractFile(name: String): AbstractFile

    Attributes
    protected
  33. def findClass(name: String): JClass

    Definition Classes
    AbstractFileClassLoaderScalaClassLoader → ClassLoader
  34. def findLibrary(arg0: String): String

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

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  37. def findResources(arg0: String): Enumeration[URL]

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

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

    Implicit information
    This member is added by an implicit conversion from AbstractFileClassLoader 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(name: String): Package

    Definition Classes
    AbstractFileClassLoader → ClassLoader
  42. def getPackages(): Array[Package]

    Definition Classes
    AbstractFileClassLoader → ClassLoader
  43. final def getParent(): ClassLoader

    Definition Classes
    ClassLoader
  44. def getResource(arg0: String): URL

    Definition Classes
    ClassLoader
  45. def getResourceAsStream(name: String): InputStream

    Definition Classes
    AbstractFileClassLoader → ClassLoader
  46. def getResources(arg0: String): Enumeration[URL]

    Definition Classes
    ClassLoader
    Annotations
    @throws()
  47. def hashCode(): Int

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

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

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

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

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    ClassLoader
  56. 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
  57. val self: Any

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

    Implicit information
    This member is added by an implicit conversion from AbstractFileClassLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  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[lang]
    Definition Classes
    ClassLoader
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. def toString(): String

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

    Override to see classloader activity traced

    Override to see classloader activity traced

    Attributes
    protected
    Definition Classes
    AbstractFileClassLoaderScalaClassLoader
  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): (AbstractFileClassLoader, B)

    Implicit information
    This member is added by an implicit conversion from AbstractFileClassLoader to ArrowAssoc[AbstractFileClassLoader] 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: AbstractFileClassLoader

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

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: AbstractFileClassLoader

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ScalaClassLoader

Inherited from ClassLoader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from AbstractFileClassLoader to StringFormat

Inherited by implicit conversion any2stringadd from AbstractFileClassLoader to StringAdd

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

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