public class CollapsedPropertyKey extends StringKey
Assume that the safari
and ie8
user.agent
values have been collapsed. Instead of printing
user.agent=safari
, this class will use
user.agent = { ie8, safari }
.
Constructor and Description |
---|
CollapsedPropertyKey(BindingProps props)
Creates a key based on all collapsed property/value pairs for a single permutation.
|
CollapsedPropertyKey(Permutation permutation)
Constructor that constructs a key containing all collapsed property/value
pairs used by a Permutation.
|
Modifier and Type | Method and Description |
---|---|
Permutation |
getPermutation() |
public CollapsedPropertyKey(Permutation permutation)
getPermutation()
.public CollapsedPropertyKey(BindingProps props)
public Permutation getPermutation()
Copyright © 2018. All rights reserved.