org.apache.geronimo.deployment
Class AbstractBuilderCollection<T>
java.lang.Object
org.apache.geronimo.deployment.AbstractBuilderCollection<T>
- Direct Known Subclasses:
- NamespaceDrivenBuilderCollection, NamingBuilderCollection
public abstract class AbstractBuilderCollection<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builders
protected final Collection<T> builders
basePlanElementName
protected final QName basePlanElementName
specQNames
protected org.apache.xmlbeans.QNameSet specQNames
planQNames
protected org.apache.xmlbeans.QNameSet planQNames
AbstractBuilderCollection
protected AbstractBuilderCollection(Collection<T> builders,
QName basePlanElementName)
addBuilder
protected void addBuilder(T builder)
getSpecQNameSet
public org.apache.xmlbeans.QNameSet getSpecQNameSet()
getPlanQNameSet
public org.apache.xmlbeans.QNameSet getPlanQNameSet()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.