Package uk.co.jemos.podam.api
Interface ClassAttributeApprover
-
- All Known Implementing Classes:
AbstractClassInfoStrategy,DefaultClassInfoStrategy
public interface ClassAttributeApproverAn interface, which is used to customize selection of class' attributes for further filling or skipping.- Author:
- daivanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapprove(ClassAttribute attribute)Override this method to select or reject class attributes
-
-
-
Method Detail
-
approve
boolean approve(ClassAttribute attribute)
Override this method to select or reject class attributes- Parameters:
attribute- class attribute to analyze for further processing or skipping- Returns:
- true, if attribute should be kept, false, if it should be skipped
-
-