@OpenApi public class ProjectAttachmentConfiguration extends AbstractProjectAttachmentConfiguration
Cloneable interface and can make shallow
copy of it self| Constructor and Description |
|---|
ProjectAttachmentConfiguration(IProject project)
Creates new instance of
ProjectAttachmentConfiguration with directly attached project |
ProjectAttachmentConfiguration(org.eclipse.emf.common.util.URI attachedProjectURI)
Creates new instance of
ProjectAttachmentConfiguration |
@OpenApi public ProjectAttachmentConfiguration(org.eclipse.emf.common.util.URI attachedProjectURI)
ProjectAttachmentConfigurationattachedProjectURI - the URI of the attachment project@OpenApi
public ProjectAttachmentConfiguration(@Nonnull
IProject project)
ProjectAttachmentConfiguration with directly attached projectproject - project which will be attached.