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

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

public class AnyData
extends java.lang.Object
implements DataAcceptable

checks that a parameter is any sort of parameter (this class is needed as a stub)

Author:
EngineeringTools

Constructor Summary
AnyData()
           
 
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

AnyData

public AnyData()
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