Methods in net.sf.jlayercheck.util with parameters of type DependencyVisitor |
static void |
DependencyParser.callForFilesystem(String[] args,
DependencyVisitor v)
|
static void |
DependencyParser.callForZipFile(String zipfilename,
DependencyVisitor v)
|
protected static void |
DependencyParser.checkDirectory(DependencyVisitor v,
File f)
|
ModelTree |
XMLConfiguration.getModelTree(DependencyVisitor dv)
Builds a model that contains all dependency information that was retrieved
from the class files. |
void |
HTMLOutput.write(DependencyVisitor dv,
XMLConfiguration xcp)
Writes the dependency information that was found into human readable
HTML files containing the Java source code. |
protected void |
HTMLOutput.writeDependencyViolations(DependencyVisitor dv,
XMLConfiguration xcp,
PrintWriter pw,
Map<String,Map<String,ClassDependency>> unallowedDependencies,
Map<String,URL> sourceFiles)
Writes a list of dependency violations to the given PrintWriter using html. |
protected void |
HTMLOutput.writeOrphanedClasses(DependencyVisitor dv,
XMLConfiguration xcp,
PrintWriter pw)
|