org.apache.archiva.web.api
Interface DataValidatorService

All Known Implementing Classes:
DefaultDataValidatorService

public interface DataValidatorService

Since:
1.4-M3
Author:
Olivier Lamy

Method Summary
 Boolean managedRepositoryIdNotExists(String id)
           
 Boolean networkProxyIdNotExists(String id)
           
 Boolean remoteRepositoryIdNotExists(String id)
           
 

Method Detail

managedRepositoryIdNotExists

Boolean managedRepositoryIdNotExists(String id)
                                     throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

remoteRepositoryIdNotExists

Boolean remoteRepositoryIdNotExists(String id)
                                    throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

networkProxyIdNotExists

Boolean networkProxyIdNotExists(String id)
                                throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.