net.sf.sqs_xml.editor.sqs.source
クラス SQSSourceFactory

java.lang.Object
  拡張net.sf.sqs_xml.editor.sqs.source.SQSSourceFactory
すべての実装インタフェース:
SourceFactory

public class SQSSourceFactory
extends java.lang.Object
implements SourceFactory

作成者:
hiroya

コンストラクタの概要
SQSSourceFactory()
           
 
メソッドの概要
 Source createSource()
           
 Source createSource(java.io.File file)
           
 Source createSource(java.net.URL url, boolean readonly, java.lang.String title)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SQSSourceFactory

public SQSSourceFactory()
メソッドの詳細

createSource

public Source createSource()
                    throws SourceException
定義:
インタフェース SourceFactory 内の createSource
例外:
SourceException

createSource

public Source createSource(java.io.File file)
                    throws SourceException
定義:
インタフェース SourceFactory 内の createSource
例外:
SourceException

createSource

public Source createSource(java.net.URL url,
                           boolean readonly,
                           java.lang.String title)
                    throws SourceException
定義:
インタフェース SourceFactory 内の createSource
例外:
SourceException