Modifier and Type | Method and Description |
---|---|
static ArtifactKey |
ArtifactKey.fromPortableString(String str) |
ArtifactKey |
ArtifactRef.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
static Set<ArtifactKey> |
ArtifactRef.toArtifactKey(Set<ArtifactRef> refs) |
Modifier and Type | Method and Description |
---|---|
void |
ILocalRepositoryListener.artifactInstalled(File repositoryBasedir,
ArtifactKey baseArtifact,
ArtifactKey artifact,
File artifactFile)
New artifact has been downloaded or installed to maven local repository
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
IndexedArtifactFile.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
void |
IMutableIndex.addArtifact(File pomFile,
ArtifactKey artifactKey) |
IndexedArtifactFile |
IIndex.getIndexedArtifactFile(ArtifactKey artifact) |
void |
IMutableIndex.removeArtifact(File pomFile,
ArtifactKey artifactKey) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
ArtifactFilterManager.filter(org.eclipse.core.resources.IProject project,
ArtifactKey artifact) |
org.eclipse.core.runtime.IStatus |
IArtifactFilter.filter(org.eclipse.core.resources.IProject project,
ArtifactKey artifact) |
IndexedArtifactFile |
FilteredIndex.getIndexedArtifactFile(ArtifactKey artifact) |
Modifier and Type | Method and Description |
---|---|
void |
NexusIndex.addArtifact(File pomFile,
ArtifactKey artifactKey) |
protected void |
NexusIndexManager.addDocument(IRepository repository,
File file,
ArtifactKey key) |
void |
IndexingTransferListener.artifactInstalled(File repositoryBasedir,
ArtifactKey baseArtifact,
ArtifactKey artifact,
File artifactFile) |
static String |
NexusIndexManager.getDocumentKey(ArtifactKey artifact) |
IndexedArtifactFile |
NexusIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
CompositeIndex.getIndexedArtifactFile(ArtifactKey artifact) |
IndexedArtifactFile |
NexusIndexManager.getIndexedArtifactFile(IRepository repository,
ArtifactKey gav)
for Unit test
|
void |
NexusIndex.removeArtifact(File pomFile,
ArtifactKey artifactKey) |
protected void |
NexusIndexManager.removeDocument(IRepository repository,
File file,
ArtifactKey key,
IMavenProjectFacade facade) |
Modifier and Type | Method and Description |
---|---|
protected ArtifactKey |
MavenWorkspaceRuntime.getDistributionArtifactKey() |
Modifier and Type | Method and Description |
---|---|
void |
EclipseMavenMetadataCache.removeProject(org.eclipse.core.resources.IFile pom,
ArtifactKey key) |
void |
IManagedCache.removeProject(org.eclipse.core.resources.IFile pom,
ArtifactKey mavenProject) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
MavenProjectFacade.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
static MavenCapability |
MavenCapability.createMavenArtifact(ArtifactKey key) |
static MavenRequiredCapability |
MavenRequiredCapability.createMavenArtifact(ArtifactKey key,
String scope,
boolean optional) |
static MavenCapability |
MavenCapability.createMavenParent(ArtifactKey key) |
static MavenRequiredCapability |
MavenRequiredCapability.createMavenParent(ArtifactKey key) |
org.eclipse.core.resources.IFile |
ProjectRegistry.getWorkspaceArtifact(ArtifactKey key) |
org.eclipse.core.resources.IFile |
MutableProjectRegistry.getWorkspaceArtifact(ArtifactKey key) |
org.eclipse.core.resources.IFile |
IProjectRegistry.getWorkspaceArtifact(ArtifactKey key) |
void |
MutableProjectRegistry.removeProject(org.eclipse.core.resources.IFile pom,
ArtifactKey mavenProject) |
Set<org.eclipse.core.resources.IFile> |
MutableProjectRegistry.removeWorkspaceModules(org.eclipse.core.resources.IFile pom,
ArtifactKey mavenProject) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
IMavenProjectFacade.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
static ArtifactKey |
SelectionUtil.getArtifactKey(Object element) |
Modifier and Type | Method and Description |
---|---|
protected Set<ArtifactKey> |
MavenActionSupport.getArtifacts(org.eclipse.core.resources.IFile file,
MavenPlugin plugin) |
Constructor and Description |
---|
AddExclusionOperation(org.apache.maven.model.Dependency dependency,
ArtifactKey exclusion) |
Modifier and Type | Method and Description |
---|---|
void |
MavenPomSelectionComponent.init(String queryText,
String queryType,
org.eclipse.core.resources.IProject project,
Set<ArtifactKey> artifacts,
Set<ArtifactKey> managed) |
void |
MavenPomSelectionComponent.init(String queryText,
String queryType,
org.eclipse.core.resources.IProject project,
Set<ArtifactKey> artifacts,
Set<ArtifactKey> managed) |
Modifier and Type | Method and Description |
---|---|
void |
DependencyTreePage.selectDepedency(ArtifactKey artifactKey) |
void |
MavenPomEditor.showDependencyHierarchy(ArtifactKey artifactKey) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
IClasspathEntryDescriptor.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
void |
IClasspathEntryDescriptor.setArtifactKey(ArtifactKey artifactKey) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
BuildPathManager.findArtifact(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IPath path) |
ArtifactKey |
ClasspathEntryDescriptor.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
void |
ClasspathEntryDescriptor.setArtifactKey(ArtifactKey artifactKey) |
Constructor and Description |
---|
DependencySetRefactoring(org.eclipse.core.resources.IFile file,
List<ArtifactKey> keys) |
MavenDependencySetWizard(org.eclipse.core.resources.IFile file,
List<ArtifactKey> keys) |
Constructor and Description |
---|
ExcludeArtifactRefactoring(ArtifactKey[] keys) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.