public class PropertyMapFactory
extends java.lang.Object
PropertyMap.| Modifier and Type | Method and Description |
|---|---|
static PropertyMap |
create(PropertyMap inheritFrom)
Creates a property map with the same property group as inheritFrom.
|
static PropertyMap |
create(PropertyMapGroup propertyGroup)
Creates a property map that can contain values for properties in the given property group.
|
public static PropertyMap create(PropertyMapGroup propertyGroup)
propertyGroup - the property grouppublic static PropertyMap create(PropertyMap inheritFrom)
inheritFrom - the super map