FileDocCategorySizeDatePackage
GeneralPatternMatcher.javaAPI DocGlassfish v2 API2311Fri May 04 22:34:10 BST 2007com.sun.enterprise.admin.util

GeneralPatternMatcher

public class GeneralPatternMatcher extends Object implements IPatternMatcher

Fields Summary
Constructors Summary
public GeneralPatternMatcher(String patternString, String testString)
Creates new GeneralPatternMatcher

    
Methods Summary
public booleanmatches()

        boolean matchFound = false;
        
        return ( matchFound );