Package org.eclipse.tycho.p2.metadata
Interface P2Generator
-
- All Known Implementing Classes:
DefaultDependencyMetadataGenerator
,P2GeneratorImpl
public interface P2Generator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,IP2Artifact>
generateMetadata(List<IArtifactFacade> artifacts, PublisherOptions options, File targetDir)
void
persistMetadata(Map<String,IP2Artifact> metadata, File unitsXml, File artifactsXml)
-
-
-
Method Detail
-
generateMetadata
Map<String,IP2Artifact> generateMetadata(List<IArtifactFacade> artifacts, PublisherOptions options, File targetDir) throws IOException
- Parameters:
artifacts
-options
-targetDir
- location to store artifacts created during meta data generation (e.g. root file zip)- Throws:
IOException
-
persistMetadata
void persistMetadata(Map<String,IP2Artifact> metadata, File unitsXml, File artifactsXml) throws IOException
- Throws:
IOException
-
-