|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.ClasspathPattern
public class ClasspathPattern
ClasspathPattern performs sequential pattern matching of a class name against an internal array of classpath pattern entries. When an entry starts with '-' (minus), reverse matching is performed. When an entry ends with '.' (period), prefix matching is performed. When class is initialized from a classpath pattern string, entries in this string should be separated by ':' (semicolon) or ',' (comma).
| Constructor Summary | |
|---|---|
ClasspathPattern()
|
|
ClasspathPattern(String pattern)
|
|
ClasspathPattern(String[] patterns)
|
|
| Method Summary | |
|---|---|
void |
addPattern(String pattern)
Parse a classpath pattern string and appending the result to the existing configuration. |
String[] |
getPatterns()
|
boolean |
match(String name)
Match the class name against the pattern |
void |
setPattern(String pattern)
Initialize the matcher by parsing a classpath pattern string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathPattern()
public ClasspathPattern(String[] patterns)
public ClasspathPattern(String pattern)
| Method Detail |
|---|
public void setPattern(String pattern)
pattern - classpath pattern stringpublic void addPattern(String pattern)
pattern - classpath pattern stringpublic String[] getPatterns()
public boolean match(String name)
name - name of the class to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||