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 implementsCloneableinterface and can make shallow copy of it self
-
-
Constructor Summary
Constructors Constructor Description ProjectAttachmentConfiguration(IProject project)Creates new instance ofProjectAttachmentConfigurationwith 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- theURIof the attachment project
-
ProjectAttachmentConfiguration
@OpenApi public ProjectAttachmentConfiguration(@Nonnull IProject project)Creates new instance ofProjectAttachmentConfigurationwith directly attached project- Parameters:
project- project which will be attached.
-
-