| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ConfigConsts |
|
| 0.0;0 |
| 1 | package com.ctrip.framework.apollo.core; | |
| 2 | ||
| 3 | public interface ConfigConsts { | |
| 4 | String NAMESPACE_APPLICATION = "application"; | |
| 5 | String CLUSTER_NAME_DEFAULT = "default"; | |
| 6 | String CLUSTER_NAMESPACE_SEPARATOR = "+"; | |
| 7 | String APOLLO_CLUSTER_KEY = "apollo.cluster"; | |
| 8 | String CONFIG_FILE_CONTENT_KEY = "content"; | |
| 9 | } |