All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.archiveaccessor.filestore.Matching
public Matching()
public static boolean match(String aTarget, String aPattern)
'*' - match 0 or more chars, '#' - match 1 chars, '[]' - defines set of chars. Set can contains range, e.g. pattern *#[0-9][0-9] define any string, having two digit at end and any character before (length at least 3)
public static void main(String arr[])
All Packages Class Hierarchy This Package Previous Next Index