|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.model.IMountable.MountPoint
public static class IMountable.MountPoint
This anonymous class represents a mount point and IGridConnection
can be created from the enclosed information.
| Constructor Summary | |
|---|---|
IMountable.MountPoint(java.lang.String name,
java.net.URI uri)
Create a new mount point with the specified name and uri. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get this mount point's name. |
java.net.URI |
getURI()
Get this mount point's uri, i.e. the remote (or local) target. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IMountable.MountPoint(java.lang.String name,
java.net.URI uri)
name - The name of the mount point. This may be used to represent
the mount point to the user. By default this is used as the name of the
IGridConnection that is generated from this mount point.uri - The uri of the mount point, i.e. the remote (or local)
location the resulting IGridConnection points to.| Method Detail |
|---|
public java.lang.String getName()
public java.net.URI getURI()
URI of this mount point.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||