public class StandardNamespaceDetails extends Object implements NamespaceDetails
Modifier and Type | Field and Description |
---|---|
static String |
GENERIC_EXTENSION_XSD |
PRIORITY_EXTENSION
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
StandardNamespaceDetails() |
Modifier and Type | Method and Description |
---|---|
String[] |
getNamespaces() |
int |
getPriority() |
String |
getSchemaUrl(String namespaceOrUrl) |
String |
getShortName(String namespaceOrUrl) |
boolean |
supports(LiquibaseParser parser,
String namespaceOrUrl) |
boolean |
supports(LiquibaseSerializer serializer,
String namespaceOrUrl) |
public static final String GENERIC_EXTENSION_XSD
public int getPriority()
getPriority
in interface PrioritizedService
public boolean supports(LiquibaseSerializer serializer, String namespaceOrUrl)
supports
in interface NamespaceDetails
public boolean supports(LiquibaseParser parser, String namespaceOrUrl)
supports
in interface NamespaceDetails
public String getShortName(String namespaceOrUrl)
getShortName
in interface NamespaceDetails
public String[] getNamespaces()
getNamespaces
in interface NamespaceDetails
public String getSchemaUrl(String namespaceOrUrl)
getSchemaUrl
in interface NamespaceDetails
Copyright © 2023 Liquibase.org. All rights reserved.