org.apache.archiva.rest.api.services
Interface NetworkProxyService


public interface NetworkProxyService

Since:
1.4-M1
Author:
Olivier Lamy

Method Summary
 void addNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
           
 Boolean deleteNetworkProxy(String networkProxyId)
           
 List<org.apache.archiva.admin.model.beans.NetworkProxy> getNetworkProxies()
           
 org.apache.archiva.admin.model.beans.NetworkProxy getNetworkProxy(String networkProxyId)
           
 void updateNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
           
 

Method Detail

getNetworkProxies

List<org.apache.archiva.admin.model.beans.NetworkProxy> getNetworkProxies()
                                                                          throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

getNetworkProxy

org.apache.archiva.admin.model.beans.NetworkProxy getNetworkProxy(String networkProxyId)
                                                                  throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

addNetworkProxy

void addNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
                     throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

updateNetworkProxy

void updateNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
                        throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

deleteNetworkProxy

Boolean deleteNetworkProxy(String networkProxyId)
                           throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.