| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces |
Collection of basic, simple, standard, hopefully useful interfaces (some with factory methods for default object creation).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardExampleAsCmd
A standard example with show (example output) and source (example code as quine) and provides a command.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
StandardExampleRunner.runExample(StandardExample example)
Runs an example showing output with frames.
|
default void |
StandardExampleRunner.runExampleWithCode(StandardExample example)
Runs an example, first showing the source code and then output with frames.
|
Copyright © 2016–2017. All rights reserved.