org.strutsit.chain
Class ConfCommand
java.lang.Object
org.strutsit.chain.ConfCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- public abstract class ConfCommand
- extends java.lang.Object
- implements org.apache.commons.chain.Command
Base implementation of a Command
that is used in the conf-chain
framework. This command reads some attributes, that can configured in the
chain-conf.xml:
- idref Reference to a chain that is already configured (composite).
- depends List of dependencies to this command (may only other commands).
- Since:
- JDK 1.4
- Version:
- $Revision: 1.2 $
- Author:
- Manfred Wolff
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.chain.Command |
execute |
dependencies
protected java.util.List dependencies
ConfCommand
public ConfCommand()
getDepends
public java.lang.String getDepends()
- Returns:
- Returns the depends.
setDepends
public void setDepends(java.lang.String depends)
- Parameters:
depends
- The depends to set.
getIdref
public java.lang.String getIdref()
- Returns:
- Returns the idref.
setIdref
public void setIdref(java.lang.String idref)
- Parameters:
idref
- The idref to set.
Copyright © 2004-2005 Struts-it community. All Rights Reserved.