local.tomas.docsite.store
Class DirectoryStoreFactory

java.lang.Object
  extended by local.tomas.docsite.store.DirectoryStoreFactory
All Implemented Interfaces:
DocsiteSourceFactory, DocsiteTargetFactory

public class DirectoryStoreFactory
extends java.lang.Object
implements DocsiteSourceFactory, DocsiteTargetFactory


Field Summary
static java.lang.String PREFIX
           
 
Constructor Summary
DirectoryStoreFactory()
           
 
Method Summary
 boolean handlesUrl(java.lang.String url)
           
 DocsiteSource openSource(java.lang.String url)
           
 DocsiteTarget openTarget(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values
Constructor Detail

DirectoryStoreFactory

public DirectoryStoreFactory()
Method Detail

handlesUrl

public boolean handlesUrl(java.lang.String url)
Specified by:
handlesUrl in interface DocsiteSourceFactory
Specified by:
handlesUrl in interface DocsiteTargetFactory

openSource

public DocsiteSource openSource(java.lang.String url)
                         throws java.lang.Exception
Specified by:
openSource in interface DocsiteSourceFactory
Throws:
java.lang.Exception

openTarget

public DocsiteTarget openTarget(java.lang.String url)
                         throws java.lang.Exception
Specified by:
openTarget in interface DocsiteTargetFactory
Throws:
java.lang.Exception


Copyright © 2007 Tomas Teubner. All Rights Reserved.