Uses of Class
org.eclipse.emf.cdo.transfer.CDOTransferSystem
Packages that use CDOTransferSystem
Package
Description
-
Uses of CDOTransferSystem in org.eclipse.emf.cdo.spi.transfer
Subclasses of CDOTransferSystem in org.eclipse.emf.cdo.spi.transferModifier and TypeClassDescriptionclass
Atransfer system
that abstracts the external file system. -
Uses of CDOTransferSystem in org.eclipse.emf.cdo.transfer
Methods in org.eclipse.emf.cdo.transfer that return CDOTransferSystemModifier and TypeMethodDescriptionfinal CDOTransferSystem
CDOTransfer.getSourceSystem()
final CDOTransferSystem
CDOTransferElement.getSystem()
final CDOTransferSystem
CDOTransfer.getTargetSystem()
Methods in org.eclipse.emf.cdo.transfer with parameters of type CDOTransferSystemModifier and TypeMethodDescriptionprotected ResourceSet
CDOTransfer.ModelTransferContext.createResourceSet
(CDOTransferSystem system) Constructors in org.eclipse.emf.cdo.transfer with parameters of type CDOTransferSystemModifierConstructorDescriptionCDOTransfer
(CDOTransferSystem sourceSystem, CDOTransferSystem targetSystem) protected
CDOTransferElement
(CDOTransferSystem system) -
Uses of CDOTransferSystem in org.eclipse.emf.cdo.transfer.spi.repository
Subclasses of CDOTransferSystem in org.eclipse.emf.cdo.transfer.spi.repositoryModifier and TypeClassDescriptionclass
A CDOrepository
-based implementation of atransfer system
. -
Uses of CDOTransferSystem in org.eclipse.emf.cdo.transfer.spi.ui
Methods in org.eclipse.emf.cdo.transfer.spi.ui with parameters of type CDOTransferSystemModifier and TypeMethodDescriptionTransferUIProvider.createLabelProvider
(CDOTransferSystem system) -
Uses of CDOTransferSystem in org.eclipse.emf.cdo.transfer.spi.workspace
Subclasses of CDOTransferSystem in org.eclipse.emf.cdo.transfer.spi.workspaceModifier and TypeClassDescriptionclass
An Eclipseworkspace
-based implementation of atransfer system
.