Package com.jk.core.validation.builtin
Class Utilities
java.lang.Object
com.jk.core.validation.builtin.Utilities
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isJavaIdentifier
(String text) This method is yet to be implemented (TBI).static boolean
This method is yet to be implemented (TBI).
-
Constructor Details
-
Utilities
public Utilities()
-
-
Method Details
-
isJavaIdentifier
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.
-