public static class AppletParameter.AppletParameterBuilder extends Object
AppletParameter.| Modifier and Type | Method and Description |
|---|---|
AppletParameter |
value(String value)
Creates a new
AppletParameter with the given name and value. |
public AppletParameter value(@Nonnull String value)
AppletParameter with the given name and value.value - the value for the AppletParameter.AppletParameter.Copyright © 2014–2019 AssertJ. All rights reserved.