Package me.datafox.dfxengine.handles
Class HandleManagerConfiguration
java.lang.Object
me.datafox.dfxengine.handles.HandleManagerConfiguration
Configuration for HandleManagerImpl
. Contains options on whether to use unordered (HashHandleSet
and
HashHandleMap
) or ordered (TreeHandleSet
and TreeHandleMap
) collections in various parts of
the Handles module. It also registers a default configuration as a Component
that can be overridden when
using the Injector module.
Summary:
orderedSpaces
reflectsHandleManagerImpl.getSpaces()
and istrue
by defaultorderedHandlesInSpaces
reflectsSpaceImpl.getHandles()
andSpaceImpl.getAllHandles()
and istrue
by defaultorderedHandlesInGroups
reflectsGroup.getHandles()
and isfalse
by defaultorderedGroups
reflectsSpaceImpl.getGroups()
and istrue
by defaultorderedSubHandles
reflectsHandleImpl.getSubHandles()
and istrue
by defaultorderedTags
reflectsHandle.getTags()
and isfalse
by default
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandleManagerConfiguration
public HandleManagerConfiguration()
-
-
Method Details
-
defaultConfiguration
- Returns:
- default configuration (see
HandleManagerConfiguration
)
-