org.drools.guvnor.server
Class FileExplorerRootServiceImpl
java.lang.Object
org.drools.guvnor.server.FileExplorerRootServiceImpl
- All Implemented Interfaces:
- org.uberfire.backend.FileExplorerRootService
@ApplicationScoped
public class FileExplorerRootServiceImpl
- extends Object
- implements org.uberfire.backend.FileExplorerRootService
Field Summary |
protected Set<org.uberfire.backend.Root> |
roots
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roots
protected final Set<org.uberfire.backend.Root> roots
FileExplorerRootServiceImpl
public FileExplorerRootServiceImpl()
init
@PostConstruct
protected void init()
listRoots
public Collection<org.uberfire.backend.Root> listRoots()
- Specified by:
listRoots
in interface org.uberfire.backend.FileExplorerRootService
addRoot
public void addRoot(org.uberfire.backend.Root root)
- Specified by:
addRoot
in interface org.uberfire.backend.FileExplorerRootService
removeRoot
public void removeRoot(org.uberfire.backend.Root root)
- Specified by:
removeRoot
in interface org.uberfire.backend.FileExplorerRootService
clear
public void clear()
- Specified by:
clear
in interface org.uberfire.backend.FileExplorerRootService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.