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) void
GlobToRegex.State. finish(GlobToRegex converter)
Called after all characters have been read.(package private) abstract void
GlobToRegex.State. process(GlobToRegex converter, char c)
Process the next character with the current state, transitioning the converter to a new state if necessary.
-