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 .

class Object
trait Matchable
class Any

Value members

Concrete methods

def include(className: String): Boolean

Inherited methods

final protected def matches(className: String): Boolean
Inherited from:
PackageFilter