Class 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 implements Cloneable interface and can make shallow copy of it self
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectAttachmentConfiguration

        @OpenApi
        public ProjectAttachmentConfiguration​(org.eclipse.emf.common.util.URI attachedProjectURI)
        Creates new instance of ProjectAttachmentConfiguration
        Parameters:
        attachedProjectURI - the URI of the attachment project
      • ProjectAttachmentConfiguration

        @OpenApi
        public ProjectAttachmentConfiguration​(@Nonnull
                                              IProject project)
        Creates new instance of ProjectAttachmentConfiguration with directly attached project
        Parameters:
        project - project which will be attached.