Class FileStorage

java.lang.Object
ru.i_novus.common.file.storage.BaseFileStorage
net.n2oapp.cloud.report.service.filestorage.FileStorage
All Implemented Interfaces:
ru.i_novus.common.file.storage.api.FileStorage, ru.i_novus.common.file.storage.FsFileStorage

@Component
public class FileStorage
extends ru.i_novus.common.file.storage.BaseFileStorage
  • Constructor Summary

    Constructors 
    Constructor Description
    FileStorage()  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String getSpaceName()  
    protected java.lang.String getWorkspaceName()  

    Methods inherited from class ru.i_novus.common.file.storage.BaseFileStorage

    getChildrenOf, getContent, getRoot, isExistContent, removeContent, saveContent, saveContentWithFullPath, setRoot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getWorkspaceName

      protected java.lang.String getWorkspaceName()
      Specified by:
      getWorkspaceName in class ru.i_novus.common.file.storage.BaseFileStorage
    • getSpaceName

      protected java.lang.String getSpaceName()
      Specified by:
      getSpaceName in class ru.i_novus.common.file.storage.BaseFileStorage