edu.stanford.rsl.konrad.io
Interface ConfigFileParser

All Known Implementing Classes:
AutomaticExposureControlCompensationTool, BetaConfigFile, ConfigFile, ConfigFileBasedTrajectory, CylinderBasedVolumeOfInterest, LowContrastWaterCorrectionTool, LUTConfigFile, PolygonBasedVolumeOfInterest, ProjectionTableFileTrajectory, SimulateAutomaticExposureControlTool, SinogramWeightingTool, SystemGeometryConfigFileTrajectory, VolumeOfInterest

public interface ConfigFileParser

Interface for classes which parse config files.

Author:
akmaier

Method Summary
 boolean getSuccess()
          is true if the reading was successful.
 void readConfigFile(java.lang.String filename)
          Reads the configuration from the file denoted by filename
 

Method Detail

readConfigFile

void readConfigFile(java.lang.String filename)
                    throws java.io.IOException
Reads the configuration from the file denoted by filename

Parameters:
filename - the file name
Throws:
java.io.IOException - may happen during reading

getSuccess

boolean getSuccess()
is true if the reading was successful.

Returns:
reading success?