eschool.util
Class Checker

java.lang.Object
  extended byeschool.util.Checker

public class Checker
extends java.lang.Object


Constructor Summary
Checker()
           
 
Method Summary
static boolean allowedSymbols(java.lang.String text)
          Checks whether the imput parameter contains the symbol " ' "
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checker

public Checker()
Method Detail

allowedSymbols

public static boolean allowedSymbols(java.lang.String text)
Checks whether the imput parameter contains the symbol " ' "

Parameters:
text - checked text
Returns:
true if the imput parameter does not contain the symbol " ' "; false otherwise