org.asyrinx.joey.gen.model.rdb.xml
クラス XmlToRdbImpl

java.lang.Object
  拡張org.asyrinx.joey.gen.model.rdb.xml.XmlToRdbImpl
すべての実装インタフェース:
XmlToRdb

public class XmlToRdbImpl
extends java.lang.Object
implements XmlToRdb

作成者:
akima

コンストラクタの概要
XmlToRdbImpl()
           
 
メソッドの概要
 boolean isDebug()
           
 Databases load(java.io.InputStream sourceStream)
           
 Databases load(java.lang.String filename)
           
 void setDebug(boolean debug)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlToRdbImpl

public XmlToRdbImpl()
メソッドの詳細

load

public Databases load(java.lang.String filename)
               throws java.io.IOException,
                      org.xml.sax.SAXException
定義:
インタフェース XmlToRdb 内の load
例外:
java.io.IOException
org.xml.sax.SAXException

load

public Databases load(java.io.InputStream sourceStream)
               throws java.io.IOException,
                      org.xml.sax.SAXException
例外:
java.io.IOException
org.xml.sax.SAXException

isDebug

public boolean isDebug()
戻り値:
Returns the debug.

setDebug

public void setDebug(boolean debug)
パラメータ:
debug - The debug to set.


Copyright © 2004 asyrinx organization. All Rights Reserved.