liquibase.parser
Interface NamespaceDetails
- All Superinterfaces:
- PrioritizedService
- All Known Implementing Classes:
- StandardNamespaceDetails
public interface NamespaceDetails
- extends PrioritizedService
PRIORITY_EXTENSION
static final int PRIORITY_EXTENSION
- See Also:
- Constant Field Values
supports
boolean supports(LiquibaseSerializer serializer,
String namespaceOrUrl)
supports
boolean supports(LiquibaseParser parser,
String namespaceOrUrl)
getShortName
String getShortName(String namespaceOrUrl)
getSchemaUrl
String getSchemaUrl(String namespaceOrUrl)
getNamespaces
String[] getNamespaces()
getLocalPath
String getLocalPath(String namespaceOrUrl)
Copyright © 2016 Liquibase.org. All rights reserved.