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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERIC_EXTENSION_XSD
public static final String GENERIC_EXTENSION_XSD
- See Also:
- Constant Field Values
StandardNamespaceDetails
public StandardNamespaceDetails()
getPriority
public int getPriority()
- Specified by:
getPriority
in interface PrioritizedService
supports
public boolean supports(LiquibaseSerializer serializer,
String namespaceOrUrl)
- Specified by:
supports
in interface NamespaceDetails
supports
public boolean supports(LiquibaseParser parser,
String namespaceOrUrl)
- Specified by:
supports
in interface NamespaceDetails
getShortName
public String getShortName(String namespaceOrUrl)
- Specified by:
getShortName
in interface NamespaceDetails
getNamespaces
public String[] getNamespaces()
- Specified by:
getNamespaces
in interface NamespaceDetails
getSchemaUrl
public String getSchemaUrl(String namespaceOrUrl)
- Specified by:
getSchemaUrl
in interface NamespaceDetails
getLocalPath
public String getLocalPath(String namespaceOrUrl)
- Specified by:
getLocalPath
in interface NamespaceDetails
Copyright © 2016 Liquibase.org. All rights reserved.