public class DefaultPreferenceFactory extends java.lang.Object implements PreferenceFactory
Preferences known by the
DefaultResultRenderer.
| Preference Key | Description |
|---|---|
| onlyShortestPaths | Only the shortest paths are reported in the case of unwanted dependencies. |
| allPaths | All paths are reported in the case of unwanted dependencies. |
| onlyFailures | Only results are reported which are not ok. |
| allResults | All results are reported. |
| Modifier and Type | Field and Description |
|---|---|
static Preference |
ALL_PATHS |
static Preference |
ALL_RESULTS |
static Preference |
ONLY_FAILURES |
static Preference |
ONLY_SHORTEST_PATHS |
| Constructor and Description |
|---|
DefaultPreferenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Preference |
get(java.lang.String key) |
public static final Preference ONLY_SHORTEST_PATHS
public static final Preference ALL_PATHS
public static final Preference ALL_RESULTS
public static final Preference ONLY_FAILURES
public Preference get(java.lang.String key)
get in interface PreferenceFactory