org.sonatype.tycho.p2.impl.publisher
Class P2GeneratorImpl
java.lang.Object
org.sonatype.tycho.p2.impl.publisher.P2GeneratorImpl
- All Implemented Interfaces:
- P2Generator
public class P2GeneratorImpl
- extends Object
- implements P2Generator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P2GeneratorImpl
public P2GeneratorImpl(boolean dependenciesOnly)
generateMetadata
public void generateMetadata(IArtifactFacade artifact,
File content,
File artifacts)
throws IOException
- Specified by:
generateMetadata
in interface P2Generator
- Throws:
IOException
generateMetadata
public void generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments,
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)
createId
public long createId(String sourceBundleSymbolicName,
String version)
isSupported
public boolean isSupported(String type)
Copyright © 2008-2011. All Rights Reserved.