public static interface Plugin.Engine.PoolStrategy
TypePool
for a plugin engine application.Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.PoolStrategy.Default
A default implementation of a pool strategy where type descriptions are resolved lazily.
|
static class |
Plugin.Engine.PoolStrategy.Eager
A pool strategy that resolves type descriptions eagerly.
|
Modifier and Type | Method and Description |
---|---|
TypePool |
typePool(ClassFileLocator classFileLocator)
Creates a type pool.
|
TypePool typePool(ClassFileLocator classFileLocator)
classFileLocator
- The class file locator to use.Copyright © 2014–2020. All rights reserved.