Package org.gradle.util
Class NameValidator
java.lang.Object
org.gradle.util.NameValidator
Deprecated.
Will be removed in Gradle 9.0.
This class is only here to maintain binary compatibility with existing plugins.
-
Method Summary
-
Method Details
-
validate
public static void validate(String name, String nameDescription, String fixSuggestion) throws InvalidUserDataException Deprecated.Validates that a given name string does not contain any forbidden characters.- Throws:
InvalidUserDataException
-