Package classycle.dependency
Class DefaultPreferenceFactory
java.lang.Object
classycle.dependency.DefaultPreferenceFactory
- All Implemented Interfaces:
PreferenceFactory
Factory of
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. |
- Author:
- Franz-Josef Elmer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Preference
static final Preference
static final Preference
static final Preference
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ONLY_SHORTEST_PATHS
-
ALL_PATHS
-
ALL_RESULTS
-
ONLY_FAILURES
-
-
Constructor Details
-
DefaultPreferenceFactory
public DefaultPreferenceFactory()
-
-
Method Details
-
get
- Specified by:
get
in interfacePreferenceFactory
-