Class ProductBinariesWriteSession
- java.lang.Object
-
- org.eclipse.tycho.p2.tools.publisher.ProductBinariesWriteSession
-
- All Implemented Interfaces:
WriteSessionContext
public class ProductBinariesWriteSession extends 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
-
-
Constructor Summary
Constructors Constructor Description ProductBinariesWriteSession(String productId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteSessionContext.ClassifierAndExtensiongetClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key)
-
-
-
Constructor Detail
-
ProductBinariesWriteSession
public ProductBinariesWriteSession(String productId)
-
-
Method Detail
-
getClassifierAndExtensionForNewKey
public WriteSessionContext.ClassifierAndExtension getClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key)
- Specified by:
getClassifierAndExtensionForNewKeyin interfaceWriteSessionContext
-
-