Uses of Enum
org.probato.model.type.ComponentValidatorType
Packages that use ComponentValidatorType
-
Uses of ComponentValidatorType in org.probato.model.type
Methods in org.probato.model.type that return ComponentValidatorTypeModifier and TypeMethodDescriptionstatic ComponentValidatorTypeReturns the enum constant of this type with the specified name.static ComponentValidatorType[]ComponentValidatorType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComponentValidatorType in org.probato.validator
Methods in org.probato.validator that return ComponentValidatorTypeModifier and TypeMethodDescriptionabstract ComponentValidatorTypeComponentValidator.getStrategy()ConfigurationComponentValidator.getStrategy()DatabaseSqlComponentValidator.getStrategy()DatasetComponentValidator.getStrategy()DatasourceSqlComponentValidator.getStrategy()ManagerConfigurationComponentValidator.getStrategy()PageObjectComponentValidator.getStrategy()ProcedureComponentValidator.getStrategy()ScriptComponentValidator.getStrategy()SuiteComponentValidator.getStrategy()Methods in org.probato.validator with parameters of type ComponentValidatorTypeModifier and TypeMethodDescriptionabstract booleanComponentValidator.accepted(ComponentValidatorType type) booleanConfigurationComponentValidator.accepted(ComponentValidatorType type) booleanDatabaseSqlComponentValidator.accepted(ComponentValidatorType type) booleanDatasetComponentValidator.accepted(ComponentValidatorType type) booleanDatasourceSqlComponentValidator.accepted(ComponentValidatorType type) booleanManagerConfigurationComponentValidator.accepted(ComponentValidatorType type) booleanPageObjectComponentValidator.accepted(ComponentValidatorType type) booleanProcedureComponentValidator.accepted(ComponentValidatorType type) booleanScriptComponentValidator.accepted(ComponentValidatorType type) booleanSuiteComponentValidator.accepted(ComponentValidatorType type) static List<ComponentValidator> ComponentValidator.getInstance(ComponentValidatorType type)