public abstract class AbstractMetadataGenerator extends Object
Constructor and Description |
---|
AbstractMetadataGenerator() |
Modifier and Type | Method and Description |
---|---|
protected 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,
org.eclipse.equinox.p2.publisher.PublisherInfo publisherInfo) |
protected org.eclipse.equinox.p2.publisher.actions.ICapabilityAdvice |
getExtraEntriesAdvice(IArtifactFacade artifact) |
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAction> |
getPublisherActions(IArtifactFacade artifact,
List<Map<String,String>> environments) |
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAdvice> |
getPublisherAdvice(IArtifactFacade artifact) |
protected 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, org.eclipse.equinox.p2.publisher.PublisherInfo publisherInfo)
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAction> getPublisherActions(IArtifactFacade artifact, List<Map<String,String>> environments)
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAdvice> getPublisherAdvice(IArtifactFacade artifact)
protected org.eclipse.equinox.p2.publisher.actions.ICapabilityAdvice getExtraEntriesAdvice(IArtifactFacade artifact)
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.