net.sf.jlayercheck.util.model
Interface ClassSource

All Known Implementing Classes:
FilesystemClassSource

public interface ClassSource


Method Summary
 void call(ClassVisitor v)
          Runs the given DependencyVisitor on the classes of this source.
 Map<String,URL> getSourceFiles()
          Returns a map that contains a mapping from the classname to the source file for a class for all classes found in the specified ClassSource.
 

Method Detail

call

void call(ClassVisitor v)
          throws IOException
Runs the given DependencyVisitor on the classes of this source.

Parameters:
v -
Throws:
IOException

getSourceFiles

Map<String,URL> getSourceFiles()
Returns a map that contains a mapping from the classname to the source file for a class for all classes found in the specified ClassSource.

Returns:


Copyright © 2007. All Rights Reserved.