Searched refs:defaultValuesPath (Results 1 – 1 of 1) sorted by relevance
38 private final String defaultValuesPath; field in DeviceConfigBootstrapValues44 public DeviceConfigBootstrapValues(String defaultValuesPath) { in DeviceConfigBootstrapValues() argument45 this.defaultValuesPath = defaultValuesPath; in DeviceConfigBootstrapValues()124 return Path.of(URI.create(defaultValuesPath)); in getPath()