Uses of Class
org.reficio.p2.resolver.maven.Artifact
-
Packages that use Artifact Package Description org.reficio.p2.resolver.maven org.reficio.p2.resolver.maven.impl.facade org.reficio.p2.utils -
-
Uses of Artifact in org.reficio.p2.resolver.maven
Methods in org.reficio.p2.resolver.maven that return Artifact Modifier and Type Method Description ArtifactResolvedArtifact. getArtifact()ArtifactResolvedArtifact. getSourceArtifact()Constructors in org.reficio.p2.resolver.maven with parameters of type Artifact Constructor Description ResolvedArtifact(Artifact artifact, Artifact sourceArtifact, boolean root) -
Uses of Artifact in org.reficio.p2.resolver.maven.impl.facade
Methods in org.reficio.p2.resolver.maven.impl.facade that return Artifact Modifier and Type Method Description ArtifactAetherEclipseFacade. translateArtifactAetherToGeneric(Object artifact)ArtifactAetherFacade. translateArtifactAetherToGeneric(Object artifact)ArtifactAetherSonatypeFacade. translateArtifactAetherToGeneric(Object artifact)Methods in org.reficio.p2.resolver.maven.impl.facade with parameters of type Artifact Modifier and Type Method Description ObjectAetherEclipseFacade. translateArtifactGenericToAether(Artifact a)ObjectAetherFacade. translateArtifactGenericToAether(Artifact artifact)ObjectAetherSonatypeFacade. translateArtifactGenericToAether(Artifact a) -
Uses of Artifact in org.reficio.p2.utils
Methods in org.reficio.p2.utils with parameters of type Artifact Modifier and Type Method Description static org.apache.maven.artifact.ArtifactBundleUtils. aetherToMavenArtifactBasic(Artifact artifact)StringBundleUtils. calculateBundleSymbolicName(Artifact artifact)StringBundleUtils. calculateBundleVersion(Artifact artifact)
-