Package com.install4j.api.beaninfo
Interface PropertyFilter
public interface PropertyFilter
A filter interface that can be used to determine whether a property should be included or not.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPropertyIncluded(String propertyName) Decides if the property should be included.
-
Method Details
-
isPropertyIncluded
Decides if the property should be included.- Parameters:
propertyName- the name of the property- Returns:
- if the property should be included
-