Class CModuleNames


  • public final class CModuleNames
    extends Object
    Functions over module names.
    • Field Detail

      • VALID_NAME_LENGTH

        public static final int VALID_NAME_LENGTH
        The maximum length of a name.
      • VALID_NAMES

        public static final Pattern VALID_NAMES
        The pattern that defines a valid name, not including the length of the name.
    • Method Detail

      • isValid

        public static boolean isValid​(String name)
        Parameters:
        name - The name
        Returns:
        true iff the module name is valid