Class NameUtil


  • public class NameUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NameUtil()  
    • Method Summary

      Modifier and Type Method Description
      static boolean isNameValid​(java.lang.String aName)
      Check if the name is valid, SPecial characters are not allowed as a project/user name as it will conflict with file naming system
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameUtil

        public NameUtil()
    • Method Detail

      • isNameValid

        public static boolean isNameValid​(java.lang.String aName)
        Check if the name is valid, SPecial characters are not allowed as a project/user name as it will conflict with file naming system
        Parameters:
        aName - a name.
        Returns:
        if the name is valid.