com.anrisoftware.sscontrol.httpd.roundcube.RoundcubeServiceStatement Maven / Gradle / Ivy
/*
* Copyright 2014-2015 Erwin Müller
*
* This file is part of sscontrol-httpd-roundcube.
*
* sscontrol-httpd-roundcube is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version.
*
* sscontrol-httpd-roundcube is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
* for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with sscontrol-httpd-roundcube. If not, see .
*/
package com.anrisoftware.sscontrol.httpd.roundcube;
import com.anrisoftware.sscontrol.core.groovy.StatementsEnumToString;
/**
* Roundcube service statement.
*
* @author Erwin Mueller, [email protected]
* @since 1.0
*/
enum RoundcubeServiceStatement {
PORT_KEY,
DOMAIN_KEY,
SERVER_KEY,
MAIL_KEY,
DRIVER_KEY,
DEBUG_KEY,
MODE_KEY,
OVERRIDE_KEY,
HOST_KEY,
PASSWORD_KEY,
USER_KEY,
DATABASE_KEY,
TARGET_KEY,
BACKUP_KEY,
PLUGINS_KEY,
PRODUCT_KEY,
NAME_KEY;
@Override
public String toString() {
return StatementsEnumToString.toString(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy