org.jabber.jabberbeans.Extension
Class VectorExtensionBuilder

java.lang.Object
  |
  +--org.jabber.jabberbeans.Extension.VectorExtensionBuilder
Direct Known Subclasses:
IQAutoUpdateBuilder, IQSearchResultBuilder

public abstract class VectorExtensionBuilder
extends java.lang.Object
implements ExtensionBuilder

An VectorExtensionBuilder is used to generate a various extensions which are just lists of objects.

Version:
$Revision: 1.1.1.1 $
Author:
David Waite <dwaite@jabber.com>, $Author: lucky $

Field Summary
(package private)  java.util.Vector vector
          internal vector of objects
 
Constructor Summary
VectorExtensionBuilder()
          construct a VectorExtensionBuilder
 
Method Summary
 java.util.Vector getVector()
          fetch a vector of values currently in the internal list.
 void reset()
          resets the builder for reuse
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

vector

java.util.Vector vector
internal vector of objects
Constructor Detail

VectorExtensionBuilder

public VectorExtensionBuilder()
construct a VectorExtensionBuilder
Method Detail

reset

public void reset()
resets the builder for reuse
Specified by:
reset in interface ExtensionBuilder

getVector

public java.util.Vector getVector()
fetch a vector of values currently in the internal list.