|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.catalog.util.IFriend
public abstract class IFriend
Used to allow peer GeoSpatial resources to associate with each other.
This interface is used (by the local catalog) to determine associated IResolve handles to the one provided.
In the wild associations are captured in the following manner:
Constructor Summary | |
---|---|
IFriend()
|
Method Summary | |
---|---|
abstract java.util.List<IResolve> |
friendly(IResolve handle,
IProgressMonitor monitor)
List of known peers for the provided resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IFriend()
Method Detail |
---|
public abstract java.util.List<IResolve> friendly(IResolve handle, IProgressMonitor monitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |