PathFinder

sbt.io.PathFinder
See thePathFinder companion class
object PathFinder

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PathFinder.type

Members list

Type members

Classlikes

object Combinator

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Combinator.type
sealed trait Combinator

Attributes

Companion
object
Supertypes
class Any
Known subtypes

Value members

Concrete methods

def apply(file: File): PathFinder
def apply(files: => Iterable[File]): PathFinder
def strict(files: Iterable[File]): PathFinder

Concrete fields

A PathFinder that always produces the empty set of Paths.

A PathFinder that always produces the empty set of Paths.

Attributes