public class ConvertWizardConsole extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConvertWizardConsole.COMMAND |
static class |
ConvertWizardConsole.ExitWizardException |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
isDebug
Determines if debug mode is on or off
|
| Constructor and Description |
|---|
ConvertWizardConsole(String prefixPrompt)
Initializes an object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
deresolveURIs(File outputFile,
org.corpus_tools.pepper.common.PepperJob pepperJob)
Before saving, create relative URIs for Pepper job.
|
boolean |
exportPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
A sub wizard to manage the import phase.
|
org.corpus_tools.pepper.common.Pepper |
getPepper() |
boolean |
importPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
A sub wizard to manage the import phase.
|
void |
manipulationPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
A sub wizard to manage the manipulation phase.
|
void |
setPepper(org.corpus_tools.pepper.common.Pepper pepper) |
void |
start()
Starts this console, using std in and std out.
|
org.corpus_tools.pepper.common.PepperJob |
start(BufferedReader in,
PrintStream out)
Starts the wizard for a 'session'.
|
public Boolean isDebug
public ConvertWizardConsole(String prefixPrompt)
prefixPrompt - the prefix prompt to be displayed, before the prompt of this
console.public org.corpus_tools.pepper.common.Pepper getPepper()
public void setPepper(org.corpus_tools.pepper.common.Pepper pepper)
pepper - The Pepper object, which shall create and run the jobpublic void start()
public org.corpus_tools.pepper.common.PepperJob start(BufferedReader in, PrintStream out)
importPhase(PepperJob)manipulationPhase(PepperJob)exportPhase(PepperJob)in - out - public static void deresolveURIs(File outputFile, org.corpus_tools.pepper.common.PepperJob pepperJob) throws IOException
outputFile - pepperJob - IOExceptionpublic boolean importPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
pepperJob - the PepperJob object to be filled.public void manipulationPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
pepperJob - the PepperJob object to be filled.public boolean exportPhase(org.corpus_tools.pepper.common.PepperJob pepperJob)
pepperJob - the PepperJob object to be filled.Copyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.