Snapper 1.0 API

org.enhydra.snapperPreviewer.spec
Interface FileContainerManager

All Known Implementing Classes:
FileContainerManagerImpl

public interface FileContainerManager

Author:
lola TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void deleteAllTempFiles()
           
 java.io.File getContainerFile(java.lang.String path, java.lang.String siteName)
           
 java.lang.String getRestOfFilePath()
           
 void init()
           
 

Method Detail

init

public void init()
          throws java.io.IOException
Throws:
java.io.IOException

getContainerFile

public java.io.File getContainerFile(java.lang.String path,
                                     java.lang.String siteName)
                              throws java.lang.Exception
Throws:
java.lang.Exception

deleteAllTempFiles

public void deleteAllTempFiles()

getRestOfFilePath

public java.lang.String getRestOfFilePath()

Snapper 1.0 API