org.strutsit.chain
Class ConfCommand

java.lang.Object
  extended byorg.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 Commandthat is used in the conf-chain framework. This command reads some attributes, that can configured in the chain-conf.xml:

Since:
JDK 1.4
Version:
$Revision: 1.2 $
Author:
Manfred Wolff

Field Summary
protected  java.util.List dependencies
           
 
Constructor Summary
ConfCommand()
           
 
Method Summary
 java.lang.String getDepends()
           
 java.lang.String getIdref()
           
 void setDepends(java.lang.String depends)
           
 void setIdref(java.lang.String idref)
           
 
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
 

Field Detail

dependencies

protected java.util.List dependencies
Constructor Detail

ConfCommand

public ConfCommand()
Method Detail

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.