NameValidator
that validates the name of an integration project. The rules for validating a project name are different from validating the name of an individual IntegrationEntity
: since the project data will end up being stored in a folder on disk with the same name as the project, certain characters are not allowed because they cannot appear in a folder name on Windows. We must enforce this rule even if the project is created on Linux, since the project may be imported by a user running a Windows client.
@see NameValidator
@see DefaultIntegrationNameValidator
@author Torgil Zethson
@since 1.3.0
|
|
|
|
|
|