@Immutable @ServiceSpecification @ServiceImplementation public class KeyManagerMapFactory extends LocatableFactory<Map<Class<?>,KeyManager<?>>>
KeyManagerMapLocator.SINGLETON
, which will use it to create the
manager map and subsequently modify it by the
KeyManagerMapModifier
implementations found on the class path.Constructor and Description |
---|
KeyManagerMapFactory() |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,KeyManager<?>> |
get()
Returns a new empty map for subsequent modification.
|
int |
getPriority()
Returns a priority to help
Locator s to prioritize this object. |
toString
public Map<Class<?>,KeyManager<?>> get()
public int getPriority()
Locator
s to prioritize this object.
The implementation in the class LocatableService
returns zero.
If the runtime class of this object is
KeyManagerMapFactory
, then -100
gets returned.
Otherwise, zero gets returned.
getPriority
in class LocatableService
Locator
s to prioritize this object.Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.