Packages

final class PathResolver extends AnyRef

Source
PathResolver.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathResolver
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PathResolver(settings: Settings, closeableRegistry: CloseableRegistry = new CloseableRegistry)

Value Members

  1. def containers: collection.immutable.List[ClassPath]
  2. def result: ClassPath
  3. def resultAsURLs: Seq[URL]
  4. object Calculated

    Calculated values based on any given command line options, falling back on those in Defaults.

Deprecated Value Members

  1. def asURLs: List[URL]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.5) Use resultAsURLs instead of this one