Uses of Class
org.eclipse.tycho.repository.local.GAVArtifactDescriptor
-
Packages that use GAVArtifactDescriptor Package Description org.eclipse.tycho.p2.target org.eclipse.tycho.repository.local -
-
Uses of GAVArtifactDescriptor in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that return GAVArtifactDescriptor Modifier and Type Method Description protected GAVArtifactDescriptor
TargetPlatformBundlePublisher.PublishedBundlesArtifactRepository. getInternalDescriptorForAdding(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
private GAVArtifactDescriptor
TargetPlatformBundlePublisher.PublishedBundlesArtifactRepository. toInternalDescriptor(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
-
Uses of GAVArtifactDescriptor in org.eclipse.tycho.repository.local
Methods in org.eclipse.tycho.repository.local that return GAVArtifactDescriptor Modifier and Type Method Description protected GAVArtifactDescriptor
LocalArtifactRepository. getInternalDescriptorForAdding(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
private GAVArtifactDescriptor
LocalArtifactRepository. toInternalDescriptor(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
-