liquibase.parser
Interface NamespaceDetails

All Superinterfaces:
PrioritizedService
All Known Implementing Classes:
StandardNamespaceDetails

public interface NamespaceDetails
extends PrioritizedService


Field Summary
static int PRIORITY_EXTENSION
           
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Method Summary
 String getLocalPath(String namespaceOrUrl)
           
 String getSchemaUrl(String namespaceOrUrl)
           
 String getShortName(String namespaceOrUrl)
           
 boolean supports(LiquibaseParser parser, String namespaceOrUrl)
           
 boolean supports(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)

getShortName

String getShortName(String namespaceOrUrl)

getSchemaUrl

String getSchemaUrl(String namespaceOrUrl)

getLocalPath

String getLocalPath(String namespaceOrUrl)


Copyright © 2014 Liquibase.org. All Rights Reserved.