org.af.jhlir.packages
Class PackageManager

java.lang.Object
  extended by org.af.jhlir.packages.PackageManager

public class PackageManager
extends Object


Constructor Summary
PackageManager(RCallServices rs)
           
 
Method Summary
 List<RPackage> getInstalledPackages()
          Updates the internal list of installed packages by using the derived class and calling evalInstalledPackagesCmd
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageManager

public PackageManager(RCallServices rs)
Method Detail

getInstalledPackages

public List<RPackage> getInstalledPackages()
                                    throws IOException,
                                           InterruptedException
Updates the internal list of installed packages by using the derived class and calling evalInstalledPackagesCmd

Throws:
IOException - thrown by RExecutor or RControl
InterruptedException - thrown by RExecutor or RControl