public class Settings extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
encodingCharset
The encoding used to read and write files.
Defaults to "UTF-8". |
static ClassLoader |
SERVICE_FACTORY_CLASSLOADER
The classloader to load the service factorty.
|
static String |
SERVICE_FACTORY_CLASSNAME
The service factory class name.
|
public static Charset encodingCharset
Usually set by the maven plugins from "project.build.sourceEncoding".
public static String SERVICE_FACTORY_CLASSNAME
If this value is null, the ServiceFactory is loaded via the ServiceLoader.
However, if for whatever reason, the loader doesn't find the service configuration or cannot
be used, the class defined by SERVICE_FACTORY_CLASSNAME can be instantiated.
Applications must change this at a very early stage of startup, for example in the main-method.
public static ClassLoader SERVICE_FACTORY_CLASSLOADER
If this value is null, the the ServiceFactory is loaded via a default classloader.
Tentackle - distributed, domain- and model-driven