org.apache.archiva.web.api
Class DefaultDataValidatorService

java.lang.Object
  extended by org.apache.archiva.web.api.DefaultDataValidatorService
All Implemented Interfaces:
DataValidatorService

@Service(value="dataValidatorService#rest")
public class DefaultDataValidatorService
extends Object
implements DataValidatorService

Since:
1.4-M3
Author:
Olivier Lamy

Constructor Summary
DefaultDataValidatorService()
           
 
Method Summary
 Boolean managedRepositoryIdNotExists(String id)
           
 Boolean networkProxyIdNotExists(String id)
           
 Boolean remoteRepositoryIdNotExists(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataValidatorService

public DefaultDataValidatorService()
Method Detail

managedRepositoryIdNotExists

public Boolean managedRepositoryIdNotExists(String id)
                                     throws ArchivaRestServiceException
Specified by:
managedRepositoryIdNotExists in interface DataValidatorService
Throws:
ArchivaRestServiceException

remoteRepositoryIdNotExists

public Boolean remoteRepositoryIdNotExists(String id)
                                    throws ArchivaRestServiceException
Specified by:
remoteRepositoryIdNotExists in interface DataValidatorService
Throws:
ArchivaRestServiceException

networkProxyIdNotExists

public Boolean networkProxyIdNotExists(String id)
                                throws ArchivaRestServiceException
Specified by:
networkProxyIdNotExists in interface DataValidatorService
Throws:
ArchivaRestServiceException


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