|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrj.tools.skimdeep.SkimDeep
public class SkimDeep
The SkimDeep class
Constructor Summary | |
---|---|
SkimDeep(java.lang.String rootPath)
Creates a new instance |
Method Summary | |
---|---|
ParsedJarFile[] |
findDependencyJarFiles(ParsedJarFile jarFile)
Find all jar files which depend on this one |
ParsedJarFile |
findOwningJarFile(java.lang.String clazz)
Find jar file containing the full qualified class |
ParsedJarFile[] |
findOwningJarFileRegexp(java.lang.String classRegExp)
Find the jar files containt the regexp describing a class |
ParsedJarFile[] |
getParsedJarFiles()
Get all parsed jar files |
void |
parse()
Do the parsing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkimDeep(java.lang.String rootPath)
rootPath
- whose directory tree is parsedMethod Detail |
---|
public ParsedJarFile[] getParsedJarFiles()
public void parse() throws java.io.IOException
java.io.IOException
public ParsedJarFile[] findDependencyJarFiles(ParsedJarFile jarFile)
jarFile
-
public ParsedJarFile findOwningJarFile(java.lang.String clazz)
clazz
-
public ParsedJarFile[] findOwningJarFileRegexp(java.lang.String classRegExp)
classRegExp
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |