Packages

c

scala.tools.nsc

WhiteListClasspath

class WhiteListClasspath extends AggregateClassPath

Linear Supertypes
AggregateClassPath, Serializable, java.io.Serializable, Product, Equals, ClassPath, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WhiteListClasspath
  2. AggregateClassPath
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. ClassPath
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WhiteListClasspath(aggregates: Seq[ClassPath], whitelist: Set[Seq[String]])

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. val aggregates: Seq[ClassPath]
    Definition Classes
    AggregateClassPath
  5. def asClassPathString: String
    Definition Classes
    ClassPath
  6. def asClassPathStrings: Seq[String]
    Definition Classes
    AggregateClassPath → ClassPath
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asSourcePathString: String
    Definition Classes
    AggregateClassPath → ClassPath
  9. def asURLs: Seq[URL]
    Definition Classes
    AggregateClassPath → ClassPath
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findClass(className: String): Option[ClassRepresentation]
    Definition Classes
    AggregateClassPath → ClassPath
  14. def findClassFile(name: String): Option[AbstractFile]
    Definition Classes
    WhiteListClasspath → AggregateClassPath → ClassPath
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(inPackage: String): ClassPathEntries
    Definition Classes
    WhiteListClasspath → AggregateClassPath → ClassPath
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def asClasspathString: String
    Definition Classes
    ClassPath
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.5) use asClassPathString instead of this one

Inherited from AggregateClassPath

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from ClassPath

Inherited from AnyRef

Inherited from Any

Ungrouped