Class DefaultRunIdGenerator

  • All Implemented Interfaces:
    RunIdGenerator

    public class DefaultRunIdGenerator
    extends Object
    implements RunIdGenerator
    This class define the default implementation of the RunIsGenerator interface.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • DefaultRunIdGenerator

        public DefaultRunIdGenerator()
        Constructor.
      • DefaultRunIdGenerator

        public DefaultRunIdGenerator​(String expr)
        Constructor.
        Parameters:
        expr - expression to use to create the new run id
    • Method Detail