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
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