ptolemy.vergil.actor
Class FindPackages.DirectoryFileFilter

java.lang.Object
  extended by ptolemy.vergil.actor.FindPackages.DirectoryFileFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
FindPackages

private static class FindPackages.DirectoryFileFilter
extends java.lang.Object
implements java.io.FileFilter

Filter that returns true if the pathname is a directory.


Constructor Summary
private FindPackages.DirectoryFileFilter()
           
 
Method Summary
 boolean accept(java.io.File pathname)
          Filter that returns true if the pathname is a directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPackages.DirectoryFileFilter

private FindPackages.DirectoryFileFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Filter that returns true if the pathname is a directory.

Specified by:
accept in interface java.io.FileFilter
Parameters:
pathname - The pathname to be checked
Returns:
true if the pathname is a directory.