com.ecyrd.jspwiki.providers
Class WikiBasicAttachmentProvider.AttachmentFilter

java.lang.Object
  extended by com.ecyrd.jspwiki.providers.WikiBasicAttachmentProvider.AttachmentFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
WikiBasicAttachmentProvider

public static class WikiBasicAttachmentProvider.AttachmentFilter
extends Object
implements FilenameFilter

Returns only those directories that contain attachments.


Constructor Summary
WikiBasicAttachmentProvider.AttachmentFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiBasicAttachmentProvider.AttachmentFilter

public WikiBasicAttachmentProvider.AttachmentFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter


Copyright © 2016 Silverpeas. All Rights Reserved.