src/jdk.packager/share/classes/jdk/packager/internal/EnumeratedBundlerParam.java
branchJDK-8200758-branch
changeset 56994 b4aca2dbe2b5
parent 56982 e094d5483bd6
equal deleted inserted replaced
56993:3629eb24e9ac 56994:b4aca2dbe2b5
    28 import java.util.*;
    28 import java.util.*;
    29 import java.util.function.BiFunction;
    29 import java.util.function.BiFunction;
    30 import java.util.function.Function;
    30 import java.util.function.Function;
    31 
    31 
    32 /**
    32 /**
       
    33  * EnumeratedBundlerParams<T>
    33  *
    34  *
    34  * The class contains key-value pairs (elements) where keys are "displayable"
    35  * Contains key-value pairs (elements) where keys are "displayable"
    35  * keys which the IDE can display/choose and values are "identifier" values
    36  * keys which the IDE can display/choose and values are "identifier" values
    36  * which can be stored in parameters' map.
    37  * which can be stored in parameters' map.
    37  *
    38  *
    38  * For instance the Mac has a predefined set of categories which can be applied
    39  * For instance the Mac has a predefined set of categories which can be applied
    39  * to LSApplicationCategoryType which is required for the mac app store.
    40  * to LSApplicationCategoryType which is required for the mac app store.