Package org.alfresco.webdav
Class WebDavProperties
java.lang.Object
org.alfresco.webdav.WebDavProperties
@Configuration
@PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true)
public class WebDavProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic org.springframework.context.support.PropertySourcesPlaceholderConfigurervoidsetWebDavPort(int webDavPort)
-
Constructor Details
-
WebDavProperties
public WebDavProperties()
-
-
Method Details
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() -
getWebDavPort
public int getWebDavPort() -
setWebDavPort
public void setWebDavPort(int webDavPort)
-