@Service(value="dataValidatorService#rest") public class DefaultDataValidatorService extends Object implements DataValidatorService
Constructor and Description |
---|
DefaultDataValidatorService() |
Modifier and Type | Method and Description |
---|---|
Boolean |
managedRepositoryIdNotExists(String id) |
Boolean |
networkProxyIdNotExists(String id) |
Boolean |
remoteRepositoryIdNotExists(String id) |
public DefaultDataValidatorService()
public Boolean managedRepositoryIdNotExists(String id) throws ArchivaRestServiceException
managedRepositoryIdNotExists
in interface DataValidatorService
ArchivaRestServiceException
public Boolean remoteRepositoryIdNotExists(String id) throws ArchivaRestServiceException
remoteRepositoryIdNotExists
in interface DataValidatorService
ArchivaRestServiceException
public Boolean networkProxyIdNotExists(String id) throws ArchivaRestServiceException
networkProxyIdNotExists
in interface DataValidatorService
ArchivaRestServiceException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.