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

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

public class EpocVariantData
extends java.lang.Object
implements DataAcceptable

checks that a parameter is a valid Epoc variant (delegate to com.symbian.et.environment.Epoc)

Author:
EngineeringTools

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

EpocVariantData

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