Uses of Interface
uk.org.ogsadai.activity.xmldb.commands.CommandFactory

Packages that use CommandFactory
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases. 
uk.org.ogsadai.activity.xmldb.commands Contains a command interface and various implementations for use by the XML database activities. 
 

Uses of CommandFactory in uk.org.ogsadai.activity.xmldb
 

Constructors in uk.org.ogsadai.activity.xmldb with parameters of type CommandFactory
XMLDBCommandActivity(org.w3c.dom.Element element, CommandFactory factory)
          Constructs a CommandActivity using the specified element and command factory.
 

Uses of CommandFactory in uk.org.ogsadai.activity.xmldb.commands
 

Classes in uk.org.ogsadai.activity.xmldb.commands that implement CommandFactory
 class PropertiesCommandFactory
          A CommandFactory that creates Command instances based on a properties file where the keys are command element names and the values command implementation class names.