public interface  org.eclipse.aether.resolution.ArtifactDescriptorPolicy extends java.lang.Object
{
public static final int STRICT;
public static final int IGNORE_MISSING;
public static final int IGNORE_INVALID;
public static final int IGNORE_ERRORS;
public abstract int getPolicy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest);
}