Interface ImportController


  • public interface ImportController
    Manage and control the import execution flow.

    This controller is a singleton and can therefore be found in Lookup:

    ImportController ic = Lookup.getDefault().lookup(ImportController.class);
    Author:
    Mathieu Bastian