congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
FactoryRegistry.getServiceImplementation
Code IndexAdd Tabnine to your IDE (free)

How to use
getServiceImplementation
method
in
org.geotools.factory.FactoryRegistry

Best Java code snippets using org.geotools.factory.FactoryRegistry.getServiceImplementation (Showing top 2 results out of 315)

origin: org.geotools/gt-metadata

            debug("CHECK", category, key, "consider hint[" + i + ']', type);
          final T candidate = getServiceImplementation(category, type, filter, hints);
          if (candidate != null) {
            if (debug) {
  debug("CHECK", category, key, "consider hint[last]", implementation);
final T candidate = getServiceImplementation(category, implementation, filter, hints);
if (candidate != null) {
  if (debug) {
origin: org.geotools/gt2-metadata

            debug("CHECK", category, key, "consider hint[" + i + ']', type);
          final Object candidate = getServiceImplementation(category, type, filter, hints);
          if (candidate != null) {
            if (debug) {
  debug("CHECK", category, key, "consider hint[last]", implementation);
final Object candidate = getServiceImplementation(category, implementation, filter, hints);
if (candidate != null) {
  if (debug) {
org.geotools.factoryFactoryRegistrygetServiceImplementation

Javadoc

Search the first implementation in the registery matching the specified conditions. This method is invoked only by the #getServiceProvider(Class,Filter,Hints,Hints.Key) public method above; there is no recursivity there. This method do not creates new instance if no matching factory is found.

Popular methods of FactoryRegistry

  • getServiceProviders
  • scanForPlugins
    Scans for factory plug-ins of the given category, with guard against recursivities. The recursivity
  • getServiceProvider
    Returns the first provider in the registry for the specified category, using the specified map of hi
  • lookupProviders
  • registerServiceProvider
  • <init>
    Constructs a new registry for the specified categories.
  • debug
    Log a debug message for #getServiceProvider method. Note: we are not required to insert the method n
  • getCachedProviders
    Returns the providers available in the cache, or null if none. To be overridden by FactoryCreator on
  • getCategories
  • getClassLoaders
    Returns all class loaders to be used for scanning plugins. Current implementation returns the follow
  • getFactories
  • getLogHeader
    Prepares a message to be logged if any provider has been registered.
  • getFactories,
  • getLogHeader,
  • getServiceProviderByClass,
  • getUnfilteredProviders,
  • isAcceptable,
  • isAvailable,
  • loadingFailure,
  • log,
  • register

Popular in Java

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • setScale (BigDecimal)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now