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