public interface RenameInputValidatorEx extends RenameInputValidator
EP_NAME
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage(java.lang.String newName,
Project project)
Called only if all input validators (
RenameInputValidator ) accept
the new name in RenameInputValidator.isInputValid(String, PsiElement, ProcessingContext)
and name is a valid identifier for a language of the element |
getPattern, isInputValid
java.lang.String getErrorMessage(java.lang.String newName, Project project)
RenameInputValidator
) accept
the new name in RenameInputValidator.isInputValid(String, PsiElement, ProcessingContext)
and name is a valid identifier for a language of the element