Class LocalFlow is the local mode specific implementation of a {@link cascading.flow.Flow}.
LocalFlow must be created through a {@link LocalFlowConnector} instance.
If classpath paths are provided on the {@link FlowDef}, the context classloader used to internally urn the current Flow will be swapped out with an URLClassLoader pointing to each element.
@see LocalFlowConnector