JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
H
M
N
S
C
CASE_INSENSITIVE
- Static variable in class com.hrakaroo.glob.
GlobPattern
Instructs the matcher to do case-insensitive comparisons.
com.hrakaroo.glob
- package com.hrakaroo.glob
This package provides a glob style pattern matcher for strings.
compile(String)
- Static method in class com.hrakaroo.glob.
GlobPattern
Compile the given glob string using '*' for the wildcard and '?' for the match one character.
compile(String, char, char, int)
- Static method in class com.hrakaroo.glob.
GlobPattern
Compile the given glob pattern and return a GlobPattern Matching.
G
GlobPattern
- Class in
com.hrakaroo.glob
This class is responsible for compiling the given pattern into one of the Matching Engines.
H
HANDLE_ESCAPES
- Static variable in class com.hrakaroo.glob.
GlobPattern
Instructs the compiler to handle escape sequences like \% \n and \t.
M
matches(String)
- Method in interface com.hrakaroo.glob.
MatchingEngine
Ask if the compiled glob pattern matches the given string.
MatchingEngine
- Interface in
com.hrakaroo.glob
Interface to a matcher which is responsible for matching the compiled glob pattern against the given input string.
matchingSizeInBytes()
- Method in interface com.hrakaroo.glob.
MatchingEngine
Estimate the size of running the matches method in bytes.
N
NULL_CHARACTER
- Static variable in class com.hrakaroo.glob.
GlobPattern
If the null character is specified as either the wildcard or match-one character then that feature will be disabled.
S
staticSizeInBytes()
- Method in interface com.hrakaroo.glob.
MatchingEngine
Get the static size of the matcher in bytes.
C
G
H
M
N
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes