public class PathMatcher extends Object
| 构造器和说明 |
|---|
PathMatcher() |
public String getPath()
public void setPath(String path)
public String getPrefix()
public void setPrefix(String prefix)
public String getRegex()
public void setRegex(String regex)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
public boolean isMatch(String input)
Copyright © 2024 The Apache Software Foundation. All rights reserved.