mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-359564 GitOrigin-RevId: d0e146d0a3cae4012102ad93f7aa95f5dc20a4a2
89 lines
8.6 KiB
Properties
89 lines
8.6 KiB
Properties
# suppress inspection "UnusedProperty" for whole file
|
|
java.command.terminal.description=Runs java.
|
|
java.command.terminal.help.option.description=Print help message to the {0} stream.
|
|
java.command.terminal.jar.option.description=Launch the main class in a JAR file.
|
|
java.command.terminal.jar.option.argument.jar.file.text=jar file
|
|
java.command.terminal.D.option.description=Set system property.
|
|
java.command.terminal.D.option.argument.key.text=<name>=<value>
|
|
java.command.terminal.version.option.description=Print the product version to the {0} stream and exit.
|
|
java.command.terminal.classpath.option.description=Class search path of directories and zip/jar files.
|
|
java.command.terminal.classpath.option.argument.path.text=filepath[{0}filepath]
|
|
java.command.terminal.show.version.option.description=Print the product version to the {0} stream and continue.
|
|
java.command.terminal.dry.run.option.description=Create VM and load the main class but do not execute the main method.
|
|
java.command.terminal.argument.main.class.text=mainclass
|
|
java.command.terminal.default.argument.text=value
|
|
java.command.terminal.batch.option.description=Disable background compilation.
|
|
java.command.terminal.bootclasspath/a.option.description=Append to end of bootstrap class path.
|
|
java.command.terminal.bootclasspath/a.option.argument.text=path
|
|
java.command.terminal.check.jni.option.description=Perform additional checks for JNI functions.
|
|
java.command.terminal.comp.option.description=Forces compilation of methods on first invocation.
|
|
java.command.terminal.debug.option.description=Does nothing. Provided for backward compatibility.
|
|
java.command.terminal.diag.option.description=Show additional diagnostic messages.
|
|
java.command.terminal.future.option.description=Enable strictest checks, anticipating future default. This option is deprecated and may be removed in a future release.
|
|
java.command.terminal.int.option.description=Interpreted mode execution only.
|
|
java.command.terminal.internalversion.option.description=Display more detailed JVM version information than the -version option.
|
|
java.command.terminal.log.option.description=Configure or enable logging with the Java Virtual Machine (JVM) unified logging framework. Use -Xlog:help for details.
|
|
java.command.terminal.log.option.argument.text=opts
|
|
java.command.terminal.loggc.option.description=Log GC status to a file with time stamps. This option is deprecated and may be removed in a future release. It is replaced by -Xlog:gc:<file>.
|
|
java.command.terminal.loggc.option.argument.text=file
|
|
java.command.terminal.mixed.option.description=Mixed mode execution (default).
|
|
java.command.terminal.mn.option.description=Set the initial and maximum size (in bytes) of the heap for the young generation (nursery).
|
|
java.command.terminal.mn.option.argument.text=size
|
|
java.command.terminal.ms.option.description=Set the initial Java heap size.
|
|
java.command.terminal.ms.option.argument.text=size
|
|
java.command.terminal.mx.option.description=Set maximum Java heap size.
|
|
java.command.terminal.mx.option.argument.text=size
|
|
java.command.terminal.noclassgc.option.description=Disable class garbage collection.
|
|
java.command.terminal.rs.option.description=Reduce use of OS signals by Java/VM (see documentation).
|
|
java.command.terminal.share.auto.option.description=Use shared class data if possible (default).
|
|
java.command.terminal.share.off.option.description=Do not attempt to use shared class data.
|
|
java.command.terminal.share.on.option.description=Require using shared class data, otherwise fail. This is a testing option and may lead to intermittent failures. It should not be used in production environments.
|
|
java.command.terminal.showSettings.option.description=Show all settings and continue.
|
|
java.command.terminal.showSettings.all.option.description=Show all settings and continue.
|
|
java.command.terminal.showSettings.locale.option.description=Show all locale related settings and continue.
|
|
java.command.terminal.showSettings.properties.option.description=Show all property settings and continue.
|
|
java.command.terminal.showSettings.vm.option.description=Show all vm related settings and continue.
|
|
java.command.terminal.showSettings.system.option.description=(Linux Only) Show host system or container configuration and continue.
|
|
java.command.terminal.ss.option.description=Set java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system.
|
|
java.command.terminal.ss.option.argument.text=size
|
|
java.command.terminal.verify.option.description=Sets the mode of the bytecode verifier Note that option -Xverify:none is deprecated and may be removed in a future release.
|
|
java.command.terminal.bootclasspath.option.description=Set the search path for bootstrap classes and resources.
|
|
java.command.terminal.bootclasspath.option.argument.text=path
|
|
java.command.terminal.bootclasspath/p.option.description=Prepend in front of the bootstrap class path.
|
|
java.command.terminal.bootclasspath/p.option.argument.text=path
|
|
java.command.terminal.incgc.option.description=Enable incremental garbage collection.
|
|
java.command.terminal.prof.option.description=Output cpu profiling data.
|
|
java.command.terminal.add.reads.option.description=Updates \\<module\\> to read \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to read all unnamed modules.
|
|
java.command.terminal.add.reads.option.argument.text=<module>=<target-module>(,<target-module>)*
|
|
java.command.terminal.add.opens.option.description=Updates \\<module\\> to open \\<package\\> to \\<target-module\\>, regardless of module declaration.
|
|
java.command.terminal.add.opens.option.argument.text=<module>/<package>=<target-module>(,<target-module>)*
|
|
java.command.terminal.limit.modules.option.description=Limit the universe of observable modules.
|
|
java.command.terminal.limit.modules.option.argument.text=<module name>[,<module name>...]
|
|
java.command.terminal.patch.module.option.description=Override or augment a module with classes and resources in JAR files or directories.
|
|
java.command.terminal.patch.module.option.argument.text=<module>=<file>(:<file>)*
|
|
java.command.terminal.finalization.option.description=Controls whether the JVM performs finalization of objects, where \\<value\\> is one of "enabled" or "disabled". Finalization is enabled by default.
|
|
java.command.terminal.finalization.option.argument.text=value
|
|
java.command.terminal.add.exports.option.description=Updates \\<module\\> to export \\<package\\> to \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to export to all unnamed modules.
|
|
java.command.terminal.add.exports.option.argument.text=<module>/<package>=<target-module>(,<target-module>)*
|
|
java.command.terminal.source.option.description=Set the \\<version\\> of the source in source-file mode.
|
|
java.command.terminal.source.option.argument.text=version
|
|
java.command.terminal.disable.@files.option.description=Disable further argument file expansion.
|
|
java.command.terminal.illegal.access.option.description=\\<value\\> permit or deny access to members of types in named modules by code in unnamed modules. \\<value\\> is one of "deny", "permit", "warn", or "debug" This option will be removed in a future release.
|
|
java.command.terminal.illegal.access.option.argument.text=value
|
|
java.command.terminal.disable.system.assertions.option.description=Disables assertions in all system classes.
|
|
java.command.terminal.disable.assertions.option.description=Disables assertions with specified granularity.
|
|
java.command.terminal.enable.system.assertions.option.description=Enables assertions in all system classes.
|
|
java.command.terminal.enable.assertions.option.description=Enables assertions with specified granularity.
|
|
java.command.terminal.assertions.option.argument.text=<package>|<class>
|
|
java.command.terminal.enable.preview.option.description=Allows classes to depend on preview features of the release.
|
|
java.command.terminal.verbose.option.description=Enables verbose output for the given subsystem.
|
|
java.command.terminal.verbose.option.argument.text.8=class|gc|gni
|
|
java.command.terminal.verbose.option.argument.text.11=class|module|gc|gni
|
|
java.command.terminal.agentlib.option.description=Loads native agent library \\<libname\\>.
|
|
java.command.terminal.agentlib.option.argument.text=<libname>[=<options>]
|
|
java.command.terminal.agentpath.option.description=Loads native agent library by full \\<pathname\\>.
|
|
java.command.terminal.agentpath.option.argument.text=<pathname>[=<options>]
|
|
java.command.terminal.javaagent.option.description=Loads Java programming language agent by \\<jarpath\\>.
|
|
java.command.terminal.javaagent.option.argument.text=<jarpath>[=<options>]
|
|
error.stream.name=error
|
|
output.stream.name=output |