See: Description
Package | Description |
---|---|
org.apache.river.tool | |
org.apache.river.tool.classdepend |
ClassDep
ClassDep
is used to analyze a set of classes and determine on
what other classes they directly or indirectly depend.
tools.jar
library, ASM is now used to provide
equivalent and extended functionality, including detecting dependencies
from Annotations and Generics. Note that if a static class (nested class)
is included in the dependency graph, references from that static class to
its immediate lexically enclosing class are included in the dependency
search now by default.
classdep.jar
,
that can be used to run ClassDep
. The advantage of using
this JAR file is that it automatically loads tools.jar
from your Java(TM) 2 SDK installation, if required.
Copyright © 2016–2018. All rights reserved.