org.sadun.util
Class SimpleClassPackageExplorer.PackageExplorationAdapter

java.lang.Object
  extended byorg.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter
All Implemented Interfaces:
SimpleClassPackageExplorer.PackageExplorationListener
Enclosing class:
SimpleClassPackageExplorer

public static class SimpleClassPackageExplorer.PackageExplorationAdapter
extends java.lang.Object
implements SimpleClassPackageExplorer.PackageExplorationListener

An empty implementation of PackageExplorationListener.

Author:
Cristiano Sadun

Constructor Summary
SimpleClassPackageExplorer.PackageExplorationAdapter()
           
 
Method Summary
 void processingFile(java.io.File classFile, java.lang.String className)
          This method does nothing.
 void scanEnd(java.io.File entry, boolean isJar)
          This method does nothing.
 void scanStart(java.io.File entry, boolean isJar)
          This method does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClassPackageExplorer.PackageExplorationAdapter

public SimpleClassPackageExplorer.PackageExplorationAdapter()
Method Detail

processingFile

public void processingFile(java.io.File classFile,
                           java.lang.String className)
This method does nothing.

Specified by:
processingFile in interface SimpleClassPackageExplorer.PackageExplorationListener
Parameters:
classFile - the file path (may be .class file or a jar)
className - the class name of the contained class

scanEnd

public void scanEnd(java.io.File entry,
                    boolean isJar)
This method does nothing.

Specified by:
scanEnd in interface SimpleClassPackageExplorer.PackageExplorationListener
Parameters:
entry - the jar/directory path
isJar - true if the entry is a jar file, false if it is a directory

scanStart

public void scanStart(java.io.File entry,
                      boolean isJar)
This method does nothing.

Specified by:
scanStart in interface SimpleClassPackageExplorer.PackageExplorationListener
Parameters:
entry - the jar/directory path
isJar - true if the entry is a jar file, false if it is a directory