Top Description Methods
org.apache.tools.ant.types

public Interface Parameterizable

Known Direct Subinterfaces
org.apache.tools.ant.types.selectors.ExtendFileSelector
Known Direct Implementers
org.apache.tools.ant.filters.BaseParamFilterReader

Parameterizable objects take generic key value pairs.

Method Summary

Modifier and TypeMethod and Description
public void
setParameters(Parameter...
an array of name/type/value parameters.
parameters
)

Set the parameters

Method Detail

setParametersback to summary
public void setParameters(Parameter... parameters)

Set the parameters

Parameters
parameters:Parameter[]

an array of name/type/value parameters.