public final class FormatterProperties
extends java.lang.Object
Utility manages settings of formatter configured by properties.
| Modifier and Type | Method and Description |
|---|---|
static FormatterProperties |
from(java.io.File... files)
Import settings from a sequence of files (file import is the given order)
|
static FormatterProperties |
from(java.lang.Iterable<java.io.File> files)
Import settings from a sequence of files (file import is the given order)
|
java.util.Properties |
getProperties()
Returns the accumulated
Properties |
public static FormatterProperties from(java.io.File... files) throws java.lang.IllegalArgumentException
Import settings from a sequence of files (file import is the given order)
files - Sequence of filesjava.lang.IllegalArgumentException - In case the import of a file failspublic static FormatterProperties from(java.lang.Iterable<java.io.File> files) throws java.lang.IllegalArgumentException
Import settings from a sequence of files (file import is the given order)
files - Sequence of filesjava.lang.IllegalArgumentException - In case the import of a file failspublic java.util.Properties getProperties()
Returns the accumulated Properties