Uses of Interface
jef.dna.constantPoolTable.ConstantPoolTableFactory

Packages that use ConstantPoolTableFactory
jef.dna   
jef.dna.constantPoolTable.impl   
 

Uses of ConstantPoolTableFactory in jef.dna
 

Methods in jef.dna that return ConstantPoolTableFactory
 ConstantPoolTableFactory Dna.getConstantPoolTableFactory()
          Returns the ConstantPoolTableFactory configured in the Dna configuration file, needed for instantiating ConstantPoolTable instances.
 

Uses of ConstantPoolTableFactory in jef.dna.constantPoolTable.impl
 

Classes in jef.dna.constantPoolTable.impl that implement ConstantPoolTableFactory
 class CPTableFactory
          This class is a concrete implementation of the interface.