Class FileAcquirerBundleInstaller


  • public class FileAcquirerBundleInstaller
    extends java.lang.Object
    Retrieves bundles with file distribution, and installs them to the OSGi framework.
    Author:
    gjoranv
    • Constructor Summary

      Constructors 
      Constructor Description
      FileAcquirerBundleInstaller​(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasFileDistribution()  
      java.util.List<org.osgi.framework.Bundle> installBundles​(com.yahoo.config.FileReference reference, Osgi osgi)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileAcquirerBundleInstaller

        public FileAcquirerBundleInstaller​(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer)
    • Method Detail

      • installBundles

        public java.util.List<org.osgi.framework.Bundle> installBundles​(com.yahoo.config.FileReference reference,
                                                                        Osgi osgi)
                                                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • hasFileDistribution

        public boolean hasFileDistribution()