Snapper 1.0 API

org.enhydra.snapperPreviewer.business
Class FileContainerManagerImpl

java.lang.Object
  extended byorg.enhydra.snapperPreviewer.business.FileContainerManagerImpl
All Implemented Interfaces:
FileContainerManager

public class FileContainerManagerImpl
extends java.lang.Object
implements FileContainerManager

Author:
Milin Radivoj

Constructor Summary
FileContainerManagerImpl()
           
 
Method Summary
 void deleteAllTempFiles()
           
 java.io.File getContainerFile(java.lang.String path, java.lang.String siteName)
           
 java.lang.String getRestOfFilePath()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContainerManagerImpl

public FileContainerManagerImpl()
Method Detail

init

public void init()
          throws java.io.IOException
Specified by:
init in interface FileContainerManager
Throws:
java.io.IOException

getRestOfFilePath

public java.lang.String getRestOfFilePath()
Specified by:
getRestOfFilePath in interface FileContainerManager

getContainerFile

public java.io.File getContainerFile(java.lang.String path,
                                     java.lang.String siteName)
                              throws java.lang.Exception
Specified by:
getContainerFile in interface FileContainerManager
Throws:
java.lang.Exception

deleteAllTempFiles

public void deleteAllTempFiles()
Specified by:
deleteAllTempFiles in interface FileContainerManager

Snapper 1.0 API