Package com.alibaba.nacos.client.utils
Class EnvUtil
- java.lang.Object
-
- com.alibaba.nacos.client.utils.EnvUtil
-
public class EnvUtil extends Object
env util.- Author:
- Nacos
-
-
Field Summary
Fields Modifier and Type Field Description static StringAMORY_TAGstatic StringLOCATION_TAGstatic org.slf4j.LoggerLOGGERstatic StringVIPSERVER_TAG
-
Constructor Summary
Constructors Constructor Description EnvUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetSelfAmorayTag()static StringgetSelfLocationTag()static StringgetSelfVipserverTag()static StringlistToString(List<String> list)static voidsetSelfEnv(Map<String,List<String>> headers)
-
-
-
Field Detail
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
AMORY_TAG
public static final String AMORY_TAG
- See Also:
- Constant Field Values
-
VIPSERVER_TAG
public static final String VIPSERVER_TAG
- See Also:
- Constant Field Values
-
LOCATION_TAG
public static final String LOCATION_TAG
- See Also:
- Constant Field Values
-
-