object ClassPath

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

Deprecated Type Members

  1. sealed abstract class ClassPathContext extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) shim for sbt's compiler interface

  2. sealed abstract class JavaContext extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) shim for sbt's compiler interface

Value Members

  1. val RootPackage: String
  2. def expandDir(extdir: String): List[String]

    Expand dir out to contents, a la extdir

  3. def expandManifestPath(jarPath: String): List[URL]

    Expand manifest jar classpath entries: these are either urls, or paths relative to the location of the jar.

  4. def expandPath(path: String, expandStar: Boolean): List[String]

    Expand path and possibly expanding stars

  5. def join(paths: String*): String

    Join classpath using platform-dependent path separator

  6. def manifests: List[URL]
  7. def map(cp: String, f: (String) => String): String

    Split the classpath, apply a transformation function, and reassemble it.

  8. def specToURL(spec: String): Option[URL]
  9. def split(path: String): List[String]

    Split classpath using platform-dependent path separator