modules/jdk.packager/src/main/java/com/oracle/tools/packager/EnumeratedBundlerParam.java

Print this page

        

*** 47,57 **** --- 47,59 ---- * * String value = MAC_CATEGORY.getValueForDisplayableKey(key); * params.put(MAC_CATEGORY.getID(), value); * }</pre> * + * @deprecated use {@link ToolProvider} to locate the {@code "javapackager"} tool instead. */ + @Deprecated(since="10", forRemoval=true) public class EnumeratedBundlerParam<T> extends BundlerParamInfo<T> { //Not sure if this is the correct order, my idea is that from and IDE's perspective //the string to display to the user is the key and then the value is some type of //object (although probably a String in most cases) private Map<String, T> elements;