Interface SchemaLocationRegistry
-
- All Known Implementing Classes:
CockpitConfigurationSchemaLocationRegistry
public interface SchemaLocationRegistryDefines registry that contains information about all schema locations used across entire framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSchemaLocation(java.lang.String id)Returns schema location by given id.java.util.Set<java.lang.String>getSchemaLocations()Returns all schemas locations defined for currentSchemaLocationRegistry.
-
-
-
Method Detail
-
getSchemaLocations
java.util.Set<java.lang.String> getSchemaLocations()
Returns all schemas locations defined for currentSchemaLocationRegistry.- Returns:
- all schemas locations.
-
getSchemaLocation
java.lang.String getSchemaLocation(java.lang.String id)
Returns schema location by given id.- Returns:
- schema location.
-
-