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

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

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

origin: org.geotools/gt-metadata

debug("ENTRY", category, key, null, null);
if (!category.isAssignableFrom(valueClass)) {
  if (debug) {
    debug("THROW", category, key, "unexpected type:", valueClass);
  if (hint != null) {
    if (debug) {
      debug("CHECK", category, key, "user provided a", hint.getClass());
        debug("RETURN", category, key, "return hint as provided.", null);
        final Class<?> type = types[i];
        if (debug) {
          debug("CHECK", category, key, "consider hint[" + i + ']', type);
            debug("RETURN", category, key, "found implementation", candidate.getClass());
debug("CHECK", category, key, "consider hint[last]", implementation);
  debug("RETURN", category, key, "found implementation", candidate.getClass());
debug("THROW", category, key, "could not find implementation.", null);
origin: org.geotools/gt2-metadata

debug("ENTRY", category, key, null, null);
if (!category.isAssignableFrom(valueClass)) {
  if (debug) {
    debug("THROW", category, key, "unexpected type:", valueClass);
  if (hint != null) {
    if (debug) {
      debug("CHECK", category, key, "user provided a", hint.getClass());
        debug("RETURN", category, key, "return hint as provided.", null);
        final Class type = types[i];
        if (debug) {
          debug("CHECK", category, key, "consider hint[" + i + ']', type);
            debug("RETURN", category, key, "found implementation", candidate.getClass());
debug("CHECK", category, key, "consider hint[last]", implementation);
  debug("RETURN", category, key, "found implementation", candidate.getClass());
debug("THROW", category, key, "could not find implementation.", null);
org.geotools.factoryFactoryRegistrydebug

Javadoc

Log a debug message for #getServiceProvider method. Note: we are not required to insert the method name ( "GetServiceProvider") in the message because it is part of the informations already stored by LogRecord, and formatted by the default java.util.logging.SimpleFormatter.

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.
  • 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.
  • getServiceImplementation
    Search the first implementation in the registery matching the specified conditions. This method is i
  • getLogHeader,
  • getServiceImplementation,
  • getServiceProviderByClass,
  • getUnfilteredProviders,
  • isAcceptable,
  • isAvailable,
  • loadingFailure,
  • log,
  • register

Popular in Java

  • Updating database using SQL prepared statement
  • findViewById (Activity)
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • String (java.lang)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • CodeWhisperer 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