
org.akhikhl.gretty.AppRestartTask.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
*/
class AppRestartTask extends AppServiceTask {
String getCommand() {
'restart'
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy