Interface Folder

All Known Subinterfaces:
ModifiableFolder
All Known Implementing Classes:
JCRFolder

@Deprecated public interface Folder
Deprecated.
org.ametys.cms.data.RichText new class doesn't use folder anymore
Interface representing a folder.
  • Method Summary

    Modifier and Type
    Method
    Description
    getFile(String fileName)
    Deprecated.
    Returns the file with the specified name.
    Collection<? extends File>
    Deprecated.
    Returns a Collection containing all files of this folder.
    getFolder(String folderName)
    Deprecated.
    Returns the folder with the specified name.
    Collection<? extends Folder>
    Deprecated.
    Returns a Collection containing all subfolders of this folder.
    Deprecated.
    Returns the folder name.
    boolean
    hasFile(String fileName)
    Deprecated.
    Tests the existence of a file.