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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to any2stringadd[AbstractFileClassLoader] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AbstractFileClassLoader, B)
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ArrowAssoc[AbstractFileClassLoader] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
asContext[T](action: ⇒ T): T
- Definition Classes
- ScalaClassLoader
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
classAsStream(className: String): java.io.InputStream
- Definition Classes
- ScalaClassLoader
-
def
classBytes(className: String): Array[Byte]
- Definition Classes
- ScalaClassLoader
-
def
classNameToPath(name: String): String
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader
-
def
clearAssertionStatus(): Unit
- Definition Classes
- ClassLoader
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
defineClass(arg0: String, arg1: ByteBuffer, arg2: ProtectionDomain): Class[_]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws( classOf[java.lang.ClassFormatError] )
-
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] )
-
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] )
-
def
definePackage(name: String, specTitle: String, specVersion: String, specVendor: String, implTitle: String, implVersion: String, implVendor: String, sealBase: URL): Package
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
def
dirNameToPath(name: String): String
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader
-
def
ensuring(cond: (AbstractFileClassLoader) ⇒ Boolean, msg: ⇒ Any): AbstractFileClassLoader
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to Ensuring[AbstractFileClassLoader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AbstractFileClassLoader) ⇒ Boolean): AbstractFileClassLoader
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to Ensuring[AbstractFileClassLoader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AbstractFileClassLoader
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to Ensuring[AbstractFileClassLoader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AbstractFileClassLoader
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to Ensuring[AbstractFileClassLoader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAbstractDir(name: String): AbstractFile
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader
-
def
findAbstractFile(name: String): AbstractFile
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader
-
def
findClass(name: String): Class[_]
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
def
findLibrary(arg0: String): String
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
-
final
def
findLoadedClass(arg0: String): Class[_]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
-
def
findResource(name: String): URL
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
def
findResources(name: String): java.util.Enumeration[URL]
- Attributes
- protected
- Definition Classes
- AbstractFileClassLoader → ClassLoader
-
final
def
findSystemClass(arg0: String): Class[_]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws( ... )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to StringFormat[AbstractFileClassLoader] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClassLoadingLock(arg0: String): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- 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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadClass(arg0: String, arg1: Boolean): Class[_]
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
- Annotations
- @throws( ... )
-
def
loadClass(arg0: String): Class[_]
- Definition Classes
- ClassLoader
- Annotations
- @throws( ... )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
protectionDomain: ProtectionDomain
- Definition Classes
- AbstractFileClassLoader
-
final
def
resolveClass(arg0: Class[_]): Unit
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
-
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
-
final
def
setSigners(arg0: Class[_], arg1: Array[AnyRef]): Unit
- Attributes
- protected[lang]
- Definition Classes
- ClassLoader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tryToInitializeClass[T <: AnyRef](path: String): Option[Class[T]]
- Definition Classes
- ScalaClassLoader
-
def
tryToLoadClass[T <: AnyRef](path: String): Option[Class[T]]
- Definition Classes
- ScalaClassLoader
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (AbstractFileClassLoader, B)
- Implicit
- This member is added by an implicit conversion from AbstractFileClassLoader to ArrowAssoc[AbstractFileClassLoader] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
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
Deprecated Value Members
-
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
The Scala compiler and reflection APIs.