Class CSServices
java.lang.Object
com.io7m.certusine.vanilla.CSServices
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.io7m.repetoir.core.RPServiceDirectoryWritableTypecreate(Locale locale, Path configurationFile, Clock clock, CSTelemetryServiceType telemetry) 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 localeconfigurationFile- The configuration fileclock- The clocktelemetry- The telemetry service- Returns:
- A service directory
- Throws:
IOException- On errorsException
-