public interface IParameterValues
The parameters for a command. This interface will only be consulted if the parameters need to be displayed to the user. Otherwise, they will be ignored.
Modifier and Type | Method and Description |
---|---|
Map |
getParameterValues()
Returns a map keyed by externalized names for parameter values.
|
Map getParameterValues()
String
)
to the actual value of the parameter (String
).
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.