net.sf.sqs_xml.editor.sqs.source
Class SQSSourceFactory

java.lang.Object
  extended bynet.sf.sqs_xml.editor.sqs.source.SQSSourceFactory
All Implemented Interfaces:
SourceFactory

public class SQSSourceFactory
extends java.lang.Object
implements SourceFactory

Author:
hiroya

Constructor Summary
SQSSourceFactory()
           
 
Method Summary
 Source createSource()
           
 Source createSource(java.io.File file)
           
 Source createSource(java.net.URL url, boolean readonly, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQSSourceFactory

public SQSSourceFactory()
Method Detail

createSource

public Source createSource()
                    throws SourceException
Specified by:
createSource in interface SourceFactory
Throws:
SourceException

createSource

public Source createSource(java.io.File file)
                    throws SourceException
Specified by:
createSource in interface SourceFactory
Throws:
SourceException

createSource

public Source createSource(java.net.URL url,
                           boolean readonly,
                           java.lang.String title)
                    throws SourceException
Specified by:
createSource in interface SourceFactory
Throws:
SourceException