aoqi@0: main.usage.summary=\ aoqi@0: Usage: {0} \n\ aoqi@0: use -h, -? or --help for a list of possible options aoqi@0: aoqi@0: main.usage=\ aoqi@0: Usage: {0} \n\ aoqi@0: where can be a pathname to a .class file, a directory, a JAR file,\n\ aoqi@0: or a fully-qualified class name. Possible options include: aoqi@0: aoqi@0: error.prefix=Error: aoqi@0: warn.prefix=Warning: aoqi@0: aoqi@0: main.opt.h=\ aoqi@0: \ -h -? -help Print this usage message aoqi@0: aoqi@0: main.opt.version=\ aoqi@0: \ -version Version information aoqi@0: aoqi@0: main.opt.v=\ aoqi@0: \ -v -verbose Print all class level dependencies\n\ aoqi@0: \ -verbose:package Print package-level dependencies excluding\n\ aoqi@0: \ dependencies within the same archive\n\ aoqi@0: \ -verbose:class Print class-level dependencies excluding\n\ aoqi@0: \ dependencies within the same archive aoqi@0: aoqi@0: main.opt.s=\ aoqi@0: \ -s -summary Print dependency summary only aoqi@0: aoqi@0: main.opt.p=\ aoqi@0: \ -p -package Finds dependences in the given package\n\ aoqi@0: \ (may be given multiple times) aoqi@0: aoqi@0: main.opt.e=\ aoqi@0: \ -e -regex Finds dependences in packages matching pattern\n\ aoqi@0: \ (-p and -e are exclusive) aoqi@0: aoqi@0: main.opt.include=\ aoqi@0: \ -include Restrict analysis to classes matching pattern\n\ aoqi@0: \ This option filters the list of classes to\n\ aoqi@0: \ be analyzed. It can be used together with\n\ aoqi@0: \ -p and -e which apply pattern to the dependences aoqi@0: aoqi@0: main.opt.P=\ aoqi@0: \ -P -profile Show profile or the file containing a package aoqi@0: aoqi@0: main.opt.cp=\ aoqi@0: \ -cp -classpath Specify where to find class files aoqi@0: aoqi@0: main.opt.R=\ aoqi@0: \ -R -recursive Recursively traverse all dependencies aoqi@0: aoqi@0: main.opt.apionly=\ aoqi@0: \ -apionly Restrict analysis to APIs i.e. dependences\n\ aoqi@0: \ from the signature of public and protected\n\ aoqi@0: \ members of public classes including field\n\ aoqi@0: \ type, method parameter types, returned type,\n\ aoqi@0: \ checked exception types etc aoqi@0: aoqi@0: main.opt.dotoutput=\ aoqi@0: \ -dotoutput Destination directory for DOT file output aoqi@0: aoqi@0: main.opt.jdkinternals=\ aoqi@0: \ -jdkinternals Finds class-level dependences on JDK internal APIs.\n\ aoqi@0: \ By default, it analyzes all classes on -classpath\n\ aoqi@0: \ and input files unless -include option is specified.\n\ aoqi@0: \ This option cannot be used with -p, -e and -s options.\n\ aoqi@0: \ WARNING: JDK internal APIs may not be accessible in\n\ aoqi@0: \ the next release. aoqi@0: aoqi@0: main.opt.depth=\ aoqi@0: \ -depth= Specify the depth of the transitive\n\ aoqi@0: \ dependency analysis aoqi@0: aoqi@0: aoqi@0: err.unknown.option=unknown option: {0} aoqi@0: err.missing.arg=no value given for {0} aoqi@0: err.internal.error=internal error: {0} {1} {2} aoqi@0: err.invalid.arg.for.option=invalid argument for option: {0} aoqi@0: err.option.after.class=option must be specified before classes: {0} aoqi@0: err.option.unsupported={0} not supported: {1} aoqi@0: err.profiles.msg=No profile information aoqi@0: err.dot.output.path=invalid path: {0} aoqi@0: warn.invalid.arg=Invalid classname or pathname not exist: {0} aoqi@0: warn.split.package=package {0} defined in {1} {2} aoqi@0: aoqi@0: artifact.not.found=not found