< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/Bundler.java

Print this page

        

@@ -115,6 +115,11 @@
 
     /**
      * Returns "true" if this bundler is supported on current platform.
      */
     public boolean supported(boolean runtimeInstaller);
+
+    /**
+     * Returns "true" if this bundler is he default for the current platform.
+     */
+    public boolean isDefault();
 }
< prev index next >