kryshen.tema
Class Tema
java.lang.Object
kryshen.tema.Tema
public class Tema
- extends java.lang.Object
Tema main class.
- Author:
- Mikhail Kryshen
Field Summary |
static java.lang.String |
AUTHOR
|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
LICENSE
|
static java.lang.String |
TITLE
|
static java.lang.String |
VERSION
|
Constructor Summary |
Tema()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
AUTHOR
public static final java.lang.String AUTHOR
- See Also:
- Constant Field Values
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
LICENSE
public static final java.lang.String LICENSE
Tema
public Tema()
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.sql.SQLException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
createFileWriter
public static java.io.BufferedWriter createFileWriter(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
createFileReader
public static java.io.BufferedReader createFileReader(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
createTemplateReader
public static TemplateReader createTemplateReader(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
createTemplateReader
public static TemplateReader createTemplateReader(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException