WebObjects 5.4.2

com.webobjects.eoaccess
Class EOModel.EOModelFileNameFilter

java.lang.Object
  extended by com.webobjects.eoaccess.EOModel.EOModelFileNameFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
EOModel

protected static class EOModel.EOModelFileNameFilter
extends Object
implements FilenameFilter

Used to filter out all the EOModel managed file and copy teh rest of the file over to the new model. The main purpose is to copy cvs and svn files.


Constructor Summary
protected EOModel.EOModelFileNameFilter()
           
 
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

EOModel.EOModelFileNameFilter

protected EOModel.EOModelFileNameFilter()
Method Detail

accept

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

Last updated June 2008

Copyright © 2000-2008 Apple Inc.