Uses of Interface
org.eclipse.tycho.p2.metadata.IP2Artifact
-
-
Uses of IP2Artifact in org.eclipse.tycho.p2.impl.publisher
Classes in org.eclipse.tycho.p2.impl.publisher that implement IP2Artifact Modifier and Type Class Description class
P2Artifact
Methods in org.eclipse.tycho.p2.impl.publisher that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
P2GeneratorImpl. generateMetadata(List<IArtifactFacade> artifacts, PublisherOptions options, File targetDir)
Method parameters in org.eclipse.tycho.p2.impl.publisher with type arguments of type IP2Artifact Modifier and Type Method Description void
P2GeneratorImpl. persistMetadata(Map<String,IP2Artifact> metadata, File unitsXml, File artifactsXml)
-
Uses of IP2Artifact in org.eclipse.tycho.p2.impl.publisher.repo
Methods in org.eclipse.tycho.p2.impl.publisher.repo that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
FeatureRootfileArtifactRepository. getPublishedArtifacts()
-
Uses of IP2Artifact in org.eclipse.tycho.p2.metadata
Methods in org.eclipse.tycho.p2.metadata that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
P2Generator. generateMetadata(List<IArtifactFacade> artifacts, PublisherOptions options, File targetDir)
Method parameters in org.eclipse.tycho.p2.metadata with type arguments of type IP2Artifact Modifier and Type Method Description void
P2Generator. persistMetadata(Map<String,IP2Artifact> metadata, File unitsXml, File artifactsXml)
-
Uses of IP2Artifact in org.eclipse.tycho.p2.tools.baseline
Methods in org.eclipse.tycho.p2.tools.baseline that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineServiceImpl. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, File target)
Methods in org.eclipse.tycho.p2.tools.baseline with parameters of type IP2Artifact Modifier and Type Method Description boolean
BaselineServiceImpl. isMetadataEqual(IP2Artifact baseline, IP2Artifact reactor)
Method parameters in org.eclipse.tycho.p2.tools.baseline with type arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineServiceImpl. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, File target)
-
Uses of IP2Artifact in org.eclipse.tycho.p2.tools.baseline.facade
Methods in org.eclipse.tycho.p2.tools.baseline.facade that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineService. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, File target)
Methods in org.eclipse.tycho.p2.tools.baseline.facade with parameters of type IP2Artifact Modifier and Type Method Description boolean
BaselineService. isMetadataEqual(IP2Artifact ip2Artifact, IP2Artifact ip2Artifact2)
Method parameters in org.eclipse.tycho.p2.tools.baseline.facade with type arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineService. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, File target)
-
Uses of IP2Artifact in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 that return types with arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineValidator. validateAndReplace(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, Map<String,IP2Artifact> reactorMetadata, List<Repository> baselineRepositories, BaselineMode baselineMode, BaselineReplace baselineReplace)
Method parameters in org.eclipse.tycho.plugins.p2 with type arguments of type IP2Artifact Modifier and Type Method Description Map<String,IP2Artifact>
BaselineValidator. validateAndReplace(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, Map<String,IP2Artifact> reactorMetadata, List<Repository> baselineRepositories, BaselineMode baselineMode, BaselineReplace baselineReplace)
-