Package org.jboss.ide.eclipse.as.core.server

Examples of org.jboss.ide.eclipse.as.core.server.ILaunchConfigConfigurator.configure()


  public void setupLaunchConfiguration(
      ILaunchConfigurationWorkingCopy workingCopy,
      IProgressMonitor monitor) throws CoreException {
    ILaunchConfigConfigurator configurator = getConfigurator();
    if (configurator != null) {
      configurator.configure(workingCopy);
    }
  }

  protected ILaunchConfigConfigurator getConfigurator() throws CoreException {
    KarafServerDelegate serverDel = (KarafServerDelegate)getServer().loadAdapter(KarafServerDelegate.class, new NullProgressMonitor());
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.