
org.akhikhl.gretty.LauncherConfig.groovy Maven / Gradle / Ivy
/*
* gretty
*
* Copyright 2013 Andrey Hihlovskiy.
*
* See the file "license.txt" for copying and usage permission.
*/
package org.akhikhl.gretty
/**
*
* @author akhikhl
*/
interface LauncherConfig {
boolean getDebug()
boolean getIntegrationTest()
boolean getInteractive()
def getJacocoConfig()
boolean getManagedClassReload()
ServerConfig getServerConfig()
String getStopTaskName()
Iterable getWebAppConfigs()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy