public static interface Plugin.Engine.PoolStrategy
TypePool for a plugin engine application.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Plugin.Engine.PoolStrategy.DefaultA default implementation of a pool strategy where type descriptions are resolved lazily. | 
| static class  | Plugin.Engine.PoolStrategy.EagerA 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–2024. All rights reserved.