Interface SchemaLocationRegistry

  • All Known Implementing Classes:
    CockpitConfigurationSchemaLocationRegistry

    public interface SchemaLocationRegistry
    Defines registry that contains information about all schema locations used across entire framework.
    • Method Detail

      • getSchemaLocations

        java.util.Set<java.lang.String> getSchemaLocations()
        Returns all schemas locations defined for current SchemaLocationRegistry.
        Returns:
        all schemas locations.
      • getSchemaLocation

        java.lang.String getSchemaLocation​(java.lang.String id)
        Returns schema location by given id.
        Returns:
        schema location.