com.symbian.et.test.cmdline.argscheckers
Class AlphaNumericData

java.lang.Object
  extended bycom.symbian.et.test.cmdline.argscheckers.AlphaNumericData
All Implemented Interfaces:
DataAcceptable

public class AlphaNumericData
extends java.lang.Object
implements DataAcceptable

checks that a parameter is alphanumeric

Author:
EngineeringTools

Constructor Summary
AlphaNumericData()
           
 
Method Summary
 void check(java.lang.String aString)
          checks that the parameter is valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaNumericData

public AlphaNumericData()
Method Detail

check

public void check(java.lang.String aString)
           throws org.apache.commons.cli.ParseException
Description copied from interface: DataAcceptable
checks that the parameter is valid

Specified by:
check in interface DataAcceptable
Throws:
org.apache.commons.cli.ParseException - if the parameter is not valid