|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasia.redact.bracket.properties.mgmt.Attributes
public class Attributes
Instructions on how to handle the load of the files which apply to the full work flow. See comments on individual fields below for details.
| Field Summary | |
|---|---|
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(). |
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 Summary | |
|---|---|
Attributes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Attributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||