Package org.guvnor.structure.backend
Class FileNavigatorServiceImpl
- java.lang.Object
-
- org.guvnor.structure.backend.FileNavigatorServiceImpl
-
- All Implemented Interfaces:
org.guvnor.structure.navigator.FileNavigatorService
@ApplicationScoped public class FileNavigatorServiceImpl extends Object implements org.guvnor.structure.navigator.FileNavigatorService
-
-
Constructor Summary
Constructors Constructor Description FileNavigatorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.guvnor.structure.navigator.NavigatorContentlistContent(org.uberfire.backend.vfs.Path _path)List<org.guvnor.structure.repositories.Repository>listRepositories(org.uberfire.spaces.Space space)
-
-
-
Method Detail
-
listContent
public org.guvnor.structure.navigator.NavigatorContent listContent(org.uberfire.backend.vfs.Path _path)
- Specified by:
listContentin interfaceorg.guvnor.structure.navigator.FileNavigatorService
-
listRepositories
public List<org.guvnor.structure.repositories.Repository> listRepositories(org.uberfire.spaces.Space space)
- Specified by:
listRepositoriesin interfaceorg.guvnor.structure.navigator.FileNavigatorService
-
-