Interface ExperimentalEditorService

  • All Superinterfaces:
    org.uberfire.ext.editor.commons.service.support.SupportsDelete
    All Known Implementing Classes:
    ExperimentalEditorServiceImpl

    public interface ExperimentalEditorService
    extends org.uberfire.ext.editor.commons.service.support.SupportsDelete
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.uberfire.backend.vfs.Path create​(String assetName)  
      List<org.uberfire.backend.vfs.Path> listAll()  
      String load​(org.uberfire.backend.vfs.Path path)  
      void save​(org.uberfire.backend.vfs.Path path, String content)  
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete

        delete
    • Method Detail

      • listAll

        List<org.uberfire.backend.vfs.Path> listAll()
      • create

        org.uberfire.backend.vfs.Path create​(String assetName)
      • load

        String load​(org.uberfire.backend.vfs.Path path)
      • save

        void save​(org.uberfire.backend.vfs.Path path,
                  String content)