blob: 58b63f454752f53c156d4d9e45ef80ba941988c8 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
 *
* Contributors:
* IBM Corporation - Initial API and implementation
**********************************************************************/
package org.eclipse.wst.server.core;
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
/**
*
*
* <p>This interface is not intended to be implemented by clients.</p>
*/
public interface IServerLaunchConfig {
public void setDefaults(ILaunchConfigurationWorkingCopy workingCopy, IServer server);
}