l10n converter

com.sun.star.tooling.converter
クラス OutputHandler

java.lang.Object
  上位を拡張 com.sun.star.tooling.converter.OutputHandler

public class OutputHandler
extends java.lang.Object

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
 

フィールドの詳細

dbgFile

public static java.io.BufferedWriter dbgFile
The File to write the debug information to


doDebug

public static boolean doDebug
Indicate whether the debug information should be written


doLog

public static boolean doLog
Indicates whether excisting files should be overwritten


logFile

public static java.io.BufferedWriter logFile
The logfile to write

コンストラクタの詳細

OutputHandler

public OutputHandler()
メソッドの詳細

closeAll

public static void closeAll()
                     throws java.io.IOException
例外:
java.io.IOException - close log and dbg

l10n converter

Copyright © 2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA