Package fr.obeo.releng.targetplatform

Examples of fr.obeo.releng.targetplatform.Options


      int _length_1 = _text_2.length();
      boolean _lessThan = (_length_1 < currentNodeSizeToCursor);
      _or = _lessThan;
    }
    if (_or) {
      final Options options = ((Options) model);
      EList<Option> _options = options.getOptions();
      boolean _contains_1 = _options.contains(Option.INCLUDE_REQUIRED);
      boolean _not_1 = (!_contains_1);
      if (_not_1) {
        String _literal = Option.INCLUDE_REQUIRED.getLiteral();
        ICompletionProposal _createCompletionProposal = this.createCompletionProposal(_literal, "all required software will be added to the target platform", options, 440, context);
        acceptor.accept(_createCompletionProposal);
      }
      EList<Option> _options_1 = options.getOptions();
      boolean _contains_2 = _options_1.contains(Option.INCLUDE_SOURCE);
      boolean _not_2 = (!_contains_2);
      if (_not_2) {
        String _literal_1 = Option.INCLUDE_SOURCE.getLiteral();
        ICompletionProposal _createCompletionProposal_1 = this.createCompletionProposal(_literal_1, "sources (if available) of the content will be added to the target platform", options, 430, context);
        acceptor.accept(_createCompletionProposal_1);
      }
      EList<Option> _options_2 = options.getOptions();
      boolean _contains_3 = _options_2.contains(Option.INCLUDE_ALL_ENVIRONMENTS);
      boolean _not_3 = (!_contains_3);
      if (_not_3) {
        String _literal_2 = Option.INCLUDE_ALL_ENVIRONMENTS.getLiteral();
        ICompletionProposal _createCompletionProposal_2 = this.createCompletionProposal(_literal_2, "all available environment specific plug-ins will be added to the target platform", options, 420, context);
        acceptor.accept(_createCompletionProposal_2);
      }
      EList<Option> _options_3 = options.getOptions();
      boolean _contains_4 = _options_3.contains(Option.INCLUDE_CONFIGURE_PHASE);
      boolean _not_4 = (!_contains_4);
      if (_not_4) {
        String _literal_3 = Option.INCLUDE_CONFIGURE_PHASE.getLiteral();
        ICompletionProposal _createCompletionProposal_3 = this.createCompletionProposal(_literal_3, "the configure phase will be run during the download operation of the target platform", options, 410, context);
View Full Code Here

TOP

Related Classes of fr.obeo.releng.targetplatform.Options

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.