com.symbian.et.test.cmdline.argscheckers
Interface DataAcceptable

All Known Implementing Classes:
AlphaNumericData, AnyData, EpocTargetData, EpocVariantData, NumericData, OpenSocketData

public interface DataAcceptable

Author:
EngineeringTools

Method Summary
 void check(java.lang.String aString)
          checks that the parameter is valid
 

Method Detail

check

public void check(java.lang.String aString)
           throws org.apache.commons.cli.ParseException
checks that the parameter is valid

Throws:
org.apache.commons.cli.ParseException - if the parameter is not valid