src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page




  76 \                                     By default, it analyzes all classes on -classpath\n\
  77 \                                     and input files unless -include option is specified.\n\
  78 \                                     This option cannot be used with -p, -e and -s options.\n\
  79 \                                     WARNING: JDK internal APIs may not be accessible in\n\
  80 \                                     the next release.
  81 
  82 main.opt.depth=\
  83 \  -depth=<depth>                     Specify the depth of the transitive\n\
  84 \                                     dependency analysis
  85 
  86 
  87 err.unknown.option=unknown option: {0}
  88 err.missing.arg=no value given for {0}
  89 err.invalid.arg.for.option=invalid argument for option: {0}
  90 err.option.after.class=option must be specified before classes: {0}
  91 err.option.unsupported={0} not supported: {1}
  92 err.profiles.msg=No profile information
  93 err.invalid.path=invalid path: {0}
  94 warn.invalid.arg=Invalid classname or pathname not exist: {0}
  95 warn.split.package=package {0} defined in {1} {2}





  96 
  97 artifact.not.found=not found



  76 \                                     By default, it analyzes all classes on -classpath\n\
  77 \                                     and input files unless -include option is specified.\n\
  78 \                                     This option cannot be used with -p, -e and -s options.\n\
  79 \                                     WARNING: JDK internal APIs may not be accessible in\n\
  80 \                                     the next release.
  81 
  82 main.opt.depth=\
  83 \  -depth=<depth>                     Specify the depth of the transitive\n\
  84 \                                     dependency analysis
  85 
  86 
  87 err.unknown.option=unknown option: {0}
  88 err.missing.arg=no value given for {0}
  89 err.invalid.arg.for.option=invalid argument for option: {0}
  90 err.option.after.class=option must be specified before classes: {0}
  91 err.option.unsupported={0} not supported: {1}
  92 err.profiles.msg=No profile information
  93 err.invalid.path=invalid path: {0}
  94 warn.invalid.arg=Invalid classname or pathname not exist: {0}
  95 warn.split.package=package {0} defined in {1} {2}
  96 warn.replace.useJDKInternals=\
  97 JDK internal APIs are unsupported and private to JDK implementation that are\n\
  98 subject to be removed or changed incompatibly and could break your application.\n\
  99 For the most recent update on the replacement for JDK internal API replacements,\n\
 100 please check: {0}
 101 
 102 artifact.not.found=not found
 103 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool