edu.pdx.cs399J.reflect
Class FindClassFiles

java.lang.Object
  extended by edu.pdx.cs399J.reflect.FindClassFiles

public class FindClassFiles
extends Object

This class provides an example of anonymous inner classes. It uses inner classes to provide implementations of the FileFilter and FilenameFilter interfaces that find all files whose name ends with .class.

Since:
Spring 2003
Version:
$Revision: 1.2 $
Author:
David Whitlock
See Also:
FindJavaFiles

Constructor Summary
FindClassFiles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindClassFiles

public FindClassFiles()


Copyright © 2000-2009 Portland State University. All Rights Reserved.