| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_BAD_MAP |
"Cannot map source file to anything sensible: " |
public static final String |
ERROR_MAPPER_WITHOUT_DEST |
"The destDir attribute is required if a mapper is set" |
public static final String |
ERROR_NO_ALIAS |
"alias attribute must be set" |
public static final String |
ERROR_NO_STOREPASS |
"storepass attribute must be set" |
public static final String |
ERROR_SIGNEDJAR_AND_PATHS |
"You cannot specify the signed JAR when using paths or filesets" |
public static final String |
ERROR_TODIR_AND_SIGNEDJAR |
"\'destdir\' and \'signedjar\' cannot both be set" |
public static final String |
ERROR_TOO_MANY_MAPPERS |
"Too many mappers" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_GZIPPED_PACKED_FILE_SUFFIX |
"pack.gz" |
public static final String |
DEFAULT_PACKED_FILE_SUFFIX |
"pack" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SEGMENT_LIMIT |
"-1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MANIFEST_ATTR_APPLICATION_LIBRARY_ALLOWABLE_CODEBASE |
"Application-Library-Allowable-Codebase" |
public static final String |
MANIFEST_ATTR_APPLICATION_NAME |
"Application-Name" |
public static final String |
MANIFEST_ATTR_CALLER_ALLOWABLE_CODEBASE |
"Caller-Allowable-Codebase" |
public static final String |
MANIFEST_ATTR_CODEBASE |
"Codebase" |
public static final String |
MANIFEST_ATTR_PERMISSIONS |
"Permissions" |
public static final String |
MANIFEST_ATTR_TRUSTED_LIBRARY |
"Trusted-Library" |
public static final String |
MANIFEST_ATTR_TRUSTED_ONLY |
"Trusted-Only" |
public static final String |
MANIFEST_JAR_ENTRY |
"META-INF/MANIFEST.MF" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JNLP_TIMESTAMP_DATETIME_FORMAT |
"YYYY-MM-DD hh:mm:ss" |
public static final String |
JNLP_TIMESTAMP_PREFIX |
"TS: " |
Copyright © 2013–2015 Codehaus. All rights reserved.