ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
RegexFactory
Class RegexFactory
Index
Constructors
constructor
Methods
file
Name
Matcher
class
Name
Matcher
folder
Matcher
path
Matcher
exact
File
Matcher
Constructors
constructor
new
RegexFactory
()
:
RegexFactory
Returns
RegexFactory
Methods
Static
file
Name
Matcher
fileNameMatcher
(
name
:
Pattern
,
options
?:
PatternOptions
)
:
Filter
Parameters
name
:
Pattern
Optional
options
:
PatternOptions
Returns
Filter
Static
class
Name
Matcher
classNameMatcher
(
name
:
Pattern
,
options
?:
PatternOptions
)
:
Filter
Parameters
name
:
Pattern
Optional
options
:
PatternOptions
Returns
Filter
Static
folder
Matcher
folderMatcher
(
folder
:
Pattern
,
options
?:
PatternOptions
)
:
Filter
Parameters
folder
:
Pattern
Optional
options
:
PatternOptions
Returns
Filter
Static
path
Matcher
pathMatcher
(
path
:
Pattern
,
options
?:
PatternOptions
)
:
Filter
Parameters
path
:
Pattern
Optional
options
:
PatternOptions
Returns
Filter
Static
exact
File
Matcher
exactFileMatcher
(
filePath
:
string
)
:
Filter
Creates a filter for exact file path matching
Parameters
filePath
:
string
Exact file path to match
Returns
Filter
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
file
Name
Matcher
class
Name
Matcher
folder
Matcher
path
Matcher
exact
File
Matcher
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...
Creates a filter for exact file path matching