net.sf.tomp.xtcl
Interface ParametrizedCommand

All Superinterfaces:
Parametrized
All Known Implementing Classes:
AbstractParametrizedVarCommand, Do, FilterCommand, SAXSourceCommand, STXFilterCommand, StyleFilterCommand, TestParametrizedVarCommand, Transform, XSLTFilterCommand

public interface ParametrizedCommand
extends Parametrized

Extension of the Parametrized intf. Used for Command that accept parameters to be set via refering a Properties object

Version:
1.0
Author:
tomp

Method Summary
 void addParameterPropertiesReference(java.lang.String ref)
          Adds a reference to Properties object from which the parameters will be read.
 
Methods inherited from interface net.sf.tomp.general.Parametrized
setParameter
 

Method Detail

addParameterPropertiesReference

void addParameterPropertiesReference(java.lang.String ref)
Adds a reference to Properties object from which the parameters will be read.

Parameters:
ref -


Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.