Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.server
Class FileExplorerRootServiceImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
FileExplorerRootServiceImpl()
           
 
Method Summary
 void addRoot(org.uberfire.backend.Root root)
           
 void clear()
           
protected  void init()
           
 Collection<org.uberfire.backend.Root> listRoots()
           
 void removeRoot(org.uberfire.backend.Root root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roots

protected final Set<org.uberfire.backend.Root> roots
Constructor Detail

FileExplorerRootServiceImpl

public FileExplorerRootServiceImpl()
Method Detail

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

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.