public class AppletPropertiesSetter
extends java.lang.Object
Constructor and Description |
---|
AppletPropertiesSetter() |
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
argsToProperties(java.lang.String[] args)
Returns a Properties object derived from the App args given.
|
static void |
copyStdAppletProperties(java.applet.Applet applet)
Sets the standard system properties for the given JASigning applet,
by copying the corresponding applet parameter values.
|
static void |
copyStdAppProperties(java.util.Properties argProps)
Sets the standard system properties for the given JASigning applet,
by copying the corresponding applet parameter values.
|
public static final void copyStdAppletProperties(java.applet.Applet applet)
public static final void copyStdAppProperties(java.util.Properties argProps)
public static java.util.Properties argsToProperties(java.lang.String[] args)