org.apache.avalon.composition.model.impl
Class DefaultImportModel
java.lang.Object
org.apache.avalon.composition.model.impl.DefaultEntryModel
org.apache.avalon.composition.model.impl.DefaultImportModel
- All Implemented Interfaces:
- EntryModel
- public class DefaultImportModel
- extends DefaultEntryModel
Default implementation of a the context entry import model.
- Version:
- $Revision: 1.2 $ $Date: 2003/10/28 20:21:00 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultImportModel
public DefaultImportModel(EntryDescriptor descriptor,
ImportDirective directive,
DeploymentContext context,
Map map)
- Creation of a new context entry import model.
- Parameters:
descriptor
- the context entry descriptordirective
- the context entry directivecontext
- the containment context
getValue
public Object getValue()
throws ModelException
- Return the context entry value.
- Specified by:
getValue
in interface EntryModel
- Specified by:
getValue
in class DefaultEntryModel
- Returns:
- the context entry value
- Throws:
ModelException
Copyright © Apache Software Foundation. All Rights Reserved.