Class JavaPattern

java.lang.Object
dev.archunitjava.pattern.JavaPattern

public final class JavaPattern extends Object
An immutable pattern compiled once for repeated matching.

Matching is always against the complete candidate. In glob syntax, * matches zero or more characters except the domain separator, ? matches one non-separator character, and ** may cross separators. A backslash quotes the following glob character.