This extension point allows remote implementations to provide additional operations on a resource. The extension associates a project nature with the resource extension. Resources contained within a particular project can be adapted to obtain the additional operations.
the fully qualified name of a class that implements <code>org.eclipse.remote.core.IRemoteResource</code>
a project nature. Resources contained within a project with this nature can be adapted to obtain the <code>org.eclipse.remote.core.IRemoteResource</code> interface.
<pre>
<extension point="org.eclipse.remote.core.remoteResource">
<remoteResource class="MyRemoteResourceClass" nature="MyProjectNature"/>
</extension>
</pre>
The value of the class attribute must implement the interface <code>org.eclipse.remote.core.IRemoteResource</code>
The remote package itself does not have any predefined remote resources.
Copyright (c) 2013 IBM Corporation and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/