com.devexperts.qd.tools
Class GlobUtil

java.lang.Object
  extended by com.devexperts.qd.tools.GlobUtil

public class GlobUtil
extends java.lang.Object

Utility methods to support simple glob patterns:


Method Summary
static java.util.regex.Pattern compile(java.lang.String glob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compile

public static java.util.regex.Pattern compile(java.lang.String glob)