Klasse RestAppSchemaRoot

java.lang.Object
jakarta.ws.rs.core.Application
de.svws_nrw.api.RestAppSchemaRoot

public final class RestAppSchemaRoot extends jakarta.ws.rs.core.Application
Diese Applikation stellt die Rest-API für DB-Schema-Zugriffe bereit, welche root-Rechte auf der Datenbank erfordern.
  • Konstruktordetails

    • RestAppSchemaRoot

      public RestAppSchemaRoot()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getClasses

      public Set<Class<?>> getClasses()
      Setzt außer Kraft:
      getClasses in Klasse jakarta.ws.rs.core.Application
    • getPathSpecification

      public static String[] getPathSpecification()
      Gibt die Pfad-Spezifikation für die App zurück
      Gibt zurück:
      die Pfad-Spezifikation
    • checkIsInPathSpecification

      public static boolean checkIsInPathSpecification(String path)
      Prüft, ob der übergebene Pfad in der Pfad-Spezifikation enthalten ist oder nicht
      Parameter:
      path - der zu prüfende Pfad
      Gibt zurück:
      true, falls er enthalten ist