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