ClasspathHelper

replpp.util.ClasspathHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create(config: Config, quiet: Boolean): String

Concatenates the classpath from multiple sources, each are required for different scenarios:

Concatenates the classpath from multiple sources, each are required for different scenarios:

  • java.class.path system property
  • jars from current class loader (recursively)
  • dependency artifacts as passed via (command-line) configuration The exact behaviour regarding inherited classpath (java.class.path and outer classloader) can be configured via `Config.ForClasspath

To have reproducible results, we order the classpath entries. This may interfere with the user's deliberate choice of order, but since we need to concatenate the classpath from different sources, the user can't really depend on the order anyway.

Attributes

def create(entries: Seq[String]): String