Class DefaultLinkService

  • All Implemented Interfaces:
    Comparable<org.scijava.Prioritized>, org.scijava.Contextual, org.scijava.Disposable, org.scijava.Identifiable, org.scijava.Initializable, LinkService, org.scijava.Locatable, org.scijava.log.Logged, org.scijava.plugin.HandlerService<URI,​LinkHandler>, org.scijava.plugin.HasPluginInfo, org.scijava.plugin.PTService<LinkHandler>, org.scijava.plugin.RichPlugin, org.scijava.plugin.SciJavaPlugin, org.scijava.plugin.SingletonService<LinkHandler>, org.scijava.plugin.TypedService<URI,​LinkHandler>, org.scijava.Prioritized, org.scijava.service.SciJavaService, org.scijava.service.Service, org.scijava.Typed<URI>, org.scijava.Versioned

    public class DefaultLinkService
    extends org.scijava.plugin.AbstractHandlerService<URI,​LinkHandler>
    implements LinkService
    Default implementation of LinkService.
    Author:
    Curtis Rueden
    • Method Summary

      • Methods inherited from class org.scijava.plugin.AbstractSingletonService

        getInstance, getInstances, objectService, onEvent, onEvent
      • Methods inherited from class org.scijava.plugin.AbstractPTService

        pluginService
      • Methods inherited from class org.scijava.service.AbstractService

        getContext, setContext, toString
      • Methods inherited from class org.scijava.plugin.AbstractRichPlugin

        getInfo, getPriority, setInfo, setPriority
      • Methods inherited from class org.scijava.AbstractContextual

        context
      • Methods inherited from interface org.scijava.Contextual

        context, getContext, setContext
      • Methods inherited from interface org.scijava.Disposable

        dispose
      • Methods inherited from interface org.scijava.plugin.HandlerService

        getHandler, getInstances, supports
      • Methods inherited from interface org.scijava.plugin.HasPluginInfo

        getInfo, setInfo
      • Methods inherited from interface org.scijava.Locatable

        getLocation
      • Methods inherited from interface org.scijava.Prioritized

        compareTo, getPriority, setPriority
      • Methods inherited from interface org.scijava.plugin.PTService

        getPlugins, getPluginService, pluginService
      • Methods inherited from interface org.scijava.plugin.RichPlugin

        getIdentifier, log
      • Methods inherited from interface org.scijava.service.Service

        registerEventHandlers
      • Methods inherited from interface org.scijava.plugin.SingletonService

        create, filterInstances, getInstance, initialize, objectService
      • Methods inherited from interface org.scijava.plugin.TypedService

        find
      • Methods inherited from interface org.scijava.Versioned

        getVersion
    • Constructor Detail

      • DefaultLinkService

        public DefaultLinkService()