org.pietschy.command

Class AbstractCommandBuilder


public abstract class AbstractCommandBuilder
extends AbstractBuilder

Base class for all command builders. Command builders can be registered for any command subclass by calling BuilderRegistry.register(Class, AbstractCommandBuilder).
Version:
$Revision: 1.7 $
Author:
andrewp

Method Summary

abstract void
configure(Command command, Element commandElement)

Methods inherited from class org.pietschy.command.AbstractBuilder

getAttribute, getCommandManager, getElementPath, getElementText, isEmptyElement, isIncluded, populateProperties, setCommandManager

Method Details

configure

public abstract void configure(Command command,
                               Element commandElement)