public interface DocsiteTarget
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PrintWriter |
createDocument(String name) |
void |
createDocumentFromStream(String name,
InputStream stream) |
DocsiteTarget |
createTargetFolder(String name) |
void |
deleteEntity(String fileName) |
DocsiteEntity |
getEntityInfo(String fileName) |
DocsiteTarget |
getTargetFolder(String name) |
DocsiteEntity[] |
listEntities() |
DocsiteTarget getTargetFolder(String name) throws Exception
ExceptionDocsiteTarget createTargetFolder(String name) throws Exception
ExceptionPrintWriter createDocument(String name) throws Exception
Exceptionvoid createDocumentFromStream(String name, InputStream stream) throws Exception
ExceptionDocsiteEntity getEntityInfo(String fileName) throws Exception
ExceptionDocsiteEntity[] listEntities() throws Exception
Exceptionvoid close()
Copyright © 2007–2014 Tomas Teubner. All rights reserved.