Class CSServices

java.lang.Object
com.io7m.certusine.vanilla.CSServices

public final class CSServices extends Object
The main service directory.
  • Method Details

    • create

      public static com.io7m.repetoir.core.RPServiceDirectoryWritableType create(Locale locale, Path configurationFile, Clock clock, CSTelemetryServiceType telemetry) throws Exception
      The main service directory.
      Parameters:
      locale - The locale
      configurationFile - The configuration file
      clock - The clock
      telemetry - The telemetry service
      Returns:
      A service directory
      Throws:
      IOException - On errors
      Exception