class AbstractFileClassLoader extends util.AbstractFileClassLoader
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) Use
scala.tools.nsc.util.AbstractFileClassLoader
- Source
- AbstractFileClassLoader.scala
- Alphabetic
- By Inheritance
- AbstractFileClassLoader
- AbstractFileClassLoader
- ScalaClassLoader
- ClassLoader
- AnyRef
- Any
- by apply
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AbstractFileClassLoader(root: AbstractFile, parent: ClassLoader)
Value Members
-
def
asContext[T](action: ⇒ T): T
- Definition Classes
- ScalaClassLoader
-
def
classAsStream(className: String): java.io.InputStream
- Definition Classes
- ScalaClassLoader
-
def
classBytes(className: String): Array[Byte]
- Definition Classes
- ScalaClassLoader
-
def
clearAssertionStatus(): Unit
- Definition Classes
- ClassLoader
-
def
create[T <: AnyRef](path: String, errorFn: (String) ⇒ Unit)(args: AnyRef*)(implicit arg0: ClassTag[T]): T
- Definition Classes
- ScalaClassLoader
-
def
create(path: String): AnyRef
- Definition Classes
- ScalaClassLoader
-
def
definePackage(name: String, specTitle: String, specVersion: String, specVendor: String, implTitle: String, implVersion: String, implVendor: String, sealBase: URL): Package
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
def
getPackage(name: String): Package
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
def
getPackages(): Array[Package]
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
final
def
getParent(): ClassLoader
- Definition Classes
- ClassLoader
- Annotations
- @CallerSensitive()
-
def
getResource(arg0: String): URL
- Definition Classes
- ClassLoader
-
def
getResourceAsStream(arg0: String): java.io.InputStream
- Definition Classes
- ClassLoader
-
def
getResources(arg0: String): java.util.Enumeration[URL]
- Definition Classes
- ClassLoader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
loadClass(arg0: String): Class[_]
- Definition Classes
- ClassLoader
- Annotations
- @throws( ... )
-
lazy val
protectionDomain: ProtectionDomain
- Definition Classes
- AbstractFileClassLoader
-
val
root: AbstractFile
- Definition Classes
- AbstractFileClassLoader
-
def
run(objectName: String, arguments: Seq[String]): Unit
- Definition Classes
- ScalaClassLoader
-
def
setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
- Definition Classes
- ClassLoader
-
def
setDefaultAssertionStatus(arg0: Boolean): Unit
- Definition Classes
- ClassLoader
-
def
setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
- Definition Classes
- ClassLoader
-
def
tryToInitializeClass[T <: AnyRef](path: String): Option[Class[T]]
- Definition Classes
- ScalaClassLoader
-
def
tryToLoadClass[T <: AnyRef](path: String): Option[Class[T]]
- Definition Classes
- ScalaClassLoader
Shadowed Implicit Value Members
-
def
asContext[T](action: ⇒ T): T
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).asContext(action)
- Definition Classes
- ScalaClassLoader
-
def
classAsStream(className: String): java.io.InputStream
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).classAsStream(className)
- Definition Classes
- ScalaClassLoader
-
def
classBytes(className: String): Array[Byte]
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).classBytes(className)
- Definition Classes
- ScalaClassLoader
-
def
clearAssertionStatus(): Unit
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).clearAssertionStatus()
- Definition Classes
- ClassLoader
-
def
create[T <: AnyRef](path: String, errorFn: (String) ⇒ Unit)(args: AnyRef*)(implicit arg0: ClassTag[T]): T
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).create(path, errorFn)(args)(arg0)
- Definition Classes
- ScalaClassLoader
-
def
create(path: String): AnyRef
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).create(path)
- Definition Classes
- ScalaClassLoader
-
final
def
getParent(): ClassLoader
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).getParent()
- Definition Classes
- ClassLoader
- Annotations
- @CallerSensitive()
-
def
getResource(arg0: String): URL
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).getResource(arg0)
- Definition Classes
- ClassLoader
-
def
getResourceAsStream(arg0: String): java.io.InputStream
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).getResourceAsStream(arg0)
- Definition Classes
- ClassLoader
-
def
getResources(arg0: String): java.util.Enumeration[URL]
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).getResources(arg0)
- Definition Classes
- ClassLoader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
loadClass(arg0: String): Class[_]
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).loadClass(arg0)
- Definition Classes
- ClassLoader
- Annotations
- @throws( ... )
-
def
run(objectName: String, arguments: Seq[String]): Unit
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).run(objectName, arguments)
- Definition Classes
- ScalaClassLoader
-
def
setClassAssertionStatus(arg0: String, arg1: Boolean): Unit
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).setClassAssertionStatus(arg0, arg1)
- Definition Classes
- ClassLoader
-
def
setDefaultAssertionStatus(arg0: Boolean): Unit
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).setDefaultAssertionStatus(arg0)
- Definition Classes
- ClassLoader
-
def
setPackageAssertionStatus(arg0: String, arg1: Boolean): Unit
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).setPackageAssertionStatus(arg0, arg1)
- Definition Classes
- ClassLoader
-
def
tryToInitializeClass[T <: AnyRef](path: String): Option[Class[T]]
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).tryToInitializeClass(path)
- Definition Classes
- ScalaClassLoader
-
def
tryToLoadClass[T <: AnyRef](path: String): Option[Class[T]]
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ScalaClassLoader performed by method apply in scala.reflect.internal.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:(abstractFileClassLoader: ScalaClassLoader).tryToLoadClass(path)
- Definition Classes
- ScalaClassLoader
The Scala compiler and reflection APIs.