| Constructor and Description |
|---|
Extension.Parameter(String name,
String value)
Constructs a new parameter based on the provided values.
|
public Extension.Parameter(String name, String value)
name - the name of the parameter (may not be null).value - the value of the parameter (may be null).IllegalArgumentException - if name is null.Copyright © 2012-2013. All Rights Reserved.