Interface IRenameNameValidator
-
- All Known Implementing Classes:
IRenameNameValidator.RuleBasedNameValidator
public interface IRenameNameValidator- Since:
- 2.13
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRenameNameValidator.RuleBasedNameValidator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(org.eclipse.emf.ecore.EObject target, java.lang.String newName, RefactoringIssueAcceptor issues)
-
-
-
Method Detail
-
validate
void validate(org.eclipse.emf.ecore.EObject target, java.lang.String newName, RefactoringIssueAcceptor issues)
-
-