object ClassPath
- Source
- ClassPath.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassPath
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed abstract
class
ClassPathContext extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.0) shim for sbt's compiler interface
-
sealed abstract
class
JavaContext extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.0) shim for sbt's compiler interface
Value Members
- val RootPackage: String
-
def
expandDir(extdir: String): List[String]
Expand dir out to contents, a la extdir
-
def
expandManifestPath(jarPath: String): List[URL]
Expand manifest jar classpath entries: these are either urls, or paths relative to the location of the jar.
-
def
expandPath(path: String, expandStar: Boolean = true): List[String]
Expand path and possibly expanding stars
-
def
join(paths: String*): String
Join classpath using platform-dependent path separator
- def manifests: List[URL]
-
def
map(cp: String, f: (String) ⇒ String): String
Split the classpath, apply a transformation function, and reassemble it.
- def specToURL(spec: String): Option[URL]
-
def
split(path: String): List[String]
Split classpath using platform-dependent path separator
The Scala compiler and reflection APIs.