com.sun.star.tooling.converter
クラス Convert
java.lang.Object
com.sun.star.tooling.converter.Convert
public class Convert
- extends java.lang.Object
The main class of the converter tool
The converter tool is command line based.
Its classes allow the converting between the
file formats sdf, gsi and xliff.
Those file formats are used in localization
of Star-Office and Open-Office.
Information about the whole localization process can be found in
http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf
|
メソッドの概要 |
protected static java.lang.String |
extractExtension(java.lang.String sourceString)
Get the extensiion of a file name
(sdf,xliff,gsi) |
static void |
main(java.lang.String[] args)
|
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Convert
public Convert()
extractExtension
protected static java.lang.String extractExtension(java.lang.String sourceString)
- Get the extensiion of a file name
(sdf,xliff,gsi)
- パラメータ:
sourceString - the file name
- 戻り値:
- the extension
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.Exception
- 例外:
java.io.IOException
java.lang.Exception
Copyright © 2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA