Uses of Interface
org.eclipse.tycho.repository.publishing.WriteSessionContext
-
Packages that use WriteSessionContext Package Description org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.repository.module org.eclipse.tycho.repository.publishing -
-
Uses of WriteSessionContext in org.eclipse.tycho.p2.tools.publisher
Classes in org.eclipse.tycho.p2.tools.publisher that implement WriteSessionContext Modifier and Type Class Description class
ProductBinariesWriteSession
WriteSessionContext
for publishing the binary executables artifacts. -
Uses of WriteSessionContext in org.eclipse.tycho.repository.module
Fields in org.eclipse.tycho.repository.module declared as WriteSessionContext Modifier and Type Field Description private WriteSessionContext
ModuleArtifactRepositoryDelegate. writeSession
Methods in org.eclipse.tycho.repository.module with parameters of type WriteSessionContext Modifier and Type Method Description org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
ModuleArtifactRepository. createArtifactDescriptor(org.eclipse.equinox.p2.metadata.IArtifactKey key, WriteSessionContext writeSession)
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
PublishingRepositoryImpl. getArtifactRepositoryForWriting(WriteSessionContext writeSession)
IArtifactSink
ModuleArtifactRepository. newAddingArtifactSink(org.eclipse.equinox.p2.metadata.IArtifactKey key, WriteSessionContext writeSession)
Constructors in org.eclipse.tycho.repository.module with parameters of type WriteSessionContext Constructor Description ModuleArtifactRepositoryDelegate(ModuleArtifactRepository target, WriteSessionContext writeSession)
-
Uses of WriteSessionContext in org.eclipse.tycho.repository.publishing
Methods in org.eclipse.tycho.repository.publishing with parameters of type WriteSessionContext Modifier and Type Method Description org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
PublishingRepository. getArtifactRepositoryForWriting(WriteSessionContext writeSession)
Returns a view onto the project's artifact repository which allows writing new artifacts.
-