scijava / scijava-common

A plugin framework and application container with built-in extensibility mechanism :electric_plug:
BSD 2-Clause "Simplified" License
87 stars 52 forks source link

Add LocationService accessor to AbstractGateway #456

Closed hinerm closed 1 year ago

hinerm commented 1 year ago

AbstractGateway currently does not have a location() that returns a LocationService. I think it is reasonable to add one. It was probably just forgotten when migrating locations from SCIFIO -> SJC.

It can be added in with the rest of the convenience methods, in alphabetical order.