| Package | Description |
|---|---|
| net.lecousin.framework.adapter |
Adapters can obtain an instance of a type from another type.
|
| net.lecousin.framework.math |
Utility classes.
|
| net.lecousin.framework.plugins |
Plugins mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRegistry
Register available adapters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegerUnit.ConverterRegistry
Extension point from converters.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ExtensionPoint<?>> |
ExtensionPoints.getExtensionPoint(Class<T> clazz)
Retrieve an extension point instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ExtensionPoint<?>> |
ExtensionPoints.getExtensionPoints()
Return all registered extension points.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Plugin> |
ExtensionPoints.add(ExtensionPoint<T> point)
Add an extension point.
|
Copyright © 2019. All rights reserved.