@OpenApi public class ProjectAttachmentConfiguration extends AbstractProjectAttachmentConfiguration
Cloneable
interface and can make shallow
copy of it selfConstructor 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)
ProjectAttachmentConfiguration
attachedProjectURI
- the URI
of the attachment project@OpenApi public ProjectAttachmentConfiguration(@Nonnull IProject project)
ProjectAttachmentConfiguration
with directly attached projectproject
- project which will be attached.