Package | Description |
---|---|
com.oracle.tools.packager.jnlp |
Modifier and Type | Method and Description |
---|---|
static JNLPBundler.Mode |
JNLPBundler.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JNLPBundler.Mode[] |
JNLPBundler.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
JNLPBundler.generateJNLP(java.util.Map<java.lang.String,? super java.lang.Object> params,
java.io.PrintStream out,
java.lang.String jnlp_filename,
JNLPBundler.Mode m) |