Class SchemasProviderFactory

java.lang.Object
com.redhat.devtools.intellij.common.validation.SchemasProviderFactory
All Implemented Interfaces:
com.intellij.openapi.project.PossiblyDumbAware, com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory

public class SchemasProviderFactory extends Object implements com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory
  • Field Summary

    Fields inherited from interface com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory

    EP_NAME, LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<com.jetbrains.jsonSchema.extension.JsonSchemaFileProvider>
    getProviders(@NotNull com.intellij.openapi.project.Project project)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.intellij.openapi.project.PossiblyDumbAware

    isDumbAware
  • Constructor Details

    • SchemasProviderFactory

      public SchemasProviderFactory()
  • Method Details

    • getProviders

      @NotNull public @NotNull List<com.jetbrains.jsonSchema.extension.JsonSchemaFileProvider> getProviders(@NotNull @NotNull com.intellij.openapi.project.Project project)
      Specified by:
      getProviders in interface com.jetbrains.jsonSchema.extension.JsonSchemaProviderFactory