Uses of Interface
org.smooks.api.resource.config.Parameter
-
Packages that use Parameter Package Description org.smooks.api.resource.config -
-
Uses of Parameter in org.smooks.api.resource.config
Methods in org.smooks.api.resource.config that return Parameter Modifier and Type Method Description <T> Parameter<T>ResourceConfig. getParameter(String name, Class<T> valueClass)Gets aparameterby name from thisResourceConfig.<T> Parameter<T>ResourceConfig. setParameter(String name, String type, T value)Adds a parameter with a specified type to thisResourceConfig.<T> Parameter<T>ResourceConfig. setParameter(String name, T value)Adds a parameter to thisResourceConfig.Parameter<T>Parameter. setXml(Element xml)Methods in org.smooks.api.resource.config that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter<?>>ResourceConfig. getParameters(String name)Gets all the parameters of thisResourceConfigby name.Methods in org.smooks.api.resource.config with parameters of type Parameter Modifier and Type Method Description <T> voidResourceConfig. setParameter(Parameter<T> parameter)Adds a parameter to thisResourceConfig.
-