public abstract class CLIBase2 extends Object
Constructor and Description |
---|
CLIBase2() |
Modifier and Type | Method and Description |
---|---|
File |
getConfFile() |
org.springframework.context.ApplicationContext |
getContext() |
String |
getLogLevel() |
void |
init() |
abstract void |
run() |
void |
setConfFile(File confFile) |
void |
setContext(org.springframework.context.ApplicationContext context) |
void |
setLogLevel(String logLevel) |
public CLIBase2()
public void init() throws IOException
IOException
public abstract void run()
public void setContext(org.springframework.context.ApplicationContext context)
public org.springframework.context.ApplicationContext getContext()
public File getConfFile()
public void setConfFile(File confFile)
public void setLogLevel(String logLevel)
public String getLogLevel()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann