Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<IndexedArtifactFile> |
IndexedArtifact.FILE_INFO_COMPARATOR |
private java.util.Set<IndexedArtifactFile> |
IndexedArtifact.files
Set
|
Modifier and Type | Method and Description |
---|---|
IndexedArtifactFile |
IIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
IIndex.identify(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IndexedArtifactFile> |
IndexedArtifact.getFiles() |
Modifier and Type | Method and Description |
---|---|
void |
IndexedArtifact.addFile(IndexedArtifactFile indexedArtifactFile) |
Modifier and Type | Method and Description |
---|---|
IndexedArtifactFile |
FilteredIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
FilteredIndex.identify(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
IndexedArtifactFile |
NexusIndexManager.getIndexedArtifactFile(org.apache.maven.index.ArtifactInfo artifactInfo)
for Unit test
|
IndexedArtifactFile |
CompositeIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
NexusIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
NexusIndexManager.getIndexedArtifactFile(IRepository repository,
ArtifactKey gav)
for Unit test
|
IndexedArtifactFile |
CompositeIndex.identify(java.io.File file) |
IndexedArtifactFile |
NexusIndex.identify(java.io.File file) |
IndexedArtifactFile |
NexusIndexManager.identify(java.io.File file) |
protected IndexedArtifactFile |
NexusIndexManager.identify(IRepository repository,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IndexedArtifactFile> |
CompositeIndex.identifyAll(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
private void |
NexusIndexManager.addArtifactFile(java.util.Map<java.lang.String,IndexedArtifact> result,
IndexedArtifactFile af,
java.lang.String className,
java.lang.String packageName,
java.lang.String packaging) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenPomAction.openEditor(IndexedArtifact ia,
IndexedArtifactFile f,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
OpenPomAction.openPomEditor(IndexedArtifact ia,
IndexedArtifactFile f,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Field and Description |
---|---|
private IndexedArtifactFile |
MavenRepositorySearchDialog.selectedIndexedArtifactFile |
Modifier and Type | Method and Description |
---|---|
private IndexedArtifactFile |
MavenRepositorySearchDialog.cloneIndexedArtifactFile(IndexedArtifactFile old,
java.lang.String type) |
private IndexedArtifactFile |
MavenRepositorySearchDialog.cloneIndexedArtifactFile(IndexedArtifactFile old,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
IndexedArtifactFile |
MavenRepositorySearchDialog.getSelectedIndexedArtifactFile() |
Modifier and Type | Method and Description |
---|---|
private IndexedArtifactFile |
MavenRepositorySearchDialog.cloneIndexedArtifactFile(IndexedArtifactFile old,
java.lang.String type) |
private IndexedArtifactFile |
MavenRepositorySearchDialog.cloneIndexedArtifactFile(IndexedArtifactFile old,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
Modifier and Type | Field and Description |
---|---|
private IndexedArtifactFile |
IndexedArtifactFileNode.artifactFile |
Modifier and Type | Method and Description |
---|---|
IndexedArtifactFile |
IndexedArtifactFileNode.getIndexedArtifactFile() |
Constructor and Description |
---|
IndexedArtifactFileNode(IndexedArtifactFile artifactFile) |
Modifier and Type | Method and Description |
---|---|
IndexedArtifactFile |
MavenPomSelectionComponent.getIndexedArtifactFile() |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<IndexedArtifactFile> |
MavenPomSelectionComponent.getSelectedIndexedArtifactFiles(org.eclipse.jface.viewers.IStructuredSelection selection) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MavenPomSelectionComponent.getKey(IndexedArtifactFile file) |