public class MavenArtifactIdentifier extends Object
| Constructor and Description |
|---|
MavenArtifactIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ArtifactKey> |
identify(File classesLocation,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected Collection<ArtifactKey> |
identifyCentralSearch(File file) |
protected Collection<ArtifactKey> |
identifyNexusIndexer(File file) |
Collection<ArtifactKey> |
scanPomProperties(File classesLocation) |
public Collection<ArtifactKey> identify(File classesLocation, org.eclipse.core.runtime.IProgressMonitor monitor)
protected Collection<ArtifactKey> identifyNexusIndexer(File file)
protected Collection<ArtifactKey> identifyCentralSearch(File file)
public Collection<ArtifactKey> scanPomProperties(File classesLocation)
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.