See: Description
| Interface | Description |
|---|---|
| Command |
A command transforms a record into zero or more records.
|
| CommandBuilder |
Interface to create instances of morphline commands.
|
| ExceptionHandler |
Morphline-wide default handler that commands can choose to use to handle exceptions.
|
| Class | Description |
|---|---|
| MorphlineContext |
Additional user defined parameters that will be passed to all morphline commands.
|
| MorphlineContext.Builder |
Helper to construct a
MorphlineContext instance. |
| Record |
A record is a set of named fields where each field has a list of one or more values.
|
| TypedSettings |
A Map with convenient typed accessors for reading values.
|
| Exception | Description |
|---|---|
| MorphlineCompilationException |
Indicates a parse error.
|
| MorphlineRuntimeException |
Base class of all morphline exceptions.
|
Copyright © 2013–2015. All rights reserved.