Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book.ser
Class SerBible.CustomFilenameFilter  view SerBible.CustomFilenameFilter download SerBible.CustomFilenameFilter.java

java.lang.Object
  extended bycom.eireneh.bible.book.ser.SerBible.CustomFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
SerBible

static class SerBible.CustomFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter

Check that the directories in the version directory really represent versions.


Field Summary
private  java.lang.String word
          The word to match
 
Constructor Summary
SerBible.CustomFilenameFilter(java.lang.String word)
          Create a CustomFilenameFilter with a word to match the start of
 
Method Summary
 boolean accept(java.io.File parent, java.lang.String name)
          Match word
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

word

private java.lang.String word
The word to match

Constructor Detail

SerBible.CustomFilenameFilter

public SerBible.CustomFilenameFilter(java.lang.String word)
Create a CustomFilenameFilter with a word to match the start of

Method Detail

accept

public boolean accept(java.io.File parent,
                      java.lang.String name)
Match word

Specified by:
accept in interface java.io.FilenameFilter