Package co.uk.hjcs.canyon.provider

Interface Summary
CanyonConfigProvider This interface provides the capability to load the mapping and configuration for Canyon to process.
CanyonInputProvider This class represents the way Canyon gets access to data input Out of the box Canyon gives 5 options for input File, Resource (classpath lookup), Property (environment or runtime variable) or Directory (all the files in a particular directory) or Provider (your custom implementation of this class) By creating your own implementation of this class it is possible to create unlimited ways of obtaining input data.
CanyonOutputProvider This class represents the output that Canyon uses to persist objects to.