Package com.google.gwt.core.ext.linker
Class SoftPermutation
java.lang.Object
com.google.gwt.core.ext.linker.SoftPermutation
- All Implemented Interfaces:
Serializable
Represents a permutation of collapsed deferred-binding property values.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intgetId()Returns the soft permutation id that should be passed intogwtOnLoad.abstract SortedMap<SelectionProperty,String> Returns only the collapsed selection properties that resulted in the particular soft permutation.
-
Constructor Details
-
SoftPermutation
public SoftPermutation()
-
-
Method Details
-
getId
public abstract int getId()Returns the soft permutation id that should be passed intogwtOnLoad. The range of ids used for a compilation's soft permutations may be disjoint and may not correspond to the index of the SoftPermutation within the array returned fromCompilationResult.getSoftPermutations(). -
getPropertyMap
Returns only the collapsed selection properties that resulted in the particular soft permutation. The SelectionProperties used may be disjoint from the properties returned byCompilationResult.getPropertyMap().
-