This extension point is used to add a remote services provider. A unique identifier for this remote service A human readable name for the remote service An EFS scheme name for this service The fully qualified name of the Java class implementing <samp>org.eclipse.remote.core.IRemoteServicesFactory</samp>. The value of the class attribute must implement <samp>org.eclipse.remote.core.IRemoteServicesFactory</samp>. <pre> <extension point="org.eclipse.remote.core.remoteServices"> <remoteServices class="org.eclipse.internal.remote.core.services.local.LocalServicesFactory" id="org.eclipse.ptp.remote.LocalServices" name="Local" scheme="file"> </remoteServices> </extension> </pre> The remote package provides a remote services implementation for local services. Copyright (c) 2013 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