Class Configuration

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.Configuration

public class Configuration
extends Object
A spalloc configuration loaded from a file.
  • Constructor Details

    • Configuration

      public Configuration​(String configFilename)
      Load the configuration from a file. The configuration loader searches from the file in various "sensible" places.
      Parameters:
      configFilename - The name of file to load from.
      Throws:
      RuntimeException - If the configuration could not be loaded.
  • Method Details