Brooklyn

brooklyn.config
[Java] Class BrooklynProperties.Factory.Builder

java.lang.Object
  brooklyn.config.BrooklynProperties.Factory.Builder

public static class BrooklynProperties.Factory.Builder

Method Summary
BrooklynProperties build()

Builder defaultLocationMetadataUrl(java.lang.String val)

The URL of a default location-metadata.properties (for meta-data about different locations, such as iso3166 and global lat/lon).

Builder globalLocationMetadataFile(java.lang.String val)

The URL of a location-metadata.properties file that appends to and overwrites values in the locationMetadataUrl.

Builder globalPropertiesFile(java.lang.String val)

The URL of a shared brooklyn.properties file.

Builder localPropertiesFile(java.lang.String val)

The URL of a brooklyn.properties file specific to this launch.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

build

public BrooklynProperties build()


defaultLocationMetadataUrl

public Builder defaultLocationMetadataUrl(java.lang.String val)
The URL of a default location-metadata.properties (for meta-data about different locations, such as iso3166 and global lat/lon). Defaults to classpath://brooklyn/location-metadata.properties


globalLocationMetadataFile

public Builder globalLocationMetadataFile(java.lang.String val)
The URL of a location-metadata.properties file that appends to and overwrites values in the locationMetadataUrl. Defaults to ~/.brooklyn/location-metadata.properties


globalPropertiesFile

public Builder globalPropertiesFile(java.lang.String val)
The URL of a shared brooklyn.properties file. Defaults to ~/.brooklyn/brooklyn.properties


localPropertiesFile

public Builder localPropertiesFile(java.lang.String val)
The URL of a brooklyn.properties file specific to this launch. Appends to and overwrites values in globalPropertiesFile.


 

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