public class LocaleExtensionPoint extends Object implements CustomExtensionPoint
| Constructor and Description |
|---|
LocaleExtensionPoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPluginConfigurationFilePath() |
boolean |
keepAfterInit()
Return true if the instance of this extension point should be kept in memory.
|
<T extends ClassLoader & ApplicationClassLoader> |
loadPluginConfiguration(IO.Readable io,
T classLoader,
IAsync<?>... startOn)
Load configuration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintInfopublic String getPluginConfigurationFilePath()
getPluginConfigurationFilePath in interface CustomExtensionPointpublic boolean keepAfterInit()
CustomExtensionPointkeepAfterInit in interface CustomExtensionPointpublic <T extends ClassLoader & ApplicationClassLoader> IAsync<Exception> loadPluginConfiguration(IO.Readable io, T classLoader, IAsync<?>... startOn)
CustomExtensionPointloadPluginConfiguration in interface CustomExtensionPointCopyright © 2019. All rights reserved.