Package com.norconex.importer
Class ImporterLauncher
- java.lang.Object
-
- com.norconex.importer.ImporterLauncher
-
public final class ImporterLauncher extends Object
Command line launcher of the Importer application. Invoked by theImporter.main(String[])
method.- Since:
- 2.0.0
- Author:
- Pascal Essiembre
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARG_CHECKCFG
static String
ARG_IGNOREERRORS
static String
ARG_VARIABLES
-
-
-
Field Detail
-
ARG_VARIABLES
public static final String ARG_VARIABLES
- See Also:
- Constant Field Values
-
ARG_CHECKCFG
public static final String ARG_CHECKCFG
- See Also:
- Constant Field Values
-
ARG_IGNOREERRORS
public static final String ARG_IGNOREERRORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
launch
public static void launch(String[] args)
-
-