IncludePackagesFilter

final class IncludePackagesFilter(include: Iterable[String]) extends PackageFilter

Includes class names that begin with one of the packages in include. Each package name in include 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