Class NativeEnvironmentProperties
java.lang.Object
org.springframework.cloud.config.server.environment.NativeEnvironmentProperties
- All Implemented Interfaces:
EnvironmentRepositoryProperties
@ConfigurationProperties("spring.cloud.config.server.native")
public class NativeEnvironmentProperties
extends Object
implements EnvironmentRepositoryProperties
- Author:
- Dylan Roberts
-
Field Summary
Fields inherited from interface EnvironmentRepositoryProperties
DEFAULT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()String[]voidsetAddLabelLocations(Boolean addLabelLocations) voidsetDefaultLabel(String defaultLabel) voidsetFailOnError(Boolean failOnError) voidsetOrder(int order) voidsetSearchLocations(String[] searchLocations) voidsetVersion(String version)
-
Constructor Details
-
NativeEnvironmentProperties
public NativeEnvironmentProperties()
-
-
Method Details
-
getFailOnError
-
setFailOnError
-
getAddLabelLocations
-
setAddLabelLocations
-
getDefaultLabel
-
setDefaultLabel
-
getSearchLocations
-
setSearchLocations
-
getVersion
-
setVersion
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) - Specified by:
setOrderin interfaceEnvironmentRepositoryProperties
-