Package com.google.gwt.core.ext
Class CachedPropertyInformation
java.lang.Object
com.google.gwt.core.ext.CachedPropertyInformation
- All Implemented Interfaces:
Serializable
A container for saving lists of deferred-binding and configuration properties
to be compared subsequently with a PropertyOracle.
- See Also:
-
Constructor Summary
ConstructorDescriptionCachedPropertyInformation
(TreeLogger logger, PropertyOracle oracle, Collection<String> selectionPropertyNames, Collection<String> configPropertyNames) -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPropertiesWithPropertyOracle
(TreeLogger logger, PropertyOracle oracle) Check a previously cached set of deferred-binding and configuration properties with the provided property oracle.
-
Constructor Details
-
CachedPropertyInformation
public CachedPropertyInformation(TreeLogger logger, PropertyOracle oracle, Collection<String> selectionPropertyNames, Collection<String> configPropertyNames)
-
-
Method Details
-
checkPropertiesWithPropertyOracle
Check a previously cached set of deferred-binding and configuration properties with the provided property oracle.
-