ExcludePackagesFilter

sbt.internal.inc.classpath.ExcludePackagesFilter
final class ExcludePackagesFilter(exclude: Iterable[String]) extends PackageFilter

Excludes class names that begin with one of the packages in exclude. Each package name in packages must end with a .

Attributes

Graph
Supertypes
trait ClassFilter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def include(className: String): Boolean

Inherited methods

final protected def matches(className: String): Boolean

Attributes

Inherited from:
PackageFilter