Class ProductBinariesWriteSession
- java.lang.Object
-
- org.eclipse.tycho.p2.tools.publisher.ProductBinariesWriteSession
-
- All Implemented Interfaces:
WriteSessionContext
public class ProductBinariesWriteSession extends Object implements WriteSessionContext
WriteSessionContext
for publishing the binary executables artifacts.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.tycho.repository.publishing.WriteSessionContext
WriteSessionContext.ClassifierAndExtension
-
-
Constructor Summary
Constructors Constructor Description ProductBinariesWriteSession(String productId)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
ProductBinariesWriteSession
public ProductBinariesWriteSession(String productId)
-
-
Method Detail
-
getClassifierAndExtensionForNewKey
public WriteSessionContext.ClassifierAndExtension getClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key)
Description copied from interface:WriteSessionContext
Returns the Maven classifier and file extension for a p2 artifact key to be added to the artifact repository.- Specified by:
getClassifierAndExtensionForNewKey
in interfaceWriteSessionContext
-
-