Brooklyn

brooklyn.entity.drivers.downloads
[Java] Interface DownloadResolverManager.DownloadRequirement


public interface DownloadResolverManager.DownloadRequirement

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

Authors:
aled


Method Summary
java.lang.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.

java.util.Map getProperties()

Default properties for this download.

 

Method Detail

getAddonName

public java.lang.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.


getEntityDriver

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


getProperties

public java.util.Map 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:


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.