Attributes
Members list
Type members
Classlikes
Classpath configuration: specify additional dependencies via maven coordinates and resolvers, as well as configure the handling of the inherited classpath (i.e. how we handle the jars that we get from java.class.path
system property as well as the current class loaders, recursively).
Classpath configuration: specify additional dependencies via maven coordinates and resolvers, as well as configure the handling of the inherited classpath (i.e. how we handle the jars that we get from java.class.path
system property as well as the current class loaders, recursively).
You can either inherit the entire outer classpath via inheritEntireClasspath == true
or specify an 'includes list' of regexes for jars to keep. Additionally (in combination with both options) you can specify an 'excludes list' of jars to be excluded. Note that the 'includes list' has a default list ForClasspath.DefaultInheritClasspathIncludes
.
Implementation note: the includes and excludes lists use String
as the list member type because Regex
defines equality etc. differently, which breaks common case class conventions.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ForClasspath.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror