| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| net.lecousin.framework.concurrent |
Multi-threading framework.
|
| net.lecousin.framework.concurrent.tasks |
Implementations of tasks.
|
| net.lecousin.framework.io.serialization |
Serialization and deserialization framework.
|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationBootstrap.RunInMain
Utility class that runs the bootstrap in a task.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Cpu.FromRunnable
CPU task from a Runnable.
|
static class |
Task.Cpu.FromSupplierThrows<T,TError extends Exception>
CPU task from a Supplier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SavePropertiesFileTask
Task saving properties to a file.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDeserializer.DeserializationTask
Shortcut to easily create a Task.
|
protected class |
AbstractSerializationSpecWriter.SpecTask
Utility to create tasks.
|
protected class |
AbstractSerializer.SerializationTask
Utility class to create tasks along the process.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
XMLStreamEventsAsync.Next
Shortcut to create a task going to the next event, and call onNext if an event is successfully found.
|
protected class |
XMLStreamEventsAsync.ParsingTask
Shortcut class to create a task.
|
Copyright © 2019. All rights reserved.