| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| net.java.truelicense.core.codec |
Provides object graph encoding/decoding services (alias serialization).
|
| net.java.truelicense.core.io |
Provides I/O services.
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseVendorManager.create(License bean,
Sink sink)
Generates a license key from the given license bean and stores the
result to the given sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlCodec.encode(Sink sink,
Object obj) |
void |
SerializationCodec.encode(Sink sink,
Object obj) |
void |
JaxbCodec.encode(Sink sink,
Object obj) |
void |
Codec.encode(Sink sink,
Object obj)
Encodes a nullable object graph to the given sink.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Store
An abstraction for storing data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileStore
A file store.
|
class |
MemoryStore
A (heap) memory store.
|
class |
PreferencesStore
A preferences (node) store.
|
| Modifier and Type | Method and Description |
|---|---|
Sink |
Transformation.apply(Sink sink)
Returns a sink which decorates the output streams provided by the given
sink.
|
static Sink |
Sinks.error()
Returns a sink which writes to standard error without ever closing it.
|
static Sink |
Sinks.output()
Returns a sink which writes to standard output without ever closing it.
|
static Sink |
Sinks.uncloseable(OutputStream out)
|
| Modifier and Type | Method and Description |
|---|---|
Sink |
Transformation.apply(Sink sink)
Returns a sink which decorates the output streams provided by the given
sink.
|
static void |
Copy.copy(Source source,
Sink sink) |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.