PackageNameFilter

scribe.filter.PackageNameFilter$

Filters based on the package name

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def apply(exact: String): Filter

Attributes

Inherited from:
FilterMatcher
def contains(value: String): Filter

Attributes

Inherited from:
FilterMatcher
def endsWith(value: String): Filter

Attributes

Inherited from:
FilterMatcher
def regex(regex: String): Filter

Attributes

Inherited from:
FilterMatcher
def startsWith(value: String): Filter

Attributes

Inherited from:
FilterMatcher