public class SkimDeep
extends java.lang.Object
| Constructor and Description |
|---|
SkimDeep(java.lang.String rootPath)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public SkimDeep(java.lang.String rootPath)
rootPath - whose directory tree is parsedpublic ParsedJarFile[] getParsedJarFiles()
public void parse()
throws java.io.IOException
java.io.IOExceptionpublic ParsedJarFile[] findDependencyJarFiles(ParsedJarFile jarFile)
jarFile - public ParsedJarFile findOwningJarFile(java.lang.String clazz)
clazz - public ParsedJarFile[] findOwningJarFileRegexp(java.lang.String classRegExp)
classRegExp -
JCSC is released under the terms of the GNU General Public License