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


Method Summary
 Source getSource(java.lang.String sourcePath)
           
 java.lang.String getSourceURI(java.lang.String sourcePath)
           
 void removeSource(java.lang.String sourcePath)
           
 void saveSource(java.lang.String dirPath, Source source)
           
 

Method Detail

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.