Skip navigation links

Package org.openstreetmap.josm.spi

This package contains services.

See: Description

Package org.openstreetmap.josm.spi Description

This package contains services. Client code will only depend on the classes from the spi package, but not on implementations of the service interface (service providers) which are found elsewhere.

The concept is similar to Java Service Provider Interfaces (hence the name), except the service providers are registered directly with a method call instead of using ServiceLoader to discover the providers on classpath.

Skip navigation links

JOSM