Class SimulationJobsScannerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Simulation> scan​(java.lang.String forSimulation, java.lang.String... inPackages)
      Scanner method which takes a list of paths to be scanned for benchmark entities and returns a list of Simulation instances.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimulationJobsScannerImpl

        public SimulationJobsScannerImpl()
    • Method Detail

      • scan

        public java.util.List<Simulation> scan​(java.lang.String forSimulation,
                                               java.lang.String... inPackages)
        Description copied from interface: SimulationJobsScanner
        Scanner method which takes a list of paths to be scanned for benchmark entities and returns a list of Simulation instances.
        Specified by:
        scan in interface SimulationJobsScanner
        Parameters:
        forSimulation - Simulation name.
        inPackages - The path to scan for entities.
        Returns:
        A list of benchmark job instances.