public class StandardNamespaceDetails extends Object implements NamespaceDetails
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERIC_EXTENSION_XSD |
PRIORITY_EXTENSIONCOMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
StandardNamespaceDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalPath(String namespaceOrUrl) |
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 PrioritizedServicepublic boolean supports(LiquibaseSerializer serializer, String namespaceOrUrl)
supports in interface NamespaceDetailspublic boolean supports(LiquibaseParser parser, String namespaceOrUrl)
supports in interface NamespaceDetailspublic String getShortName(String namespaceOrUrl)
getShortName in interface NamespaceDetailspublic String[] getNamespaces()
getNamespaces in interface NamespaceDetailspublic String getSchemaUrl(String namespaceOrUrl)
getSchemaUrl in interface NamespaceDetailspublic String getLocalPath(String namespaceOrUrl)
getLocalPath in interface NamespaceDetailsCopyright © 2018 Liquibase.org. All rights reserved.