blob: cf203ce967c982e72872f38c5e8c40215d6083e0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.remote;
import org.eclipse.swt.widgets.Shell;
public interface IRemoteFileManager {
/**
* @param conn
* @return
*/
public String browseRemoteFile(Shell shell, IRemoteConnection conn, String message, String correctPath);
}