|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jcifs.smb.DosFileFilter
Field Summary | |
protected int |
attributes
|
protected java.lang.String |
wildcard
|
Constructor Summary | |
DosFileFilter(java.lang.String wildcard,
int attributes)
|
Method Summary | |
boolean |
accept(SmbFile file)
This always returns true as the wildcard and attributes members are passed to the server which uses them to filter on behalf of the client. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String wildcard
protected int attributes
Constructor Detail |
public DosFileFilter(java.lang.String wildcard, int attributes)
Method Detail |
public boolean accept(SmbFile file) throws SmbException
accept
in interface SmbFileFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |