org.asyrinx.joey.gen.ant.task
クラス ShowModification

java.lang.Object
  拡張org.asyrinx.joey.gen.ant.task.ShowModification

class ShowModification
extends java.lang.Object


入れ子クラスの概要
(パッケージプライベート) static interface ShowModification.ShowClosure
           
 
フィールドの概要
(パッケージプライベート)  ModificationView columnView
           
(パッケージプライベート)  ShowModification.ShowClosure currentBaseClosure
           
(パッケージプライベート)  ModificationView databasesView
           
(パッケージプライベート)  ModificationView databaseView
           
(パッケージプライベート)  ModificationView enumEntryView
           
(パッケージプライベート)  ModificationView enumView
           
(パッケージプライベート)  ModificationView fkEntryView
           
(パッケージプライベート)  ModificationView fkView
           
(パッケージプライベート)  ModificationView indexEntryView
           
(パッケージプライベート)  ModificationView indexView
           
(パッケージプライベート)  ShowModification.ShowClosure lastBaseClosure
           
(パッケージプライベート)  ModificationView patternParamView
           
(パッケージプライベート)  ModificationView patternView
           
(パッケージプライベート)  ModificationView tableView
           
(パッケージプライベート)  ModificationView uniqueView
           
 
コンストラクタの概要
ShowModification(boolean showNoChange, boolean showDeleted, boolean showAppended)
           
 
メソッドの概要
 void execute(Databases currentModel, Databases lastModel)
           
protected  java.io.OutputStream getOutputStream()
           
protected  java.io.PrintWriter getWriter(java.io.OutputStream stream)
           
 boolean isShowAppended()
           
 boolean isShowDeleted()
           
 boolean isShowNoChange()
           
(パッケージプライベート)  void printElementName(java.lang.String mark, java.lang.String header, Element element)
           
(パッケージプライベート)  void printPropLine(Element element, java.lang.String name, boolean last, boolean current)
           
(パッケージプライベート)  void printPropLine(Element element, java.lang.String name, java.lang.Object last, java.lang.Object current)
           
(パッケージプライベート)  void printPropLine(int indent, java.lang.String name, java.lang.Object last, java.lang.Object current)
           
(パッケージプライベート)  void printPropLineAsMap(int indent, java.lang.String name, java.util.Map last, java.util.Map current)
           
protected  void showModification(ModificationView view, java.lang.String header, ElementSet current, ElementSet last)
           
protected  void showModificationByName(ModificationView view, java.lang.String header, ElementSet current, ElementSet last)
           
protected  void showModificationByOrder(ModificationView view, java.lang.String header, ElementSet current, ElementSet last)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

lastBaseClosure

final ShowModification.ShowClosure lastBaseClosure

currentBaseClosure

final ShowModification.ShowClosure currentBaseClosure

databasesView

final ModificationView databasesView

databaseView

final ModificationView databaseView

enumView

final ModificationView enumView

enumEntryView

final ModificationView enumEntryView

tableView

final ModificationView tableView

columnView

final ModificationView columnView

fkView

final ModificationView fkView

fkEntryView

final ModificationView fkEntryView

indexView

final ModificationView indexView

uniqueView

final ModificationView uniqueView

indexEntryView

final ModificationView indexEntryView

patternView

final ModificationView patternView

patternParamView

final ModificationView patternParamView
コンストラクタの詳細

ShowModification

public ShowModification(boolean showNoChange,
                        boolean showDeleted,
                        boolean showAppended)
メソッドの詳細

execute

public void execute(Databases currentModel,
                    Databases lastModel)
パラメータ:
currentModel -
lastModel -

showModification

protected void showModification(ModificationView view,
                                java.lang.String header,
                                ElementSet current,
                                ElementSet last)

showModificationByOrder

protected void showModificationByOrder(ModificationView view,
                                       java.lang.String header,
                                       ElementSet current,
                                       ElementSet last)

showModificationByName

protected void showModificationByName(ModificationView view,
                                      java.lang.String header,
                                      ElementSet current,
                                      ElementSet last)

printElementName

void printElementName(java.lang.String mark,
                      java.lang.String header,
                      Element element)

printPropLine

void printPropLine(Element element,
                   java.lang.String name,
                   boolean last,
                   boolean current)

printPropLine

void printPropLine(Element element,
                   java.lang.String name,
                   java.lang.Object last,
                   java.lang.Object current)

printPropLine

void printPropLine(int indent,
                   java.lang.String name,
                   java.lang.Object last,
                   java.lang.Object current)

printPropLineAsMap

void printPropLineAsMap(int indent,
                        java.lang.String name,
                        java.util.Map last,
                        java.util.Map current)

getOutputStream

protected java.io.OutputStream getOutputStream()

getWriter

protected java.io.PrintWriter getWriter(java.io.OutputStream stream)

isShowAppended

public boolean isShowAppended()

isShowDeleted

public boolean isShowDeleted()

isShowNoChange

public boolean isShowNoChange()


Copyright © 2004-2005 asyrinx organization. All Rights Reserved.