/* * Copyright 2014 by SCSK Corporation. * * This file is part of PrimeCloud Controller(TM). * * PrimeCloud Controller(TM) is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * PrimeCloud Controller(TM) 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with PrimeCloud Controller(TM). If not, see <http://www.gnu.org/licenses/>. */ package jp.primecloud.auto.process; /** * <p> * TODO: クラスコメントを記述 * </p> * */ public class ComponentConstants { public static final String LAYER_NAME_DB = "db"; public static final String LAYER_NAME_AP_JAVA = "ap_java"; public static final String LAYER_NAME_WEB = "web"; public static final String LAYER_NAME_LB = "lb"; public static final String LAYER_NAME_PRJ = "prj"; public static final String CONFIG_NAME_DISK_SIZE = "diskSize"; public static final String CONFIG_NAME_TARGET_COMPONENT_NO = "targetComponentNo"; public static final String CONFIG_NAME_LB_COMPONENT_NO = "lbComponentNo"; public static final String CONFIG_NAME_CUSTOM_PARAM_1 = "customParam1"; public static final String CONFIG_NAME_CUSTOM_PARAM_2 = "customParam2"; public static final String CONFIG_NAME_CUSTOM_PARAM_3 = "customParam3"; }