Interface WriteSessionContext
-
- All Known Implementing Classes:
ProductBinariesWriteSession
public interface WriteSessionContext
Interface for providing additional information required for publishing artifacts into a module's artifact repository.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WriteSessionContext.ClassifierAndExtension
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-