to.etc.domui.component.htmleditor
Interface IEditorFileSystem

All Known Implementing Classes:
FileBasedEditorFileSystem

public interface IEditorFileSystem

Represents the stuff needed to implement an editor file system for the editor.

Author:
Frits Jalvingh Created on Sep 30, 2008

Method Summary
 java.util.List<?> getFilesAndFolders(java.lang.String type, java.lang.String path)
           
 java.util.List<EditorResourceType> getResourceTypes()
           
 IEditorFileRef getStreamRef(java.lang.String type, java.lang.String path)
           
 boolean hasThumbnails()
           
 

Method Detail

getFilesAndFolders

java.util.List<?> getFilesAndFolders(java.lang.String type,
                                     java.lang.String path)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

hasThumbnails

boolean hasThumbnails()

getResourceTypes

java.util.List<EditorResourceType> getResourceTypes()

getStreamRef

IEditorFileRef getStreamRef(java.lang.String type,
                            java.lang.String path)
                            throws java.lang.Exception
Throws:
java.lang.Exception