public interface CommonServices
| Modifier and Type | Method and Description |
|---|---|
String |
getAllI18nResources(String locale)
will return properties available in org/apache/archiva/i18n/default.properties
load default (en) then override with locale used so at least en are returned if no
translation in the locale asked.
|
String |
getI18nResources(String locale)
will return properties available in org/apache/archiva/i18n/default.properties
load default (en) then override with locale used so at least en are returned if no
translation in the locale asked.
|
Boolean |
validateCronExpression(String cronExpression) |
String getI18nResources(String locale) throws ArchivaRestServiceException
ArchivaRestServiceExceptionString getAllI18nResources(String locale) throws ArchivaRestServiceException
ArchivaRestServiceExceptionBoolean validateCronExpression(String cronExpression) throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.