Package liquibase.parser.core.xml
Class StandardNamespaceDetails
- java.lang.Object
-
- liquibase.parser.core.xml.StandardNamespaceDetails
-
- All Implemented Interfaces:
NamespaceDetails,PrioritizedService
public class StandardNamespaceDetails extends Object implements NamespaceDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringGENERIC_EXTENSION_XSD-
Fields inherited from interface liquibase.parser.NamespaceDetails
PRIORITY_EXTENSION
-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description StandardNamespaceDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getNamespaces()intgetPriority()StringgetSchemaUrl(String namespaceOrUrl)StringgetShortName(String namespaceOrUrl)booleansupports(LiquibaseParser parser, String namespaceOrUrl)booleansupports(LiquibaseSerializer serializer, String namespaceOrUrl)
-
-
-
Field Detail
-
GENERIC_EXTENSION_XSD
public static final String GENERIC_EXTENSION_XSD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfacePrioritizedService
-
supports
public boolean supports(LiquibaseSerializer serializer, String namespaceOrUrl)
- Specified by:
supportsin interfaceNamespaceDetails
-
supports
public boolean supports(LiquibaseParser parser, String namespaceOrUrl)
- Specified by:
supportsin interfaceNamespaceDetails
-
getShortName
public String getShortName(String namespaceOrUrl)
- Specified by:
getShortNamein interfaceNamespaceDetails
-
getNamespaces
public String[] getNamespaces()
- Specified by:
getNamespacesin interfaceNamespaceDetails
-
getSchemaUrl
public String getSchemaUrl(String namespaceOrUrl)
- Specified by:
getSchemaUrlin interfaceNamespaceDetails
-
-