ptolemy.vergil.actor
Class FindPackages.ClassFileFilter

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

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

Filter that returns true if the pathname ends with .class.


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

Constructor Detail

FindPackages.ClassFileFilter

private FindPackages.ClassFileFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Filter that returns true if the file name ends with .class.

Specified by:
accept in interface java.io.FileFilter
Parameters:
pathname - The pathname to be checked
Returns:
true if the pathname ends with .class.