@Path(value="/runtimeInfoService/") public interface RuntimeInfoService
| Modifier and Type | Method and Description |
|---|---|
ApplicationRuntimeInfo |
getApplicationRuntimeInfo(String locale) |
Boolean |
logMissingI18n(String key) |
@Path(value="archivaRuntimeInfo/{locale}")
@GET
@Produces(value={"application/json","application/xml"})
ApplicationRuntimeInfo getApplicationRuntimeInfo(@PathParam(value="locale")
String locale)
throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="logMissingI18n")
@GET
@Produces(value={"application/json","application/xml"})
Boolean logMissingI18n(@QueryParam(value="key")
String key)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.