com.xebialabs.deployit.upgrade
Class Upgrader

java.lang.Object
  extended by com.xebialabs.deployit.upgrade.Upgrader

@Component
public class Upgrader
extends java.lang.Object


Constructor Summary
Upgrader(org.springframework.context.ApplicationContext context, JcrTemplate jcrTemplate)
           
 
Method Summary
 void doUpgrade()
           
protected  com.google.common.collect.ListMultimap<java.lang.String,com.xebialabs.deployit.server.api.upgrade.Upgrade> getUpgrades()
           
protected  java.lang.String read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Upgrader

@Autowired
public Upgrader(org.springframework.context.ApplicationContext context,
                          JcrTemplate jcrTemplate)
Method Detail

doUpgrade

@PostConstruct
public void doUpgrade()

getUpgrades

protected com.google.common.collect.ListMultimap<java.lang.String,com.xebialabs.deployit.server.api.upgrade.Upgrade> getUpgrades()

read

protected java.lang.String read()