brooklyn.entity.drivers.downloads
Interface DownloadResolverManager.DownloadRequirement

Enclosing interface:
DownloadResolverManager

public static interface DownloadResolverManager.DownloadRequirement

Gives artifact meta-data for what is required to be downloaded.


Method Summary
 String getAddonName()
          The name of the add-on to be downloaded, or null if it is the main installed.
 EntityDriver getEntityDriver()
          The EntityDriver that this download is for.
 Map<String,?> getProperties()
          Default properties for this download.
 

Method Detail

getEntityDriver

EntityDriver getEntityDriver()
The EntityDriver that this download is for.


getAddonName

String getAddonName()
The name of the add-on to be downloaded, or null if it is the main installed. For example, can be used to specify nginx sticky-module or pcre download.


getProperties

Map<String,?> getProperties()
Default properties for this download. These will be made available when resolving the download template. For the main entity download, properties include: For an add-on, common properties include:



Copyright © 2013. All Rights Reserved.