public class PipelineLoader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GROUP |
static Logger |
LOG |
static String |
MULTILINGUAL_GROUP |
Constructor and Description |
---|
PipelineLoader(org.wikibrain.core.cmd.Env env) |
PipelineLoader(org.wikibrain.core.cmd.Env env,
List<StageArgs> args) |
Modifier and Type | Method and Description |
---|---|
void |
run(String[] args) |
boolean |
runDiagnostics(org.wikibrain.core.cmd.Env env,
String[] args,
PrintStream writer) |
boolean |
runDiagnostics(org.wikibrain.core.cmd.Env env,
String[] args,
PrintWriter writer) |
void |
setForceRerun(boolean forceRerun) |
public static final String DEFAULT_GROUP
public static final String MULTILINGUAL_GROUP
public static Logger LOG
public PipelineLoader(org.wikibrain.core.cmd.Env env) throws org.wikibrain.conf.ConfigurationException, org.wikibrain.core.dao.DaoException, ClassNotFoundException, InterruptedException
org.wikibrain.conf.ConfigurationException
org.wikibrain.core.dao.DaoException
ClassNotFoundException
InterruptedException
public PipelineLoader(org.wikibrain.core.cmd.Env env, List<StageArgs> args) throws org.wikibrain.conf.ConfigurationException, org.wikibrain.core.dao.DaoException, ClassNotFoundException, InterruptedException
org.wikibrain.conf.ConfigurationException
org.wikibrain.core.dao.DaoException
ClassNotFoundException
InterruptedException
public boolean runDiagnostics(org.wikibrain.core.cmd.Env env, String[] args, PrintStream writer) throws IOException, InterruptedException
IOException
InterruptedException
public boolean runDiagnostics(org.wikibrain.core.cmd.Env env, String[] args, PrintWriter writer) throws IOException, InterruptedException
IOException
InterruptedException
public void run(String[] args) throws IOException, InterruptedException, StageFailedException
public void setForceRerun(boolean forceRerun)
Copyright © 2015. All rights reserved.