|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.filesystem.WildcardMatchOnPath
public class WildcardMatchOnPath
Describe
| Field Summary | |
|---|---|
protected java.util.regex.Pattern |
pattern
|
protected java.lang.String |
wildcardString
|
| Constructor Summary | |
|---|---|
WildcardMatchOnPath(java.lang.String wildcardString)
|
|
| Method Summary | |
|---|---|
boolean |
accept(MFile file)
Tests if a specified MFile should be included in a file list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String wildcardString
protected java.util.regex.Pattern pattern
| Constructor Detail |
|---|
public WildcardMatchOnPath(java.lang.String wildcardString)
| Method Detail |
|---|
public boolean accept(MFile file)
MFileFilter
accept in interface MFileFilterfile - the MFile
true if and only if the name should be
included in the file list; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||