Package fr.obeo.releng.targetplatform.resolved

Examples of fr.obeo.releng.targetplatform.resolved.ResolvedTargetPlatform


      _builder.append("org.eclipse.emf.compare.rcp.ui.feature.group");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform tp1 = this.parser.parse(_builder);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(tp1, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          List<IInstallableUnit> _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/".equals(_string);
          if (_equals) {
            Version _createOSGi = Version.createOSGi(10, 0, 0);
            MockIU _createFeature = MockIU.createFeature("org.eclipse.emf.compare.rcp.ui.feature.group", _createOSGi);
            Version _createOSGi_1 = Version.createOSGi(10, 0, 0);
            MockIU _createFeature_1 = MockIU.createFeature("org.eclipse.emf.compare.rcp.ui.source.feature.group", _createOSGi_1);
            _xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_createFeature, _createFeature_1);
          } else {
            return CollectionLiterals.<IInstallableUnit>emptyList();
          }
          return _xifexpression;
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      String _name = targetDef.getName();
      Assert.assertEquals("TP1", _name);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      int _size = _locations.size();
      Assert.assertEquals(1, _size);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      final Function1<ResolvedLocation, List<String>> _function = new Function1<ResolvedLocation, List<String>>() {
        public List<String> apply(final ResolvedLocation it) {
          List<IInstallableUnit> _resolvedIUs = it.getResolvedIUs();
          final Function1<IInstallableUnit, String> _function = new Function1<IInstallableUnit, String>() {
            public String apply(final IInstallableUnit it) {
View Full Code Here


      _builder.append("org.eclipse.emf.compare.rcp.ui.^source.feature.group");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform tp1 = this.parser.parse(_builder);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(tp1, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          List<IInstallableUnit> _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/".equals(_string);
          if (_equals) {
            Version _createOSGi = Version.createOSGi(10, 0, 0);
            MockIU _createFeature = MockIU.createFeature("org.eclipse.emf.compare.rcp.ui.feature.group", _createOSGi);
            Version _createOSGi_1 = Version.createOSGi(10, 0, 0);
            MockIU _createFeature_1 = MockIU.createFeature("org.eclipse.emf.compare.rcp.ui.source.feature.group", _createOSGi_1);
            _xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_createFeature, _createFeature_1);
          } else {
            return CollectionLiterals.<IInstallableUnit>emptyList();
          }
          return _xifexpression;
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      String _name = targetDef.getName();
      Assert.assertEquals("TP1", _name);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      int _size = _locations.size();
      Assert.assertEquals(1, _size);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      final Function1<ResolvedLocation, List<String>> _function = new Function1<ResolvedLocation, List<String>>() {
        public List<String> apply(final ResolvedLocation it) {
          List<IInstallableUnit> _resolvedIUs = it.getResolvedIUs();
          final Function1<IInstallableUnit, String> _function = new Function1<IInstallableUnit, String>() {
            public String apply(final IInstallableUnit it) {
View Full Code Here

      _builder.append("location \"http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/\"");
      _builder.newLine();
      _builder.append("location \"http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/\"");
      _builder.newLine();
      final TargetPlatform o = this.parser.parse(_builder);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(o, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          return CollectionLiterals.<IInstallableUnit>emptyList();
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      ResolvedLocation _get = _locations.get(0);
      URI _uRI = _get.getURI();
      String _string = _uRI.toString();
      Assert.assertEquals("http://download.eclipse.org/egit/updates-3.3", _string);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      ResolvedLocation _get_1 = _locations_1.get(1);
      URI _uRI_1 = _get_1.getURI();
      String _string_1 = _uRI_1.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/", _string_1);
      List<ResolvedLocation> _locations_2 = targetDef.getLocations();
      ResolvedLocation _get_2 = _locations_2.get(2);
      URI _uRI_2 = _get_2.getURI();
      String _string_2 = _uRI_2.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/", _string_2);
      List<ResolvedLocation> _locations_3 = targetDef.getLocations();
      ResolvedLocation _get_3 = _locations_3.get(3);
      URI _uRI_3 = _get_3.getURI();
      String _string_3 = _uRI_3.toString();
      Assert.assertEquals("http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/", _string_3);
    } catch (Throwable _e) {
View Full Code Here

      _builder_1.newLine();
      _builder_1.append("location \"http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler\"");
      _builder_1.newLine();
      org.eclipse.emf.common.util.URI _createURI_1 = org.eclipse.emf.common.util.URI.createURI("tmp:/tp2.tpd");
      this.parser.parse(_builder_1, _createURI_1, resourceSet);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(tp1, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          return CollectionLiterals.<IInstallableUnit>emptyList();
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      ResolvedLocation _get = _locations.get(0);
      URI _uRI = _get.getURI();
      String _string = _uRI.toString();
      Assert.assertEquals("http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/", _string);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      ResolvedLocation _get_1 = _locations_1.get(1);
      URI _uRI_1 = _get_1.getURI();
      String _string_1 = _uRI_1.toString();
      Assert.assertEquals("http://download.eclipse.org/egit/updates-3.3", _string_1);
      List<ResolvedLocation> _locations_2 = targetDef.getLocations();
      ResolvedLocation _get_2 = _locations_2.get(2);
      URI _uRI_2 = _get_2.getURI();
      String _string_2 = _uRI_2.toString();
      Assert.assertEquals("http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler", _string_2);
      List<ResolvedLocation> _locations_3 = targetDef.getLocations();
      ResolvedLocation _get_3 = _locations_3.get(3);
      URI _uRI_3 = _get_3.getURI();
      String _string_3 = _uRI_3.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/", _string_3);
      List<ResolvedLocation> _locations_4 = targetDef.getLocations();
      ResolvedLocation _get_4 = _locations_4.get(4);
      URI _uRI_4 = _get_4.getURI();
      String _string_4 = _uRI_4.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/", _string_4);
      List<ResolvedLocation> _locations_5 = targetDef.getLocations();
      ResolvedLocation _get_5 = _locations_5.get(5);
      URI _uRI_5 = _get_5.getURI();
      String _string_5 = _uRI_5.toString();
      Assert.assertEquals("http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/", _string_5);
    } catch (Throwable _e) {
View Full Code Here

      _builder_2.newLine();
      _builder_2.append("location \"http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler\"");
      _builder_2.newLine();
      org.eclipse.emf.common.util.URI _createURI_2 = org.eclipse.emf.common.util.URI.createURI("tmp:/tp3.tpd");
      this.parser.parse(_builder_2, _createURI_2, resourceSet);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(tp1, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          return CollectionLiterals.<IInstallableUnit>emptyList();
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      ResolvedLocation _get = _locations.get(0);
      URI _uRI = _get.getURI();
      String _string = _uRI.toString();
      Assert.assertEquals("http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/", _string);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      ResolvedLocation _get_1 = _locations_1.get(1);
      URI _uRI_1 = _get_1.getURI();
      String _string_1 = _uRI_1.toString();
      Assert.assertEquals("http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler", _string_1);
      List<ResolvedLocation> _locations_2 = targetDef.getLocations();
      ResolvedLocation _get_2 = _locations_2.get(2);
      URI _uRI_2 = _get_2.getURI();
      String _string_2 = _uRI_2.toString();
      Assert.assertEquals("http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/", _string_2);
      List<ResolvedLocation> _locations_3 = targetDef.getLocations();
      ResolvedLocation _get_3 = _locations_3.get(3);
      URI _uRI_3 = _get_3.getURI();
      String _string_3 = _uRI_3.toString();
      Assert.assertEquals("http://download.eclipse.org/egit/updates-3.3", _string_3);
      List<ResolvedLocation> _locations_4 = targetDef.getLocations();
      ResolvedLocation _get_4 = _locations_4.get(4);
      URI _uRI_4 = _get_4.getURI();
      String _string_4 = _uRI_4.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/", _string_4);
      List<ResolvedLocation> _locations_5 = targetDef.getLocations();
      ResolvedLocation _get_5 = _locations_5.get(5);
      URI _uRI_5 = _get_5.getURI();
      String _string_5 = _uRI_5.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/", _string_5);
    } catch (Throwable _e) {
View Full Code Here

      _builder_2.newLine();
      _builder_2.append("location \"http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler\"");
      _builder_2.newLine();
      org.eclipse.emf.common.util.URI _createURI_2 = org.eclipse.emf.common.util.URI.createURI("tmp:/tp3.tpd");
      this.parser.parse(_builder_2, _createURI_2, resourceSet);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(tp1, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          return CollectionLiterals.<IInstallableUnit>emptyList();
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      ResolvedLocation _get = _locations.get(0);
      URI _uRI = _get.getURI();
      String _string = _uRI.toString();
      Assert.assertEquals("http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/", _string);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      ResolvedLocation _get_1 = _locations_1.get(1);
      URI _uRI_1 = _get_1.getURI();
      String _string_1 = _uRI_1.toString();
      Assert.assertEquals("http://download.eclipse.org/sirius/updates/releases/0.9.0/kepler", _string_1);
      List<ResolvedLocation> _locations_2 = targetDef.getLocations();
      ResolvedLocation _get_2 = _locations_2.get(2);
      URI _uRI_2 = _get_2.getURI();
      String _string_2 = _uRI_2.toString();
      Assert.assertEquals("http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/", _string_2);
      List<ResolvedLocation> _locations_3 = targetDef.getLocations();
      ResolvedLocation _get_3 = _locations_3.get(3);
      URI _uRI_3 = _get_3.getURI();
      String _string_3 = _uRI_3.toString();
      Assert.assertEquals("http://download.eclipse.org/egit/updates-3.3", _string_3);
      List<ResolvedLocation> _locations_4 = targetDef.getLocations();
      ResolvedLocation _get_4 = _locations_4.get(4);
      URI _uRI_4 = _get_4.getURI();
      String _string_4 = _uRI_4.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/", _string_4);
      List<ResolvedLocation> _locations_5 = targetDef.getLocations();
      ResolvedLocation _get_5 = _locations_5.get(5);
      URI _uRI_5 = _get_5.getURI();
      String _string_5 = _uRI_5.toString();
      Assert.assertEquals("http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/", _string_5);
    } catch (Throwable _e) {
View Full Code Here

      _builder.append("org.eclipse.emf.compare.rcp.ui.feature.group");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform tp = this.parser.parse(_builder);
      final ResolvedTargetPlatform resolvedTargetPlatform = ResolvedTargetPlatform.create(tp, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          List<IInstallableUnit> _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "http://download.eclipse.org/egit/updates-3.3".equals(_string);
          if (_equals) {
            Version _createOSGi = Version.createOSGi(3, 3, 2);
            MockIU _createFeature = MockIU.createFeature("org.eclipse.egit.feature.group", _createOSGi);
            Version _createOSGi_1 = Version.createOSGi(3, 3, 2);
            MockIU _createFeature_1 = MockIU.createFeature("org.eclipse.egit.mylyn.feature.group", _createOSGi_1);
            _xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_createFeature, _createFeature_1);
          } else {
            List<IInstallableUnit> _xifexpression_1 = null;
            String _string_1 = location.toString();
            boolean _equals_1 = "http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/".equals(_string_1);
            if (_equals_1) {
              Version _createOSGi_2 = Version.createOSGi(10, 0, 0);
              MockIU _createFeature_2 = MockIU.createFeature("com.google.guava", _createOSGi_2);
              Version _createOSGi_3 = Version.createOSGi(11, 0, 2);
              MockIU _createFeature_3 = MockIU.createFeature("com.google.guava", _createOSGi_3);
              Version _createOSGi_4 = Version.createOSGi(12, 0, 0);
              MockIU _createFeature_4 = MockIU.createFeature("com.google.guava", _createOSGi_4);
              _xifexpression_1 = CollectionLiterals.<IInstallableUnit>newImmutableList(_createFeature_2, _createFeature_3, _createFeature_4);
            } else {
              List<IInstallableUnit> _xifexpression_2 = null;
              String _string_2 = location.toString();
              boolean _equals_2 = "http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/".equals(_string_2);
              if (_equals_2) {
                Version _createOSGi_5 = Version.createOSGi(5, 0, 0);
                MockIU _createFeature_5 = MockIU.createFeature("org.eclipse.emf.compare.rcp.ui.feature.group", _createOSGi_5);
                _xifexpression_2 = CollectionLiterals.<IInstallableUnit>newImmutableList(_createFeature_5);
              } else {
                return CollectionLiterals.<IInstallableUnit>emptyList();
              }
              _xifexpression_1 = _xifexpression_2;
            }
            _xifexpression = _xifexpression_1;
          }
          return _xifexpression;
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      final Diagnostic d = resolvedTargetPlatform.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      int _severity = d.getSeverity();
      Assert.assertEquals(Diagnostic.ERROR, _severity);
      List<Diagnostic> _children = d.getChildren();
      String _join = IterableExtensions.join(_children, ", ");
      List<Diagnostic> _children_1 = d.getChildren();
View Full Code Here

      _builder.append("org.junit");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform targetPlatform = this.parser.parse(_builder);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(targetPlatform, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          List<IInstallableUnit> _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/".equals(_string);
          if (_equals) {
            Version _createOSGi = Version.createOSGi(11, 0, 2, "v201303041551");
            MockIU _mockIU = new MockIU("com.google.guava", _createOSGi);
            Version _createOSGi_1 = Version.createOSGi(4, 10, 0, "v4_10_0_v20130308-0414");
            MockIU _mockIU_1 = new MockIU("org.junit", _createOSGi_1);
            _xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_mockIU, _mockIU_1);
          } else {
            return CollectionLiterals.<IInstallableUnit>emptyList();
          }
          return _xifexpression;
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      int _size = _locations.size();
      Assert.assertEquals(1, _size);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      final ResolvedLocation loc = IterableExtensions.<ResolvedLocation>head(_locations_1);
      List<IInstallableUnit> _resolvedIUs = loc.getResolvedIUs();
      int _size_1 = _resolvedIUs.size();
      Assert.assertEquals(2, _size_1);
      List<IInstallableUnit> _resolvedIUs_1 = loc.getResolvedIUs();
View Full Code Here

      _builder.append("org.junit");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform targetPlatform = this.parser.parse(_builder);
      final ResolvedTargetPlatform resolvedTargetPlatform = ResolvedTargetPlatform.create(targetPlatform, this.indexBuilder);
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      final Diagnostic d = resolvedTargetPlatform.resolve(new MockMetadataRepositoryManager(null) {
        public IMetadataRepository loadRepository(final URI location, final IProgressMonitor monitor) throws ProvisionException, OperationCanceledException {
          IMetadataRepository _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "unknownHost".equals(_string);
          if (_equals) {
View Full Code Here

      _builder.append("org.eclipse.emf.compare.rcp.ui.feature.group");
      _builder.newLine();
      _builder.append("}");
      _builder.newLine();
      final TargetPlatform targetPlatform = this.parser.parse(_builder);
      final ResolvedTargetPlatform targetDef = ResolvedTargetPlatform.create(targetPlatform, this.indexBuilder);
      MockMetadataRepositoryManager _mockMetadataRepositoryManager = new MockMetadataRepositoryManager(new IQueryResultProvider<IInstallableUnit>() {
        public List<IInstallableUnit> listIUs(final URI location) {
          List<IInstallableUnit> _xifexpression = null;
          String _string = location.toString();
          boolean _equals = "http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/".equals(_string);
          if (_equals) {
            Version _createOSGi = Version.createOSGi(1, 0, 0);
            MockIU _mockIU = new MockIU("org.eclipse.emf.compare.rcp.ui.feature.group", _createOSGi);
            Version _createOSGi_1 = Version.createOSGi(1, 0, 0);
            MockIU _mockIU_1 = new MockIU("org.eclipse.emf.compare.ide.ui.feature.group", _createOSGi_1);
            _xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_mockIU, _mockIU_1);
          } else {
            return CollectionLiterals.<IInstallableUnit>emptyList();
          }
          return _xifexpression;
        }
      });
      NullProgressMonitor _nullProgressMonitor = new NullProgressMonitor();
      targetDef.resolve(_mockMetadataRepositoryManager, _nullProgressMonitor);
      List<ResolvedLocation> _locations = targetDef.getLocations();
      int _size = _locations.size();
      Assert.assertEquals(1, _size);
      List<ResolvedLocation> _locations_1 = targetDef.getLocations();
      final Function1<ResolvedLocation, List<String>> _function = new Function1<ResolvedLocation, List<String>>() {
        public List<String> apply(final ResolvedLocation it) {
          List<IInstallableUnit> _resolvedIUs = it.getResolvedIUs();
          final Function1<IInstallableUnit, String> _function = new Function1<IInstallableUnit, String>() {
            public String apply(final IInstallableUnit it) {
View Full Code Here

TOP

Related Classes of fr.obeo.releng.targetplatform.resolved.ResolvedTargetPlatform

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.