net.moraleboost.junsai.tool
クラス Compile

java.lang.Object
  上位を拡張 net.moraleboost.junsai.tool.Tool
      上位を拡張 net.moraleboost.junsai.tool.Compile

public class Compile
extends Tool

辞書コンパイルコマンド

作成者:
taketa

フィールドの概要
static java.lang.String DIC_EXTENSION
           
 
コンストラクタの概要
Compile()
           
 
メソッドの概要
static void compileCharProperty(CompilerConfig config)
           
static void compileConnector(CompilerConfig config)
           
static void compileDictionary(CompilerConfig config)
           
static void compileUnknownDictionary(CompilerConfig config)
           
static void main(java.lang.String[] args)
           
 
クラス net.moraleboost.junsai.tool.Tool から継承されたメソッド
resolvePath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DIC_EXTENSION

public static final java.lang.String DIC_EXTENSION
関連項目:
定数フィールド値
コンストラクタの詳細

Compile

public Compile()
メソッドの詳細

main

public static void main(java.lang.String[] args)

compileUnknownDictionary

public static void compileUnknownDictionary(CompilerConfig config)
                                     throws DictionaryException,
                                            java.io.IOException
例外:
DictionaryException
java.io.IOException

compileDictionary

public static void compileDictionary(CompilerConfig config)
                              throws DictionaryException,
                                     java.io.IOException
例外:
DictionaryException
java.io.IOException

compileCharProperty

public static void compileCharProperty(CompilerConfig config)
                                throws DictionaryException,
                                       java.io.IOException
例外:
DictionaryException
java.io.IOException

compileConnector

public static void compileConnector(CompilerConfig config)
                             throws DictionaryException,
                                    java.io.IOException
例外:
DictionaryException
java.io.IOException