modules/jdk.packager/src/main/java/com/sun/javafx/tools/packager/bundlers/BundleParams.java

Print this page

        

*** 37,47 **** import static com.oracle.tools.packager.StandardBundlerParam.*; import jdk.packager.internal.legacy.JLinkBundlerHelper; ! public class BundleParams { final protected Map<String, ? super Object> params; public static final String PARAM_RUNTIME = "runtime"; // RelativeFileSet --- 37,50 ---- import static com.oracle.tools.packager.StandardBundlerParam.*; import jdk.packager.internal.legacy.JLinkBundlerHelper; ! /** ! * @deprecated use {@link ToolProvider} to locate the {@code "javapackager"} tool instead. ! */ ! @Deprecated(since="10", forRemoval=true) public class BundleParams { final protected Map<String, ? super Object> params; public static final String PARAM_RUNTIME = "runtime"; // RelativeFileSet