org.apache.jetspeed.serializer
Class JetspeedDDLApplication.LocalFilenameFilter

java.lang.Object
  extended by org.apache.jetspeed.serializer.JetspeedDDLApplication.LocalFilenameFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
JetspeedDDLApplication

 class JetspeedDDLApplication.LocalFilenameFilter
extends Object
implements FilenameFilter


Field Summary
(package private)  String exclude
           
(package private)  String sort
           
(package private)  String sortFile
           
 
Constructor Summary
JetspeedDDLApplication.LocalFilenameFilter(String exclude, String sort)
           
 
Method Summary
 boolean accept(File dir, String name)
           
(package private)  String getSortFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclude

String exclude

sortFile

String sortFile

sort

String sort
Constructor Detail

JetspeedDDLApplication.LocalFilenameFilter

JetspeedDDLApplication.LocalFilenameFilter(String exclude,
                                           String sort)
Method Detail

getSortFile

String getSortFile()

accept

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


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.