Class RunIdStorage


  • public class RunIdStorage
    extends Object
    This class allow to read and write processed run ids.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • RunIdStorage

        public RunIdStorage​(Path runIdStoragePath)
        Constructor.
        Parameters:
        runIdStoragePath - path of the run id storage
    • Method Detail

      • add

        public void add​(RunId runId)
                 throws Aozan3Exception
        Add a run id to the storage
        Parameters:
        runId - the run id to add
        Throws:
        Aozan3Exception - if an error occurs while adding the run id to the file