Interface Repository
- All Known Implementing Classes:
DefaultRepository
public interface Repository
-
Method Summary
-
Method Details
-
contains
-
get
-
add
Add an object to the repository.- Parameters:
name- the unique name of the object instanceobject- the object instance- Throws:
ConstructionException- if another object instance is already registered with the name
-