Class FileAcquirerBundleInstaller

java.lang.Object
com.yahoo.container.core.config.FileAcquirerBundleInstaller

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

    • FileAcquirerBundleInstaller

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

    • installBundles

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

      public boolean hasFileDistribution()