org.apache.archiva.web.api
Class DefaultDataValidatorService
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDataValidatorService
public DefaultDataValidatorService()
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.