Package liquibase.parser.core.xml
Class StandardNamespaceDetails
java.lang.Object
liquibase.parser.core.xml.StandardNamespaceDetails
- All Implemented Interfaces:
NamespaceDetails,PrioritizedService
-
Field Summary
FieldsFields inherited from interface liquibase.parser.NamespaceDetails
PRIORITY_EXTENSIONFields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intgetSchemaUrl(String namespaceOrUrl) getShortName(String namespaceOrUrl) booleansupports(LiquibaseParser parser, String namespaceOrUrl) booleansupports(LiquibaseSerializer serializer, String namespaceOrUrl)
-
Field Details
-
GENERIC_EXTENSION_XSD
- See Also:
-
-
Constructor Details
-
StandardNamespaceDetails
public StandardNamespaceDetails()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePrioritizedService
-
supports
- Specified by:
supportsin interfaceNamespaceDetails
-
supports
- Specified by:
supportsin interfaceNamespaceDetails
-
getShortName
- Specified by:
getShortNamein interfaceNamespaceDetails
-
getNamespaces
- Specified by:
getNamespacesin interfaceNamespaceDetails
-
getSchemaUrl
- Specified by:
getSchemaUrlin interfaceNamespaceDetails
-