Class Skipper
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.backend.server.conversion.util.Skipper
-
public class Skipper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisDialect(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)static booleanshouldSkip(NotificationReporter notificationReporter, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
-
-
-
Method Detail
-
shouldSkip
public static boolean shouldSkip(NotificationReporter notificationReporter, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
- Parameters:
notificationReporter- Logs the reasons for skipping when the user needs to know about it.baseColumn- Column that is investigated. If skipped this is not added to the XLS- Returns:
- If the baseColumn should be left out of XLS or not.
-
isDialect
public static boolean isDialect(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
-
-