Package nz.org.riskscape.config.ini4j
Interface Ini4jConfigConstants
- All Known Implementing Classes:
Ini4jConfig
,Ini4jConfigSection
public interface Ini4jConfigConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Default name of a project.ini filestatic final String
URIs matching this proto are on the file system and can be auto importedstatic final String
static final String
File extension for ini filesstatic final String
static final int
Auto import directory depth limitMaps ini file prefixes to their type prefix -
Method Summary
-
Field Details
-
RECURSION_LIMIT
static final int RECURSION_LIMITAuto import directory depth limit
- See Also:
-
FILE_PROTO
URIs matching this proto are on the file system and can be auto imported
- See Also:
-
INI_SUFFIX
File extension for ini files
- See Also:
-
DEFAULT_PROJECT_INI
Default name of a project.ini file
- See Also:
-
PROJECT_SECTION
- See Also:
-
AUTOIMPORT_KEY
- See Also:
-
AUTOIMPORT_DEFAULT
- See Also:
-
IMPORT_KEY
- See Also:
-
TYPE_PREFIXES
Maps ini file prefixes to their type prefix
-
-
Method Details
-
getWellKnownTypePrefix
- Returns:
- the implicit type prefix for the given filename, or null if none exists. Sections without a well known
type prefix in an ini file with this name should be given the resulting prefix. For examples, a section like
[cool section]
in a file namedtypes.ini
would be renamed to be like[type cool section]
-