org.jboss.repository.plugins.basic
Class BasicMetaDataCombiner
java.lang.Object
org.jboss.repository.plugins.basic.BasicMetaDataCombiner
- All Implemented Interfaces:
- MetaDataCombiner
public class BasicMetaDataCombiner
- extends Object
- implements MetaDataCombiner
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMetaDataCombiner
public BasicMetaDataCombiner()
combine
public Object combine(Key key,
MetaData[] levelData)
- Specified by:
combine
in interface MetaDataCombiner
- Parameters:
key
- - the key for the data being combinedlevelData
- - the MetaData values to combine into
the aggregate value
- Returns:
- the combined metadata value.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.