com.healthmarketscience.jackcess
Interface LinkResolver


public interface LinkResolver

Resolver for linked databases.

Author:
James Ahlborn

Method Summary
 Database resolveLinkedDatabase(Database linkerDb, String linkeeFileName)
          Returns the appropriate Database instance for the linkeeFileName from the given linkerDb.
 

Method Detail

resolveLinkedDatabase

Database resolveLinkedDatabase(Database linkerDb,
                               String linkeeFileName)
                               throws IOException
Returns the appropriate Database instance for the linkeeFileName from the given linkerDb.

Throws:
IOException


Copyright © 2005-2013 Health Market Science. All Rights Reserved.