JavaMemberDepend
java [ Java options ] JavaMemberDepend [ options ]
Description
JavaMemberDepend generates lists of dependencies at the class member
level.
Options
- -classpath classpath
-
Sets the path to search for classes. Path entries are separated by the
character specified by java.io.File.pathSeparatorChar, usually a
colon (:). Multiple classpath options are cumulative, and are searched left
to right.
- -listSignatureDepend
-
Lists dependencies drawn from return types and arguments lists.
- -loadClass class
-
Load the specified class for which to analyze the dependencies for transitive
closure at the class member level.
- -showAll
-
Used with -loadClass to show the transitive closure dependencies at the
member level of the class specified with the -loadClass option.
- -showClassList
-
Used with -loadClass to show the list of classes required for transitive
closure at the member level of the class specified with the -loadClass
option. The list is based on member-level dependencies but only includes class names.
- -showDirect class
-
Shows the direct or immediate dependencies of the given class at the member level.
This option does not provide dependencies of dependencies.
- -wholeClass class
-
If any member of the given class is required, then all members of the class
are considered to be required. If the last component of the classname is *,
then its prefix is taken as a package name. In that case, the -wholeClass
option is applied to all classes in the package.