org.exoplatform.application.gadget
Interface SourceStorage
- All Known Implementing Classes:
- SourceStorageImpl
public interface SourceStorage
Created by The eXo Platform SAS
Author : Pham Thanh Tung
thanhtungty@gmail.com
Aug 6, 2008
getSource
Source getSource(java.lang.String sourcePath)
throws java.lang.Exception
- Throws:
java.lang.Exception
saveSource
void saveSource(java.lang.String dirPath,
Source source)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeSource
void removeSource(java.lang.String sourcePath)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSourceURI
java.lang.String getSourceURI(java.lang.String sourcePath)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.