com.atlassian.crowd.horde.tenantsetup.propertygenerators
Class PropertiesManager

java.lang.Object
  extended by com.atlassian.crowd.horde.tenantsetup.propertygenerators.PropertiesManager

public class PropertiesManager
extends Object


Field Summary
static String PLACEHOLDER_SYSPROP_PREFIX
           
 
Constructor Summary
PropertiesManager()
           
 
Method Summary
 PropertiesManager addGenerator(PropertiesGenerator propertiesGenerator)
           
 Map<String,String> generateProperties(Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLACEHOLDER_SYSPROP_PREFIX

public static final String PLACEHOLDER_SYSPROP_PREFIX
See Also:
Constant Field Values
Constructor Detail

PropertiesManager

public PropertiesManager()
Method Detail

addGenerator

public PropertiesManager addGenerator(PropertiesGenerator propertiesGenerator)

generateProperties

public Map<String,String> generateProperties(Config config)
                                      throws PropertyGenerationException
Throws:
PropertyGenerationException


Copyright © 2013 Atlassian. All Rights Reserved.