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