|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.star.tooling.converter.Converter
public final class Converter
This class handles the creating of the source to read from, the target to write to and the appropriate DataHandler
| コンストラクタの概要 | |
|---|---|
Converter(java.lang.String sourceType,
java.lang.String sourceString,
java.lang.String SourceLanguage,
java.lang.String targetType,
java.lang.String targetString,
java.lang.String TargetLanguage,
java.lang.String secondSourceString,
boolean overwrite)
Creates a new instance of Converter |
|
| メソッドの概要 | |
|---|---|
void |
convert()
Do the converting from the source file format to the target file format |
static int |
getLineCounter()
Get the line counter |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Converter(java.lang.String sourceType,
java.lang.String sourceString,
java.lang.String SourceLanguage,
java.lang.String targetType,
java.lang.String targetString,
java.lang.String TargetLanguage,
java.lang.String secondSourceString,
boolean overwrite)
throws java.io.IOException,
java.lang.Exception
sourceType - the type of the sourceFilesourceString - the name of the sourceFileSourceLanguage - the ISO Id of the sourceLanguagetargetType - the type of the targetFiletargetString - the name of the targetFileTargetLanguage - the ISO Id of the targetLanguagesecondSourceString - the name of the second sourceFile (GSI merge only)overwrite - indicates whether overwrite existing files
java.io.IOException
java.lang.Exception| メソッドの詳細 |
|---|
public final void convert()
throws java.io.IOException
java.io.IOExceptionpublic static int getLineCounter()
|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||