cz.muni.fi.pclis.service.file
Class FileStorageServiceImpl

java.lang.Object
  extended by cz.muni.fi.pclis.service.file.FileStorageServiceImpl
All Implemented Interfaces:
FileStorageService

public class FileStorageServiceImpl
extends Object
implements FileStorageService

User: Ľuboš Pecho Date: 28.3.2010 Time: 1:24:49 To change this template use File | Settings | File Templates.


Constructor Summary
FileStorageServiceImpl()
           
 
Method Summary
 void createDirRoot(String name)
           
 File getTargetFile(String file)
           
private  File loadBaseDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileStorageServiceImpl

public FileStorageServiceImpl()
Method Detail

getTargetFile

public File getTargetFile(String file)
                   throws IOException
Specified by:
getTargetFile in interface FileStorageService
Throws:
IOException

createDirRoot

public void createDirRoot(String name)
                   throws IOException
Specified by:
createDirRoot in interface FileStorageService
Throws:
IOException

loadBaseDir

private File loadBaseDir()
                  throws IOException
Throws:
IOException


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.