|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildEntityAttributeManagerFactory<T extends EntityAttributes,U extends ChildEntityAttributeManager<T>>
This interface defines the interface of a factory for
ChildEntityAttributeManager
objects.
Each entity attributes-enabled directory uses this once to create its
ChildEntityAttributeManager
.
Method Summary | |
---|---|
U |
create(AttributeFileRepository afr,
LogAdapterHolder lah)
Create a new ChildEntityAttributeManager . |
Method Detail |
---|
U create(AttributeFileRepository afr, LogAdapterHolder lah)
ChildEntityAttributeManager
.
afr
- The repository that is used to get the entity attributes file
from.lah
- The current file system's LogAdapterHolder
.
ChildEntityAttributeManager
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |