com.ecyrd.jspwiki.providers
Class WikiBasicAttachmentProvider.AttachmentVersionFilter

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

public static class WikiBasicAttachmentProvider.AttachmentVersionFilter
extends Object
implements FilenameFilter

Accepts only files that are actual versions, no control files.


Constructor Summary
WikiBasicAttachmentProvider.AttachmentVersionFilter()
           
 
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.AttachmentVersionFilter

public WikiBasicAttachmentProvider.AttachmentVersionFilter()
Method Detail

accept

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


Copyright © 2016 Silverpeas. All Rights Reserved.