Uses of Class
com.google.common.jimfs.GlobToRegex
-
-
Uses of GlobToRegex in com.google.common.jimfs
Methods in com.google.common.jimfs with parameters of type GlobToRegex Modifier and Type Method Description (package private) voidGlobToRegex.State. finish(GlobToRegex converter)Called after all characters have been read.(package private) abstract voidGlobToRegex.State. process(GlobToRegex converter, char c)Process the next character with the current state, transitioning the converter to a new state if necessary.
-