Searched defs:JSON_CONFIG_FILE_EXT (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DConfigBootstrapHelper.java83 public static final String JSON_CONFIG_FILE_EXT = ".json"; field in class:ConfigBootstrapHelper
126 File unqualified = new File(confDir, filePrefix + repoType.toLowerCase() + JSON_CONFIG_FILE_EXT);
128 + filePrefix + repoType.toLowerCase() + JSON_CONFIG_FILE_EXT);

Completed in 28 milliseconds