org.apache.archiva.rest.services
Class AbstractRestService
java.lang.Object
org.apache.archiva.rest.services.AbstractRestService
- Direct Known Subclasses:
- DefaultArchivaAdministrationService, DefaultManagedRepositoriesService, DefaultNetworkProxyService, DefaultProxyConnectorService, DefaultRemoteRepositoriesService, DefaultRepositoriesService, DefaultRepositoryGroupService
public abstract class AbstractRestService
- extends Object
abstract class with common utilities methods
- Since:
- 1.4-M1
- Author:
- Olivier Lamy
|
Field Summary |
protected org.slf4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.slf4j.Logger log
AbstractRestService
public AbstractRestService()
getAuditInformation
protected org.apache.archiva.admin.model.AuditInformation getAuditInformation()
getAuditListeners
public List<org.apache.archiva.audit.AuditListener> getAuditListeners()
setAuditListeners
public void setAuditListeners(List<org.apache.archiva.audit.AuditListener> auditListeners)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.