ant 1.10.14
org.apache.tools.ant.types
Parameterizable
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 Type
Method and Description
public
void
setParameters
(
Parameter
...
an array of name/type/value parameters.
parameters
)
Set the parameters
Method Detail
setParameters
back to summary
public
void
setParameters
(
Parameter
... parameters
)
Set the parameters
Parameters
parameters:
Parameter
[]
an array of name/type/value parameters.