public class Attributes extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
failOnReferenceNotFound
Fail cleanly and immediately with a RuntimeException if reference yields no properties
|
boolean |
insertResultsIntoSystemProperties
If true, insert all the loaded properties into System using setProperty() on each item;
|
Locale |
locale
If this is non-null, treat the LoadList like a set of ResourceBundle paths and localize them.
|
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().
|
private static long |
serialVersionUID |
boolean |
useBasicTokenMode
Use BasicToken Mode
|
boolean |
useBracketExtensionHeader
If true, search for bracket extensions header and load accordingly.
|
boolean |
useCompatibilityMode
If true, Compatibility mode is turned on for parsing as cvlose as possible to java.util.Properties
|
boolean |
useExplicitMode
If true, use Mode.Explicit.
|
boolean |
useLineMode
If true, use Mode.Line.
|
boolean |
warnOnNoPropertiesFileExtension
If set to true, emit a warning if files in the list are not .properties files (ignored if scanForPropertiesFiles is set).
|
boolean |
warnOnReferenceNotFound
If set to true, will warn on the fact a resource was not found where it was specified.
|
| Constructor and Description |
|---|
Attributes() |
private static final long serialVersionUID
public boolean scanForPropertiesFiles
public boolean warnOnNoPropertiesFileExtension
public boolean warnOnReferenceNotFound
public boolean failOnReferenceNotFound
public boolean useBracketExtensionHeader
public boolean useCompatibilityMode
public boolean useLineMode
public boolean useExplicitMode
public boolean useBasicTokenMode
public boolean insertResultsIntoSystemProperties
public Locale locale
Copyright © 2011-2014 David R. Smith. All Rights Reserved.