Uses of Interface
smbdav.DavenportFileFilter

Packages that use DavenportFileFilter
smbdav.filters   
 

Uses of DavenportFileFilter in smbdav.filters
 

Classes in smbdav.filters that implement DavenportFileFilter
 class AndFilter
          This class chains one or more underlying filters together; a file will be accepted by the filter only if all subfilters accept the file.
 class NotFilter
          This class inverts the result of an underlying filter; a file will be accepted by the filter only if the underlying filter rejects the file.
 class OrFilter
          This class chains one or more underlying filters together; a file will be accepted if any subfilters accept the file.
 class ServerFilter
          This class filters resources to permit only resources from a specific list of servers.
 



Copyright © 2004 Eric Glass