ClassPath

object ClassPath
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(paths: Seq[File]): ClassPath

Constructs ClassPath from given list of strings validating them first.

Constructs ClassPath from given list of strings validating them first.

Returns the default classpath string.

Returns the default classpath string.

def extract(classLoader: ClassLoader, default: => String): ClassPath

Extracts the classpath from the classLoader, using the classgraph library.

Extracts the classpath from the classLoader, using the classgraph library.