|
// TODO Auto-generated method stub |
@ManagedOperation
@ShellMethodAvailability("testSelectedConfigOk")
public void addOpenvpnService() {
// TODO Auto-generated method stub
}
@ShellMethod(value = "Add a SmartGateway service to the selected configuration")
@ManagedOperation
@ShellMethodAvailability("testSelectedConfigOk")
public void addSmartgatewayService() {
// TODO Auto-generated method stub
}
@ShellMethod(value = "Add a dhcpd service to the selected configuration")
@ManagedOperation
@ShellMethodAvailability("testSelectedConfigOk")
public void addDhcpdService() {
// TODO Auto-generated method stub
}
@ShellMethod(value = "Add a operating system ssh tunnel service to the selected configuration")
@ManagedOperation
@ShellMethodAvailability("testSelectedConfigOk")
public void addSystemSshClientService() {
// TODO Auto-generated method stub
}
}
EdgeAgentAr4k/ar4k-terminal/src/main/java/org/ar4k/agent/console/CommandManagedShellInterface.java
Line 174 in c651d6f