liquibase.parser.core.xml
Class StandardNamespaceDetails

java.lang.Object
  extended by liquibase.parser.core.xml.StandardNamespaceDetails
All Implemented Interfaces:
NamespaceDetails, PrioritizedService

public class StandardNamespaceDetails
extends Object
implements NamespaceDetails


Field Summary
static String GENERIC_EXTENSION_XSD
           
 
Fields inherited from interface liquibase.parser.NamespaceDetails
PRIORITY_EXTENSION
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
StandardNamespaceDetails()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_EXTENSION_XSD

public static final String GENERIC_EXTENSION_XSD
See Also:
Constant Field Values
Constructor Detail

StandardNamespaceDetails

public StandardNamespaceDetails()
Method Detail

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.