Member version of static isGenericGlob. Uses pattern as argument.
Member version of static isLiteral. Uses pattern as argument.
Member version of static isSuffix. Uses pattern as argument.
Check if glob pattern is something else besides literal and suffix.
Check if glob pattern is literal, i.e. does not have special glob match characters.
Check if glob pattern is suffix, i.e. starts with '*' and does not have special glob match characters in the rest of pattern.
Tells whether the pattern should be considered case sensitive or not.
Glob pattern as string.
Priority of pattern.
Glob pattern for detecting MIME type of file by its name.