Package liquibase.parser
Interface NamespaceDetails
-
- All Superinterfaces:
PrioritizedService
- All Known Implementing Classes:
StandardNamespaceDetails
public interface NamespaceDetails extends PrioritizedService
-
-
Field Summary
Fields Modifier and Type Field Description static intPRIORITY_EXTENSION-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getNamespaces()StringgetSchemaUrl(String namespaceOrUrl)StringgetShortName(String namespaceOrUrl)booleansupports(LiquibaseParser parser, String namespaceOrUrl)booleansupports(LiquibaseSerializer serializer, String namespaceOrUrl)-
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
-
-
-
Field Detail
-
PRIORITY_EXTENSION
static final int PRIORITY_EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
supports
boolean supports(LiquibaseSerializer serializer, String namespaceOrUrl)
-
supports
boolean supports(LiquibaseParser parser, String namespaceOrUrl)
-
getNamespaces
String[] getNamespaces()
-
-