Class ComponentUniqueIdValidator
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.component.BaseComponentValidator
ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.component.ComponentUniqueIdValidator
Check that there is only one component with exact id
- Author:
- Mikhail Khovaev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ValidationResult
validateComponent
(Component component, Path componentPath) Methods inherited from class ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.component.BaseComponentValidator
accept, getComponentRelativeFilename, validate
-
Constructor Details
-
ComponentUniqueIdValidator
public ComponentUniqueIdValidator()
-
-
Method Details
-
validateComponent
- Specified by:
validateComponent
in classBaseComponentValidator
-