Class MutableProperty.Util
java.lang.Object
VASSAL.build.module.properties.MutableProperty.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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- list of containers- Returns:
- first property found
-