|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.kebrt.html2latex.Main
public class Main
Program main class.
Field Summary | |
---|---|
private static java.lang.String |
_configFile
Configuration file. |
private static java.lang.String |
_cssFile
File with CSS. |
private static java.lang.String |
_inputFile
Input HTML file. |
private static java.lang.String |
_outputFile
Output LaTeX file. |
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static java.lang.String |
getConfigFile()
Returns name of the file with configuration. |
static java.lang.String |
getCSSFile()
Returns name of the file with CSS. |
static void |
main(java.lang.String[] args)
Creates Parser instance and runs its
parse() method. |
private static void |
processCmdLineArgs(java.lang.String[] args)
Processes command line arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.String _inputFile
private static java.lang.String _outputFile
private static java.lang.String _configFile
private static java.lang.String _cssFile
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args)
Parser
instance and runs its
parse()
method.
args
- command line argumentsprivate static void processCmdLineArgs(java.lang.String[] args)
args
- command line argumentspublic static java.lang.String getCSSFile()
public static java.lang.String getConfigFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |