|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.file.WildcardMatch
public class WildcardMatch
Handles wildcards for filename matching.
Constructor Summary | |
---|---|
WildcardMatch()
|
Method Summary | |
---|---|
boolean |
isIgnoreCase()
|
boolean |
isMatchSeparators()
|
boolean |
match(String pattern,
String string)
|
void |
setIgnoreCase(boolean newIgnoreCase)
|
void |
setMatchSeparators(boolean newMatchSeparators)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WildcardMatch()
Method Detail |
---|
public boolean isIgnoreCase()
public boolean isMatchSeparators()
public boolean match(String pattern, String string)
public void setIgnoreCase(boolean newIgnoreCase)
public void setMatchSeparators(boolean newMatchSeparators)
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |