Package org.uberfire.shared.experimental
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.Pathcreate(String assetName)List<org.uberfire.backend.vfs.Path>listAll()Stringload(org.uberfire.backend.vfs.Path path)voidsave(org.uberfire.backend.vfs.Path path, String content)
-