be.ac.ulg.montefiore.run.totem.util
Class DataValidationTools

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.util.DataValidationTools

public class DataValidationTools
extends java.lang.Object

Collection of static methods to validate data strings.

Creation date: 1/10/2007

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
DataValidationTools()
           
 
Method Summary
static boolean isIPAddress(java.lang.String address)
          Tell weither the specified string is an IP address in the format xxx.xxx.xxx.xxx
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataValidationTools

public DataValidationTools()
Method Detail

isIPAddress

public static final boolean isIPAddress(java.lang.String address)
Tell weither the specified string is an IP address in the format xxx.xxx.xxx.xxx

Parameters:
address -
Returns:


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.