| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.classpath |
Default implementation of LibrariesManager, simply using the classpath of the JVM.
|
| net.lecousin.framework.concurrent.tasks |
Implementations of tasks.
|
| net.lecousin.framework.locale |
Localization.
|
| Constructor and Description |
|---|
LoadLibraryExtensionPointsFile(BufferedReadableCharacterStream stream,
T classLoader)
Constructor.
|
LoadLibraryPluginsFile(BufferedReadableCharacterStream stream,
T classLoader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncSupplier<Properties,Exception> |
LoadPropertiesFileTask.loadPropertiesFile(BufferedReadableCharacterStream stream,
byte priority,
IO.OperationType closeStreamAtEnd,
Consumer<Properties> onDone)
Load properties from a character stream.
|
| Constructor and Description |
|---|
LoadPropertiesFileTask(BufferedReadableCharacterStream stream,
byte priority,
IO.OperationType closeStreamAtEnd,
Consumer<Properties> onDone)
Constructor.
|
| Constructor and Description |
|---|
LoadLibraryLocaleFile(BufferedReadableCharacterStream stream,
T classLoader)
Constructor.
|
Copyright © 2019. All rights reserved.