Uses of Interface
gov.nasa.pds.vtool.status.ExitStatusType

Packages that use ExitStatusType
gov.nasa.pds.vtool This package provides the main class for executing the Validation Tool. 
gov.nasa.pds.vtool.status This package allows VTool to determine an exit value to give back to the user. 
 

Uses of ExitStatusType in gov.nasa.pds.vtool
 

Classes in gov.nasa.pds.vtool that implement ExitStatusType
 class VTool
          Class to perform automated validation to determine if a given data product is PDS compliant.
 

Uses of ExitStatusType in gov.nasa.pds.vtool.status
 

Classes in gov.nasa.pds.vtool.status that implement ExitStatusType
 class ExitStatus
          Exit Status values 0 = Success 1 = Application error 2 = System error 32 = One or more files skipped the validation run 64 = One or more validation warnings encountered during the validation run 96 = One or more files skipped and validation warnings encountered during the validation run 128 = One or more validation errors encountered during the validation run 160 = One or more files skipped and validation errors encountered during the validation run 192 = One or more validation warnings and errors encountered during the validation run 224 = One or more files skipped, validation warnings and errors encountered during the validation run
 



Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.