Class MutableProperty.Util
java.lang.Object
VASSAL.build.module.properties.MutableProperty.Util
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MutableProperty
findMutableProperty
(String propertyName, List<MutablePropertiesContainer> propertyContainers) Look for aMutableProperty
in the list ofMutablePropertiesContainer
.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
findMutableProperty
public static MutableProperty findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers) Look for aMutableProperty
in 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
-