org.apache.archiva.rest.services
Class AbstractRestService

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractRestService()
           
 
Method Summary
protected  org.apache.archiva.admin.model.AuditInformation getAuditInformation()
           
 List<org.apache.archiva.audit.AuditListener> getAuditListeners()
           
 void setAuditListeners(List<org.apache.archiva.audit.AuditListener> auditListeners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.slf4j.Logger log
Constructor Detail

AbstractRestService

public AbstractRestService()
Method Detail

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.