Package org.guvnor.structure.navigator
Interface FileNavigatorService
-
public interface FileNavigatorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NavigatorContentlistContent(org.uberfire.backend.vfs.Path path)List<Repository>listRepositories(org.uberfire.spaces.Space space)
-
-
-
Method Detail
-
listContent
NavigatorContent listContent(org.uberfire.backend.vfs.Path path)
-
listRepositories
List<Repository> listRepositories(org.uberfire.spaces.Space space)
-
-