Package com.google.common.base
Class Platform.JdkPatternCompiler
- java.lang.Object
-
- com.google.common.base.Platform.JdkPatternCompiler
-
- All Implemented Interfaces:
PatternCompiler
- Enclosing class:
- Platform
private static final class Platform.JdkPatternCompiler extends java.lang.Object implements PatternCompiler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
JdkPatternCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonPattern
compile(java.lang.String pattern)
Compiles the given pattern.
-
-
-
Method Detail
-
compile
public CommonPattern compile(java.lang.String pattern)
Description copied from interface:PatternCompiler
Compiles the given pattern.- Specified by:
compile
in interfacePatternCompiler
-
-