Package org.zeroturnaround.eclipse.launching.launchconfig

Examples of org.zeroturnaround.eclipse.launching.launchconfig.VMArgsDynArgsRebelLaunchConfig


import org.zeroturnaround.eclipse.launching.launchconfig.VMArgsDynArgsRebelLaunchConfig;

public class WOJRebelLaunchConfigProvider implements IRebelLaunchConfigProvider {
  public IRebelLaunchConfig createRebelLaunchConfig(ILaunchConfiguration config) {
    if (RebelLaunchConfigProviders.typeIdMatches(config, "org.objectstyle.wolips.launching.WOLocalJavaApplication")) {
      return new VMArgsDynArgsRebelLaunchConfig();
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.zeroturnaround.eclipse.launching.launchconfig.VMArgsDynArgsRebelLaunchConfig

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.