Package nz.org.riskscape.config
Interface ConfigProblems
- All Superinterfaces:
ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionalreadyIncluded(URI source) Config tried to import some other bit of config, but it's already been addedduplicateKey(Object location, String section, String key) duplicateSection(String name, URI used, URI ignored) static ConfigProblemsget()spuriousKeys(ConfigSection section, Set<String> extraKeys) spuriousSectionInProject(String section, URI projectFileLocation, List<String> allowed)
-
Method Details
-
get
-
alreadyIncluded
Config tried to import some other bit of config, but it's already been added
-
duplicateSection
-
duplicateKey
-
spuriousKeys
-
spuriousSectionInProject
-