src/jdk.jpackage/share/classes/jdk/jpackage/internal/ValidOptions.java
branchJDK-8200758-branch
changeset 57392 46d4b0aa4542
parent 57348 d3a667ff5579
child 57414 6eda749d3117
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/ValidOptions.java	Thu Jun 06 19:14:02 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/ValidOptions.java	Thu Jun 06 19:18:09 2019 -0400
@@ -39,11 +39,15 @@
  * initArgs()
  *      Computes the Map of valid options for each mode on this Platform.
  *
- * checkIfSupported(CLIOptions mode, CLIOptions arg)
- *      Determine if the given arg is valid in the given mode.
+ * checkIfSupported(CLIOptions arg)
+ *      Determine if the given arg is valid on this platform.
  *
- * checkIfOtherSupported(CLIOptions mode, CLIOptions arg)
- *      Determine if the given arg is valid in the a different mode.
+ * checkIfImageSupported(CLIOptions arg)
+ *      Determine if the given arg is valid for creating app image.
+ *
+ * checkIfInstallerSupported(CLIOptions arg)
+ *      Determine if the given arg is valid for creating installer.
+ *
  */
 class ValidOptions {