com.admc.jamama.repository
Class RepositoryDependency

java.lang.Object
  extended bycom.admc.jamama.repository.RepositoryDependency

public class RepositoryDependency
extends java.lang.Object

Utility data object to keep track of exactly what kind of Repository is required


Field Summary
 java.lang.Class classToStore
          The kind of objects you need to store with this repository.
 java.lang.String repositoryName
          The specific name by which Jamam knows the repository.
 
Constructor Summary
RepositoryDependency()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryName

public java.lang.String repositoryName
The specific name by which Jamam knows the repository. May be null if you don't care.


classToStore

public java.lang.Class classToStore
The kind of objects you need to store with this repository.

Constructor Detail

RepositoryDependency

public RepositoryDependency()