Packages

o

scala.tools.util

VerifyClass

object VerifyClass

Source
VerifyClass.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerifyClass
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def checkClasses(name: String, cl: ClassLoader): Map[String, Option[String]]
  2. def checkClassesInDir(name: String, cl: ClassLoader): Map[String, Option[String]]
  3. def checkClassesInJar(name: String, cl: ClassLoader): Map[String, Option[String]]
  4. def main(args: Array[String]): Unit
  5. def run(args: Array[String]): Map[String, String]

    Attempts to load all classes on the classpath defined in the args string array.

    Attempts to load all classes on the classpath defined in the args string array. This method is meant to be used via reflection from tools like sbt or Ant.