Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] postgis & postgres

At 17:22 17/10/2007, Jesse Eichar wrote:
So here's the full code:

List<IService> found = CatalogPlugin.getDefault().getServiceFactoyr().acquire(params);
if( !found.isEmpty() ){
  return found.get(0).resolve(Datastore.class, progressMonitor);
}

That will return the datastore that works with the parameters.

Thank you -- the above works very nicely and makes our log files infinitely cleaner!

regards,

Vince.


Back to the top