to.etc.domui.component.htmleditor
Class FileBasedEditorFileSystem
java.lang.Object
to.etc.domui.component.htmleditor.FileBasedEditorFileSystem
- All Implemented Interfaces:
- IEditorFileSystem
public class FileBasedEditorFileSystem
- extends java.lang.Object
- implements IEditorFileSystem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBasedEditorFileSystem
public FileBasedEditorFileSystem()
FileBasedEditorFileSystem
public FileBasedEditorFileSystem(java.io.File f)
getFilesAndFolders
public java.util.List<?> getFilesAndFolders(java.lang.String type,
java.lang.String path)
throws java.lang.Exception
- Specified by:
getFilesAndFolders
in interface IEditorFileSystem
- Throws:
java.lang.Exception
getResourceTypes
public java.util.List<EditorResourceType> getResourceTypes()
- Specified by:
getResourceTypes
in interface IEditorFileSystem
hasThumbnails
public boolean hasThumbnails()
- Specified by:
hasThumbnails
in interface IEditorFileSystem
getStreamRef
public IEditorFileRef getStreamRef(java.lang.String type,
java.lang.String path)
throws java.lang.Exception
- Specified by:
getStreamRef
in interface IEditorFileSystem
- Throws:
java.lang.Exception
- See Also:
IEditorFileSystem.getStreamRef(java.lang.String, java.lang.String)