![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.jobtracker.cmd.SysConfigModifyHttpCmd Maven / Gradle / Ivy
package com.github.ltsopensource.jobtracker.cmd;
import com.github.ltsopensource.cmd.HttpCmdProc;
import com.github.ltsopensource.cmd.HttpCmdRequest;
import com.github.ltsopensource.cmd.HttpCmdResponse;
/**
* 一些系统配置更改CMD
* @author Robert HG ([email protected]) on 3/16/16.
*/
public class SysConfigModifyHttpCmd implements HttpCmdProc {
@Override
public String nodeIdentity() {
return null;
}
@Override
public String getCommand() {
return null;
}
@Override
public HttpCmdResponse execute(HttpCmdRequest request) throws Exception {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy