33343536373839
public void resolved(File file) { this.file = file; } public void notFound(ComponentArtifactIdentifier artifact) { failed(new ArtifactNotFoundException(artifact, getAttempted())); }