Examples of PptpRubyRuntimeModule


Examples of com.puppetlabs.geppetto.pp.dsl.pptp.PptpRubyRuntimeModule

  public Injector getPptpRubyInjector() {
    return pptpRubyInjector;
  }

  protected Module getPptpRubyModule() {
    return new PptpRubyRuntimeModule();
  }
View Full Code Here

Examples of com.puppetlabs.geppetto.pp.dsl.pptp.PptpRubyRuntimeModule

   * @see com.puppetlabs.geppetto.pp.dsl.ui.internal.PPActivator#getRuntimeModule(java.lang.String)
   */
  @Override
  protected Module getRuntimeModule(String grammar) {
    if(PPDSLConstants.PPTP_RUBY_LANGUAGE_NAME.equals(grammar))
      return new PptpRubyRuntimeModule();
    else if(PPDSLConstants.PPTP_LANGUAGE_NAME.equals(grammar))
      return new PptpUIModule();
    return super.getRuntimeModule(grammar);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.