
org.eclipse.ecf.filetransfer.service.IRemoteFileSystemBrowser Maven / Gradle / Ivy
/****************************************************************************
* Copyright (c) 2007 Composent, Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Composent, Inc. - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.filetransfer.service;
import org.eclipse.ecf.filetransfer.IRemoteFileSystemBrowserContainerAdapter;
/**
* Remote file system browser service interface. See {@link IRemoteFileSystemBrowserContainerAdapter}
*/
public interface IRemoteFileSystemBrowser extends IRemoteFileSystemBrowserContainerAdapter {
// Methods in super interface
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy