Interface ModuleRepositoriesService
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsRead<ModuleRepositories>
public interface ModuleRepositoriesService extends org.uberfire.ext.editor.commons.service.support.SupportsRead<ModuleRepositories>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleRepositoriescreate(org.uberfire.backend.vfs.Path path)org.uberfire.backend.vfs.Pathsave(org.uberfire.backend.vfs.Path path, ModuleRepositories content, String comment)
-
-
-
Method Detail
-
create
ModuleRepositories create(org.uberfire.backend.vfs.Path path)
-
save
org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path, ModuleRepositories content, String comment)
-
-