Package | Description |
---|---|
rj.tools.skimdeep |
Modifier and Type | Method and Description |
---|---|
ParsedJarFile[] |
SkimDeep.findDependencyJarFiles(ParsedJarFile jarFile)
Find all jar files which depend on this one
|
ParsedJarFile |
SkimDeep.findOwningJarFile(java.lang.String clazz)
Find jar file containing the full qualified class
|
ParsedJarFile[] |
SkimDeep.findOwningJarFileRegexp(java.lang.String classRegExp)
Find the jar files containt the regexp describing a class
|
ParsedJarFile[] |
ParsedJarFile.getJarFileDependencies()
Get all jar files this jar file depends on
|
ParsedJarFile[] |
SkimDeep.getParsedJarFiles()
Get all parsed jar files
|
Modifier and Type | Method and Description |
---|---|
ParsedJarFile[] |
SkimDeep.findDependencyJarFiles(ParsedJarFile jarFile)
Find all jar files which depend on this one
|
void |
ParsedJarFile.linkClass2DependencyJar(java.lang.String dependendClass,
ParsedJarFile parsedJarFile)
Link a class to a jar file it depends on
|
JCSC is released under the terms of the GNU General Public License