mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
Fix typos and Javadoc error
This commit is contained in:
parent
d3ff4a702b
commit
940a583456
1 changed files with 4 additions and 4 deletions
|
@ -20,15 +20,15 @@ import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem;
|
|||
|
||||
/**
|
||||
* This interface is used to provide a common way of mapping mounted resources to the temp files project.
|
||||
* Since local (or remote) mounts can change or be removed (i.e. disconnected) this provides a way for a vender to
|
||||
* remap a particular resource if the vender software is able to determine the new mount location.
|
||||
* Implementors of this interface should register their mappers via the mountPathMapper extension point.
|
||||
* Since local (or remote) mounts can change or be removed (i.e. disconnected) this provides a way for a vendor to
|
||||
* remap a particular resource if the vendor software is able to determine the new mount location.
|
||||
* Implementors of this interface should register their mappers via the mountPathMappers extension point.
|
||||
*/
|
||||
public interface ISystemMountPathMapper
|
||||
{
|
||||
|
||||
/**
|
||||
* Indicates whether this mapper handles recapping of the specified resource
|
||||
* Indicates whether this mapper handles remapping of the specified resource
|
||||
* @param hostname the remote host
|
||||
* @param remotePath the remote path as seen by the file subsystem
|
||||
* @return whether this mapper handles remapping of the specified remote resource
|
||||
|
|
Loading…
Add table
Reference in a new issue