| Package | Description |
|---|---|
| net.lecousin.framework.locale |
Localization.
|
| net.lecousin.framework.plugins |
Plugins mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleExtensionPoint
Extension point that loads localized properties from the list in META-INF/net.lecousin/locale.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends CustomExtensionPoint> |
ExtensionPoints.getCustomExtensionPoint(Class<T> clazz)
Retrieve an extension point instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CustomExtensionPoint> |
ExtensionPoints.getCustomExtensionPoints()
Return all registered custom extension points.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExtensionPoints.add(CustomExtensionPoint custom)
Add a custom extension point.
|
Copyright © 2019. All rights reserved.