|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.filesystem.WildcardMatchOnPath
thredds.filesystem.WildcardMatchOnName
public class WildcardMatchOnName
Describe
| Field Summary |
|---|
| Fields inherited from class thredds.filesystem.WildcardMatchOnPath |
|---|
pattern, wildcardString |
| Constructor Summary | |
|---|---|
WildcardMatchOnName(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 |
| Constructor Detail |
|---|
public WildcardMatchOnName(java.lang.String wildcardString)
| Method Detail |
|---|
public boolean accept(MFile file)
MFileFilter
accept in interface MFileFilteraccept in class WildcardMatchOnPathfile - 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 | |||||||||