|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.config.FrameworkConfig.RepositoryConfig
RepositoryConfig class holds the configuration required to create the class provides the interface to the framework repository and properties needed to work with the repository.
This class represents the following configuration from framework configuration file.
<repository-config repository-class-name="org.jmonks.batch.framework.repository.db4o.Db4oRepository"> <property key="db4o-filename">/batchserver/repository/batchserver_repository.db</property> </repository-config>
Method Summary | |
java.lang.String |
getRepositoryClassName()
Returns the repository class name responsible to work with the repository. |
java.util.Map |
getRepositoryConfigProperties()
Returns all the properties required by the repository class to interact with the repsoitory in a unmodifiable map. |
java.lang.String |
toString()
Returns the string representation of RepositoryConfig class in the format {RepositoryConfig [repositoryClassName = value] [properties = value]} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getRepositoryClassName()
public java.util.Map getRepositoryConfigProperties()
public java.lang.String toString()
Returns the string representation of RepositoryConfig class in the format
{RepositoryConfig [repositoryClassName = value] [properties = value]}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |