public interface WriteSessionContext
Interface for providing additional information required for publishing artifacts into a module's
artifact repository.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key) Returns the Maven classifier and file extension for a p2 artifact key to be added to the artifact repository.
-
Method Details
-
getClassifierAndExtensionForNewKey
WriteSessionContext.ClassifierAndExtension getClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key) Returns the Maven classifier and file extension for a p2 artifact key to be added to the artifact repository.
-