Class OomphConvention

    • Constructor Detail

    • Method Detail

      • requireIUs

        protected void requireIUs​(String... ius)
        Ensures the p2 model contains the given IUs.
      • setPerspectiveOver

        protected void setPerspectiveOver​(String toSet,
                                          String... toTrump)
        Sets the perspective to the first value, if the existing value is one of the other values. This allows a consistent mechanism for PDE to trump JDT.
      • close

        public void close()
        This is called when the convention block ends. Usually it can just be empty, but if you've been accumulating values, this is your chance to smush them down into a setup action (see ConventionJdt.
        Specified by:
        close in interface AutoCloseable