-
scanForPropertiesFiles
boolean scanForPropertiesFiles
If this is true, when a path is a directory, it will be scanned for properties files (*.propeties) and
those will be loaded in the order in which they are found using javaio.File.listFiles().
-
warnOnNoPropertiesFileExtension
boolean warnOnNoPropertiesFileExtension
If set to true, emit a warning if files in the list are not .properties files (ignored if scanForPropertiesFiles is set).
-
warnOnReferenceNotFound
boolean warnOnReferenceNotFound
If set to true, will warn on the fact a resource was not found where it was specified. If false, will be ignored
-
failOnReferenceNotFound
boolean failOnReferenceNotFound
Fail cleanly and immediately with a RuntimeException if reference yields no properties
-
useBracketExtensionHeader
boolean useBracketExtensionHeader
If true, search for bracket extensions header and load accordingly. This turns on Mode.Explicit
-
useCompatibilityMode
boolean useCompatibilityMode
If true, Compatibility mode is turned on for parsing as cvlose as possible to java.util.Properties
-
useLineMode
boolean useLineMode
If true, use Mode.Line.
-
useExplicitMode
boolean useExplicitMode
If true, use Mode.Explicit.
-
useBasicTokenMode
boolean useBasicTokenMode
Use BasicToken Mode
-
insertResultsIntoSystemProperties
boolean insertResultsIntoSystemProperties
If true, insert all the loaded properties into System using setProperty() on each item;
-
locale
Locale locale
If this is non-null, treat the LoadList like a set of ResourceBundle paths and localize them. Obviously
this only applies to EXTERNAL and CLASSLOADED ReferenceTypes