story.dbcore.repositories
Interface RepositoryFactoryInterface

All Known Implementing Classes:
RepositoryFactory, RepositoryFactory, RepositoryFactory

public interface RepositoryFactoryInterface


Method Summary
 NodeRepositoryConfig getConfig(RepositoryType type)
          Given a certain repository type, return a configuration object
 NodeTypeSet validNodeTypes(RepositoryType type)
          Given a certain repository type, return a set of the types of nodes which are valid for that repository.
 

Method Detail

getConfig

NodeRepositoryConfig getConfig(RepositoryType type)
                               throws Scheherexception
Given a certain repository type, return a configuration object

Throws:
Scheherexception

validNodeTypes

NodeTypeSet validNodeTypes(RepositoryType type)
                           throws Scheherexception
Given a certain repository type, return a set of the types of nodes which are valid for that repository.

Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.