Class Utilities

java.lang.Object
com.jk.core.validation.builtin.Utilities

public class Utilities extends Object
This class is a utlility class used to test whether a string is a Java Identifier or not, as well as whether the platform is Windows or not.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • Utilities

      public Utilities()
  • Method Details

    • isJavaIdentifier

      public static boolean isJavaIdentifier(String text)
      This method is yet to be implemented (TBI).
      Parameters:
      text - Specifies the method parameters (TBI).
      Returns:
      false
    • isWindows

      public static boolean isWindows()
      This method is yet to be implemented (TBI).
      Returns:
      false.