net.firstpartners.nounit.ui.common
Class CommandValueChecker

java.lang.Object
  |
  +--net.firstpartners.nounit.ui.common.AbstractValueChecker
        |
        +--net.firstpartners.nounit.ui.common.CommandValueChecker

public class CommandValueChecker
extends AbstractValueChecker

Base Class for Checking Values within System set of page values that need checked.


Constructor Summary
CommandValueChecker()
           
 
Method Summary
 boolean checkValues(AbstractPackage myValues)
          checkCommandLineValues
 
Methods inherited from class net.firstpartners.nounit.ui.common.AbstractValueChecker
checkForDirsExist, checkForNullEmptyString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandValueChecker

public CommandValueChecker()
Method Detail

checkValues

public boolean checkValues(AbstractPackage myValues)
                    throws NoUnitException
checkCommandLineValues
Overrides:
checkValues in class AbstractValueChecker
Parameters:
myValues - - sets of Values to Check
Returns:
successFlag - true if all values match those specified
Throws:
NoUnitCheckException - if values do not match