org.kuali.common.deploy
Class DefaultDeployService

java.lang.Object
  extended by org.kuali.common.deploy.DefaultDeployService
All Implemented Interfaces:
DeployService

public class DefaultDeployService
extends Object
implements DeployService


Constructor Summary
DefaultDeployService(DeployContext context, org.kuali.common.util.execute.Executable sysAdmin, Monitoring monitoring, ApplicationServer appServer, org.kuali.common.util.execute.Executable dbReset)
           
DefaultDeployService(DeployContext context, Monitoring monitoring, ApplicationServer appServer)
           
 
Method Summary
 void deploy()
           
 ApplicationServer getAppServer()
           
 DeployContext getContext()
           
 org.kuali.common.util.execute.Executable getDatabaseResetExecutable()
           
static org.slf4j.Logger getLogger()
           
 Monitoring getMonitoring()
           
 org.kuali.common.util.execute.Executable getSysAdminExecutable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeployService

public DefaultDeployService(DeployContext context,
                            Monitoring monitoring,
                            ApplicationServer appServer)

DefaultDeployService

public DefaultDeployService(DeployContext context,
                            org.kuali.common.util.execute.Executable sysAdmin,
                            Monitoring monitoring,
                            ApplicationServer appServer,
                            org.kuali.common.util.execute.Executable dbReset)
Method Detail

deploy

public void deploy()
Specified by:
deploy in interface DeployService

getLogger

public static org.slf4j.Logger getLogger()

getContext

public DeployContext getContext()

getSysAdminExecutable

public org.kuali.common.util.execute.Executable getSysAdminExecutable()

getMonitoring

public Monitoring getMonitoring()

getAppServer

public ApplicationServer getAppServer()

getDatabaseResetExecutable

public org.kuali.common.util.execute.Executable getDatabaseResetExecutable()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.