Class ProjectAttachmentConfiguration
- java.lang.Object
-
- com.nomagic.ci.persistence.spi.decomposition.AbstractProjectAttachmentConfiguration
-
- com.nomagic.ci.persistence.decomposition.ProjectAttachmentConfiguration
-
- All Implemented Interfaces:
java.lang.Cloneable
@OpenApi public class ProjectAttachmentConfiguration extends AbstractProjectAttachmentConfiguration
The configuration of project attachment. The object is used to attach and re-attach one project to another and holds additional properties defining the attachment. This class implementsCloneable
interface and can make shallow copy of it self
-
-
Constructor Summary
Constructors Constructor Description ProjectAttachmentConfiguration(IProject project)
Creates new instance ofProjectAttachmentConfiguration
with directly attached projectProjectAttachmentConfiguration(org.eclipse.emf.common.util.URI attachedProjectURI)
Creates new instance ofProjectAttachmentConfiguration
-
-
-
Constructor Detail
-
ProjectAttachmentConfiguration
@OpenApi public ProjectAttachmentConfiguration(org.eclipse.emf.common.util.URI attachedProjectURI)
Creates new instance ofProjectAttachmentConfiguration
- Parameters:
attachedProjectURI
- theURI
of the attachment project
-
ProjectAttachmentConfiguration
@OpenApi public ProjectAttachmentConfiguration(@Nonnull IProject project)
Creates new instance ofProjectAttachmentConfiguration
with directly attached project- Parameters:
project
- project which will be attached.
-
-