Package org.forgerock.openig.heap
Interface HeapletFactory
public interface HeapletFactory
Builds
Heaplet
instances.
A HeapletFactory
can manage multiple Heaplet types.-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Class<?> type) Returns a newHeaplet
instance that know how to build the given type.
-
Method Details