< prev index next >

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

Print this page




 149 \                                used with -p, -e and -s options.\n\
 150 \                                WARNING: JDK internal APIs are inaccessible.
 151 
 152 main.opt.depth=\
 153 \  -depth=<depth>                Specify the depth of the transitive\n\
 154 \                                dependency analysis
 155 
 156 main.opt.q=\
 157 \  -q       -quiet               Do not show missing dependences from \n\
 158 \                                --generate-module-info output.
 159 
 160 main.opt.multi-release=\
 161 \  --multi-release <version>     Specifies the version when processing\n\
 162 \                                multi-release jar files.  <version> should\n\
 163 \                                be integer >= 9 or base.
 164 
 165 err.unknown.option=unknown option: {0}
 166 err.missing.arg=no value given for {0}
 167 err.invalid.arg.for.option=invalid argument for option: {0}
 168 err.option.after.class=option must be specified before classes: {0}
 169 err.genmoduleinfo.not.jarfile={0} not valid for --generate-module-info option (must be non-modular JAR file)

 170 err.profiles.msg=No profile information
 171 err.exception.message={0}
 172 err.invalid.path=invalid path: {0}
 173 err.invalid.module.option=Cannot set {0} with {1} option.
 174 err.invalid.filters=Only one of --package (-p), --regex (-e), --require option can be set
 175 err.module.not.found=module not found: {0}
 176 err.root.module.not.set=root module set empty
 177 err.invalid.inverse.option={0} cannot be used with --inverse option
 178 err.multirelease.option.exists={0} is not a multi-release jar file, but the --multi-release option is set
 179 err.multirelease.option.notfound={0} is a multi-release jar file, but the --multi-release option is not set
 180 err.multirelease.version.associated=class {0} already associated with version {1}, trying to add version {2}
 181 err.multirelease.jar.malformed=malformed multi-release jar, {0}, bad entry: {1}
 182 warn.invalid.arg=Path does not exist: {0}
 183 warn.split.package=package {0} defined in {1} {2}
 184 warn.replace.useJDKInternals=\
 185 JDK internal APIs are unsupported and private to JDK implementation that are\n\
 186 subject to be removed or changed incompatibly and could break your application.\n\
 187 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
 188 For the most recent update on JDK internal API replacements, please check:\n\
 189 {0}


 149 \                                used with -p, -e and -s options.\n\
 150 \                                WARNING: JDK internal APIs are inaccessible.
 151 
 152 main.opt.depth=\
 153 \  -depth=<depth>                Specify the depth of the transitive\n\
 154 \                                dependency analysis
 155 
 156 main.opt.q=\
 157 \  -q       -quiet               Do not show missing dependences from \n\
 158 \                                --generate-module-info output.
 159 
 160 main.opt.multi-release=\
 161 \  --multi-release <version>     Specifies the version when processing\n\
 162 \                                multi-release jar files.  <version> should\n\
 163 \                                be integer >= 9 or base.
 164 
 165 err.unknown.option=unknown option: {0}
 166 err.missing.arg=no value given for {0}
 167 err.invalid.arg.for.option=invalid argument for option: {0}
 168 err.option.after.class=option must be specified before classes: {0}
 169 err.genmoduleinfo.not.jarfile={0} is a modular JAR file; not valid for --generate-module-info option
 170 err.genmoduleinfo.unnamed.package={0} contains unnamed package; not a valid module to generate module-info.java
 171 err.profiles.msg=No profile information
 172 err.exception.message={0}
 173 err.invalid.path=invalid path: {0}
 174 err.invalid.module.option=Cannot set {0} with {1} option.
 175 err.invalid.filters=Only one of --package (-p), --regex (-e), --require option can be set
 176 err.module.not.found=module not found: {0}
 177 err.root.module.not.set=root module set empty
 178 err.invalid.inverse.option={0} cannot be used with --inverse option
 179 err.multirelease.option.exists={0} is not a multi-release jar file, but the --multi-release option is set
 180 err.multirelease.option.notfound={0} is a multi-release jar file, but the --multi-release option is not set
 181 err.multirelease.version.associated=class {0} already associated with version {1}, trying to add version {2}
 182 err.multirelease.jar.malformed=malformed multi-release jar, {0}, bad entry: {1}
 183 warn.invalid.arg=Path does not exist: {0}
 184 warn.split.package=package {0} defined in {1} {2}
 185 warn.replace.useJDKInternals=\
 186 JDK internal APIs are unsupported and private to JDK implementation that are\n\
 187 subject to be removed or changed incompatibly and could break your application.\n\
 188 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
 189 For the most recent update on JDK internal API replacements, please check:\n\
 190 {0}
< prev index next >