Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ FilePattern
Method
FilePattern
jOOQ/src/main/java/org/jooq/FilePattern.java:94–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
private
final
Pattern regexForLoad;
93
94
public
FilePattern() {
95
this(
96
(Sort) null,
97
(File) null,
98
"**"
,
99
"UTF-8"
100
);
101
}
102
103
private
FilePattern(
104
Sort sort,
Callers
nothing calls this directly
Calls
3
fileComparator
Method · 0.95
regex
Method · 0.95
compile
Method · 0.45
Tested by
no test coverage detected