blob: 8182e0f9997d4138f10c7fb3e0f1a5adb23d70f7 [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 - Initial API and implementation
**********************************************************************/
package org.eclipse.jst.server.core;
import org.eclipse.wst.server.core.model.IRuntimeWorkingCopyDelegate;
/**
*
*/
public interface IGenericRuntimeWorkingCopy extends IGenericRuntime, IRuntimeWorkingCopyDelegate {
public void setVMInstall(String typeId, String id);
}