net.refractions.udig.catalog.util
Class IFriend

java.lang.Object
  extended by net.refractions.udig.catalog.util.IFriend

public abstract class IFriend
extends java.lang.Object

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:

Author:
Jody Garnett

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

IFriend

public IFriend()
Method Detail

friendly

public abstract java.util.List<IResolve> friendly(IResolve handle,
                                                  IProgressMonitor monitor)
List of known peers for the provided resource.