public interface ArtifactValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateOnAdd(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.LocalRepository localRepository,
org.eclipse.aether.repository.RemoteRepository remoteRepository) |
void |
validateOnFind(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.LocalRepository localRepository,
org.eclipse.aether.repository.RemoteRepository remoteRepository) |
void validateOnAdd(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.LocalRepository localRepository,
org.eclipse.aether.repository.RemoteRepository remoteRepository)
throws ArtifactValidationException
ArtifactValidationExceptionvoid validateOnFind(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.LocalRepository localRepository,
org.eclipse.aether.repository.RemoteRepository remoteRepository)
throws ArtifactValidationException
ArtifactValidationExceptionCopyright © 2010–2015. All rights reserved.