local.tomas.docsite.store
Class FTPStore
java.lang.Object
local.tomas.docsite.store.FTPStore
- All Implemented Interfaces:
- DocsiteSource, DocsiteTarget
public class FTPStore
- extends java.lang.Object
- implements DocsiteTarget, DocsiteSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FTPStore
public FTPStore(FTPStore.Options options)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
- Throws:
java.io.IOException
com.enterprisedt.net.ftp.FTPException
goHome
protected void goHome()
createDocument
public java.io.PrintWriter createDocument(java.lang.String name)
throws java.lang.Exception
- Specified by:
createDocument in interface DocsiteTarget
- Throws:
java.lang.Exception
createDocumentFromStream
public void createDocumentFromStream(java.lang.String name,
java.io.InputStream stream)
throws java.lang.Exception
- Specified by:
createDocumentFromStream in interface DocsiteTarget
- Throws:
java.lang.Exception
createTargetFolder
public DocsiteTarget createTargetFolder(java.lang.String name)
throws java.lang.Exception
- Specified by:
createTargetFolder in interface DocsiteTarget
- Throws:
java.lang.Exception
getEntityInfo
public DocsiteEntity getEntityInfo(java.lang.String fileName)
throws java.lang.Exception
- Specified by:
getEntityInfo in interface DocsiteSource- Specified by:
getEntityInfo in interface DocsiteTarget
- Throws:
java.lang.Exception
getSourceFolder
public DocsiteSource getSourceFolder(java.lang.String name)
throws java.lang.Exception
- Specified by:
getSourceFolder in interface DocsiteSource
- Throws:
java.lang.Exception
getTargetFolder
public DocsiteTarget getTargetFolder(java.lang.String name)
throws java.lang.Exception
- Specified by:
getTargetFolder in interface DocsiteTarget
- Throws:
java.lang.Exception
close
public void close()
- Specified by:
close in interface DocsiteSource- Specified by:
close in interface DocsiteTarget
openDocument
public java.io.InputStream openDocument(java.lang.String name)
throws java.lang.Exception
- Specified by:
openDocument in interface DocsiteSource
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007-2009 Tomas Teubner. All Rights Reserved.