Class DefaultUtilServices
- java.lang.Object
-
- org.apache.archiva.redback.rest.services.DefaultUtilServices
-
- All Implemented Interfaces:
UtilServices
@Deprecated @Service("utilServices#rest") public class DefaultUtilServices extends Object implements UtilServices
Deprecated.There is no replacement- Since:
- 1.4
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description DefaultUtilServices()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PropertiesgetI18nProperties(String locale)Deprecated.not intended to be exposed as a REST service. will load i18N resource org/apache/archiva/redback/users/messages in default en then in the asked locale.StringgetI18nResources(String locale)Deprecated.voidinit()Deprecated.
-
-
-
Constructor Detail
-
DefaultUtilServices
public DefaultUtilServices()
Deprecated.
-
-
Method Detail
-
init
@PostConstruct public void init() throws RedbackServiceException
Deprecated.- Throws:
RedbackServiceException
-
getI18nResources
public String getI18nResources(String locale) throws RedbackServiceException
Deprecated.- Specified by:
getI18nResourcesin interfaceUtilServices- Throws:
RedbackServiceException
-
getI18nProperties
public Properties getI18nProperties(String locale) throws RedbackServiceException
Deprecated.Description copied from interface:UtilServicesnot intended to be exposed as a REST service. will load i18N resource org/apache/archiva/redback/users/messages in default en then in the asked locale.- Specified by:
getI18nPropertiesin interfaceUtilServices- Returns:
- Throws:
RedbackServiceException
-
-