Package org.alfresco.aos
Class AOSProperties
java.lang.Object
org.alfresco.aos.AOSProperties
@Configuration
@PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true)
public class AOSProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.utility.TasPropertiesstatic org.springframework.context.support.PropertySourcesPlaceholderConfigurervoidsetAosLinuxNetwork(String aosLinuxNetwork) voidsetAosWindowsNetwork(String aosWindowsNetwork)
-
Constructor Details
-
AOSProperties
public AOSProperties()
-
-
Method Details
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() -
envProperty
public org.alfresco.utility.TasProperties envProperty() -
getAosPath
-
getAosWindowsNetwork
-
setAosWindowsNetwork
-
getAosLinuxNetwork
-
setAosLinuxNetwork
-