Package nz.org.riskscape.config.ini4j
Interface Ini4jConfigConstants
- All Known Implementing Classes:
Ini4jConfig,Ini4jConfigSection,IniConfig
public interface Ini4jConfigConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringDefault name of a project.ini filestatic final StringURIs matching this proto are on the file system and can be auto importedstatic final Stringstatic final StringFile extension for ini filesstatic final Stringstatic final intAuto 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.iniwould be renamed to be like[type cool section]
-