org.kuali.common.util.main.spring
Class AbstractMainRunner

java.lang.Object
  extended by org.kuali.common.util.main.spring.AbstractMainRunner
All Implemented Interfaces:
MainConfig

@Configuration
@Import(value={SpringServiceConfig.class,MainServiceConfig.class})
public abstract class AbstractMainRunner
extends Object
implements MainConfig


Constructor Summary
AbstractMainRunner()
           
 
Method Summary
protected abstract  Class<?> getConfig()
           
protected abstract  Class<? extends PropertySourceConfig> getPropertySourceConfig()
           
 Executable main()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMainRunner

public AbstractMainRunner()
Method Detail

getPropertySourceConfig

protected abstract Class<? extends PropertySourceConfig> getPropertySourceConfig()

getConfig

protected abstract Class<?> getConfig()

main

public Executable main()
Specified by:
main in interface MainConfig


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