public class PolyglotWebInterface extends Object implements Runnable
Constructor and Description |
---|
PolyglotWebInterface(String filename,
boolean VERBOSE)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
loadConfiguration(String filename)
Load a configuration file.
|
static void |
main(String[] args)
A main to start the polyglot web server.
|
void |
run()
The starting point for the thread that monitors the uploads directory for tasks.
|
void |
updateOutputFormats()
Update and write out available output formats.
|
public PolyglotWebInterface(String filename, boolean VERBOSE)
filename
- the configuration file to loadpublic void loadConfiguration(String filename)
filename
- the configuration filepublic void updateOutputFormats()
public void run()
public static void main(String[] args)
args
- not usedCopyright © 2014. All rights reserved.