public interface ParameterProvider
getParameter
method.| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String key)
Gets the value of a given parameter.
|
Iterator<String> |
listParameterNames()
Gets an Iterator over all known parameter names.
|
String getParameter(String key)
key - the parameterCopyright © 2017 TopQuadrant, Inc.. All rights reserved.