com.virtuosotechnologies.asaph.maingui
Interface DatabaseIdentifier


public interface DatabaseIdentifier

An identifier for a SongDatabase. This is essentially a parsed URI that specifies a particular database by the connector used to open it, and a connector-specific locator for the database.


Method Summary
 String getConnectorName()
          Get the connector name
 String getDatabaseLocator()
          Get the database locator string
 

Method Detail

getConnectorName

public String getConnectorName()
Get the connector name


getDatabaseLocator

public String getDatabaseLocator()
Get the database locator string