jp.ne.nifty.iga.tosiki.wizard
クラス JSourceCodeWizardProcessor

java.lang.Object
  |
  +--jp.ne.nifty.iga.tosiki.wizard.JSourceCodeWizardProcessor

public class JSourceCodeWizardProcessor
extends java.lang.Object

JSourceCodeWizard のヘルパークラス。ソースコードウィザード実行部分
ソースコードウィザードを実行してソースコードを生成する部分です

作成者:
Tosiki IGA

コンストラクタの概要
JSourceCodeWizardProcessor()
           
 
メソッドの概要
static java.lang.String getMyClassName(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel)
           
static java.lang.String getUpper(java.lang.String arg)
           
static void write(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, java.lang.String strDirectory)
           
static void writeBasicFunction(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, IndentWriter out)
           
static void writeCommonFunction(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, IndentWriter out)
          共通関数をずばっと挿入します。
static void writeHead(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, IndentWriter out)
          ヘッダ定義・変数宣言部など
static void writeTail(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, IndentWriter out)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JSourceCodeWizardProcessor

public JSourceCodeWizardProcessor()
メソッドの詳細

write

public static final void write(JSourceCodeWizard wizard,
                               JSourceCodeWizardChannel dataChannel,
                               java.util.ArrayList vecItem,
                               java.lang.String strDirectory)
                        throws java.io.IOException
パラメータ:
String - strDirectory 書き込み先ディレクトリ

writeHead

public static final void writeHead(JSourceCodeWizard wizard,
                                   JSourceCodeWizardChannel dataChannel,
                                   java.util.ArrayList vecItem,
                                   IndentWriter out)
                            throws java.io.IOException
ヘッダ定義・変数宣言部など

writeTail

public static final void writeTail(JSourceCodeWizard wizard,
                                   JSourceCodeWizardChannel dataChannel,
                                   java.util.ArrayList vecItem,
                                   IndentWriter out)
                            throws java.io.IOException

writeBasicFunction

public static final void writeBasicFunction(JSourceCodeWizard wizard,
                                            JSourceCodeWizardChannel dataChannel,
                                            java.util.ArrayList vecItem,
                                            IndentWriter out)
                                     throws java.io.IOException

getMyClassName

public static final java.lang.String getMyClassName(JSourceCodeWizard wizard,
                                                    JSourceCodeWizardChannel dataChannel)

getUpper

public static final java.lang.String getUpper(java.lang.String arg)

writeCommonFunction

public static final void writeCommonFunction(JSourceCodeWizard wizard,
                                             JSourceCodeWizardChannel dataChannel,
                                             java.util.ArrayList vecItem,
                                             IndentWriter out)
                                      throws java.io.IOException
共通関数をずばっと挿入します。 この場所自身は 触らないでください。