Package nz.org.riskscape.config
Interface ConfigProblems
- All Superinterfaces:
ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionalreadyIncluded(URI newImport, SourceLocation newImportFrom, SourceLocation existingImport) Config tried to import some other bit of config, but it's already been addedcannotImportProjectFile(URI newImport, SourceLocation newImportFrom) Config is attempting to import the main project file itself.duplicateKey(Object location, String section, String key) default ProblemduplicateSection(String name, URI used, URI ignored) duplicateSectionWarning(String name, URI used, URI ignored, Problem... hint) static ConfigProblemsget()spuriousKeys(ConfigSection section, Collection<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
-
cannotImportProjectFile
Config is attempting to import the main project file itself.
-
duplicateSection
-
duplicateSectionWarning
-
duplicateSectionHint
Problem duplicateSectionHint() -
duplicateKey
-
spuriousKeys
-
spuriousSectionInProject
-