|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.star.tooling.converter.OutputHandler
public class OutputHandler
Handle the whole output during converting process except the converted files. Write output to logfiles and to screen depending on switches given at command line.
| フィールドの概要 | |
|---|---|
static java.io.BufferedWriter |
dbgFile
The File to write the debug information to |
static boolean |
doDebug
Indicate whether the debug information should be written |
static boolean |
doLog
Indicates whether excisting files should be overwritten |
static java.io.BufferedWriter |
logFile
The logfile to write |
| コンストラクタの概要 | |
|---|---|
OutputHandler()
|
|
| メソッドの概要 | |
|---|---|
static void |
closeAll()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static java.io.BufferedWriter dbgFile
public static boolean doDebug
public static boolean doLog
public static java.io.BufferedWriter logFile
| コンストラクタの詳細 |
|---|
public OutputHandler()
| メソッドの詳細 |
|---|
public static void closeAll()
throws java.io.IOException
java.io.IOException - close log and dbg
|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||