src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
changeset 47357 74700c8e39e9
parent 47308 5f351a1131e0
child 48543 7067fe4e054e
equal deleted inserted replaced
47356:c30033467073 47357:74700c8e39e9
   155 \                                option is specified. This option cannot be\n\
   155 \                                option is specified. This option cannot be\n\
   156 \                                used with -p, -e and -s options.\n\
   156 \                                used with -p, -e and -s options.\n\
   157 \                                WARNING: JDK internal APIs are inaccessible.
   157 \                                WARNING: JDK internal APIs are inaccessible.
   158 
   158 
   159 main.opt.list-deps=\
   159 main.opt.list-deps=\
   160 \  --list-deps                   Lists the module dependences and also the\n\
   160 \  --list-deps                   Lists the module dependences.  It also prints\n\
   161 \                                package names of JDK internal APIs if referenced.
   161 \                                any JDK internal API packages if referenced.\n\
       
   162 \                                This option does not show dependences on the\n\
       
   163 \                                class path or not found.
   162 
   164 
   163 main.opt.list-reduced-deps=\
   165 main.opt.list-reduced-deps=\
   164 \  --list-reduced-deps           Same as --list-deps with not listing\n\
   166 \  --list-reduced-deps           Same as --list-deps with not listing\n\
   165 \                                the implied reads edges from the module graph\n\
   167 \                                the implied reads edges from the module graph.\n\
   166 \                                If module M1 reads M2, and M2 requires\n\
   168 \                                If module M1 reads M2, and M2 requires\n\
   167 \                                transitive on M3, then M1 reading M3 is implied\n\
   169 \                                transitive on M3, then M1 reading M3 is implied\n\
   168 \                                and is not shown in the graph.
   170 \                                and is not shown in the graph.
   169 
   171 
       
   172 main.opt.print-module-deps=\
       
   173 \  --print-module-deps           Same as --list-reduced-deps with printing\n\
       
   174 \                                a comma-separated list of module dependences.\n\
       
   175 \                                This output can be used by jlink --add-modules\n\
       
   176 \                                in order to create a custom image containing\n\
       
   177 \                                those modules and their transitive dependences.
       
   178 
   170 main.opt.depth=\
   179 main.opt.depth=\
   171 \  -depth=<depth>                Specify the depth of the transitive\n\
   180 \  -depth=<depth>                Specify the depth of the transitive\n\
   172 \                                dependency analysis
   181 \                                dependency analysis
   173 
   182 
   174 main.opt.q=\
   183 main.opt.q=\
   175 \  -q       -quiet               Do not show missing dependences from \n\
   184 \  -q       -quiet               Suppress warning messages
   176 \                                --generate-module-info output.
       
   177 
   185 
   178 main.opt.multi-release=\
   186 main.opt.multi-release=\
   179 \  --multi-release <version>     Specifies the version when processing\n\
   187 \  --multi-release <version>     Specifies the version when processing\n\
   180 \                                multi-release jar files.  <version> should\n\
   188 \                                multi-release jar files.  <version> should\n\
   181 \                                be integer >= 9 or base.
   189 \                                be integer >= 9 or base.
   200 err.multirelease.option.notfound={0} is a multi-release jar file but --multi-release option is not set
   208 err.multirelease.option.notfound={0} is a multi-release jar file but --multi-release option is not set
   201 err.multirelease.version.associated=class {0} already associated with version {1}, trying to add version {2}
   209 err.multirelease.version.associated=class {0} already associated with version {1}, trying to add version {2}
   202 err.multirelease.jar.malformed=malformed multi-release jar, {0}, bad entry: {1}
   210 err.multirelease.jar.malformed=malformed multi-release jar, {0}, bad entry: {1}
   203 warn.invalid.arg=Path does not exist: {0}
   211 warn.invalid.arg=Path does not exist: {0}
   204 warn.skipped.entry={0}
   212 warn.skipped.entry={0}
   205 warn.split.package=package {0} defined in {1} {2}
   213 warn.split.package=split package: {0} {1}
   206 warn.replace.useJDKInternals=\
   214 warn.replace.useJDKInternals=\
   207 JDK internal APIs are unsupported and private to JDK implementation that are\n\
   215 JDK internal APIs are unsupported and private to JDK implementation that are\n\
   208 subject to be removed or changed incompatibly and could break your application.\n\
   216 subject to be removed or changed incompatibly and could break your application.\n\
   209 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
   217 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
   210 For the most recent update on JDK internal API replacements, please check:\n\
   218 For the most recent update on JDK internal API replacements, please check:\n\
   211 {0}
   219 {0}
   212 
   220 
   213 split.package=split package: {0} {1}\n
       
   214 inverse.transitive.dependencies.on=Inverse transitive dependences on {0}
   221 inverse.transitive.dependencies.on=Inverse transitive dependences on {0}
   215 inverse.transitive.dependencies.matching=Inverse transitive dependences matching {0}
   222 inverse.transitive.dependencies.matching=Inverse transitive dependences matching {0}
   216 internal.api.column.header=JDK Internal API
   223 internal.api.column.header=JDK Internal API
   217 public.api.replacement.column.header=Suggested Replacement
   224 public.api.replacement.column.header=Suggested Replacement
   218 artifact.not.found=not found
   225 artifact.not.found=not found