Package VASSAL.build.module.properties
Class MutableProperty.Util
java.lang.Object
VASSAL.build.module.properties.MutableProperty.Util
- Enclosing interface:
- MutableProperty
public static class MutableProperty.Util extends Object
-
Constructor Summary
Constructors Constructor Description Util() -
Method Summary
Modifier and Type Method Description static MutablePropertyfindMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)Look for aMutablePropertyin the list ofMutablePropertiesContainer.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
findMutableProperty
public static MutableProperty findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)Look for aMutablePropertyin the list ofMutablePropertiesContainer. Return the first one found, searching the lists in order. The list may contain null references, which are skipped- Parameters:
propertyContainers-- Returns:
-