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
ArtifactValidationException
void validateOnFind(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.repository.LocalRepository localRepository, org.eclipse.aether.repository.RemoteRepository remoteRepository) throws ArtifactValidationException
ArtifactValidationException
Copyright © 2010–2014. All rights reserved.