Uses of Class
org.eclipse.tycho.repository.publishing.WriteSessionContext.ClassifierAndExtension
-
Packages that use WriteSessionContext.ClassifierAndExtension Package Description org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.repository.publishing -
-
Uses of WriteSessionContext.ClassifierAndExtension in org.eclipse.tycho.p2.tools.publisher
Methods in org.eclipse.tycho.p2.tools.publisher that return WriteSessionContext.ClassifierAndExtension Modifier and Type Method Description WriteSessionContext.ClassifierAndExtension
ProductBinariesWriteSession. getClassifierAndExtensionForNewKey(org.eclipse.equinox.p2.metadata.IArtifactKey key)
-
Uses of WriteSessionContext.ClassifierAndExtension in org.eclipse.tycho.repository.publishing
Methods in org.eclipse.tycho.repository.publishing that return WriteSessionContext.ClassifierAndExtension Modifier and Type Method Description WriteSessionContext.ClassifierAndExtension
WriteSessionContext. 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.
-