public interface CustomExtensionPoint
| Modifier and Type | Method and Description |
|---|---|
default String |
getPluginConfigurationFilePath() |
boolean |
keepAfterInit()
Return true if the instance of this extension point should be kept in memory.
|
default <T extends ClassLoader & ApplicationClassLoader> |
loadPluginConfiguration(IO.Readable io,
T libraryClassLoader,
IAsync<?>... startOn)
Load configuration.
|
default void |
printInfo(StringBuilder s)
Print information about this extension point to the given StringBuilder.
|
default String getPluginConfigurationFilePath()
default <T extends ClassLoader & ApplicationClassLoader> IAsync<Exception> loadPluginConfiguration(IO.Readable io, T libraryClassLoader, IAsync<?>... startOn)
default void printInfo(StringBuilder s)
boolean keepAfterInit()
Copyright © 2019. All rights reserved.