to.etc.domui.component.htmleditor
Class FileBasedEditorFileSystem

java.lang.Object
  extended by to.etc.domui.component.htmleditor.FileBasedEditorFileSystem
All Implemented Interfaces:
IEditorFileSystem

public class FileBasedEditorFileSystem
extends java.lang.Object
implements IEditorFileSystem


Constructor Summary
FileBasedEditorFileSystem()
           
FileBasedEditorFileSystem(java.io.File f)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBasedEditorFileSystem

public FileBasedEditorFileSystem()

FileBasedEditorFileSystem

public FileBasedEditorFileSystem(java.io.File f)
Method Detail

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)