Package org.kitesdk.morphline.api

This package contains the heart of the morphline API.

See:
          Description

Interface Summary
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 Summary
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.
 

Exception Summary
MorphlineCompilationException Indicates a parse error.
MorphlineRuntimeException Base class of all morphline exceptions.
 

Package org.kitesdk.morphline.api Description

This package contains the heart of the morphline API.



Copyright © 2013–2014. All rights reserved.