org.fest.swing.launcher
Class AppletParameter.AppletParameterBuilder
java.lang.Object
org.fest.swing.launcher.AppletParameter.AppletParameterBuilder
- Enclosing class:
- AppletParameter
public static class AppletParameter.AppletParameterBuilder
- extends Object
Understands creation of AppletParameter
s.
- Author:
- Yvonne Wang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public AppletParameter value(String value)
- Creates a new
AppletParameter
with the given name and value.
- Parameters:
value
- the value for the AppletParameter
.
- Returns:
- the created
AppletParameter
.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.