public class JNLPFile.ManifestsAttributes
extends java.lang.Object
Constructor and Description |
---|
JNLPFile.ManifestsAttributes() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationLibraryAllowableCodebase()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_library
|
java.lang.String |
getApplicationName()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_name
|
java.lang.String |
getAttribute(java.util.jar.Attributes.Name name)
get standard attribute
|
java.lang.String |
getAttribute(java.lang.String name)
get custom attribute.
|
java.lang.String |
getCallerAllowableCodebase()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#caller_allowable
|
java.lang.String |
getMainClass()
main class can be defined outside of manifest.
|
boolean |
isLoader() |
void |
setLoader(JNLPClassLoader loader) |
public void setLoader(JNLPClassLoader loader)
public boolean isLoader()
public java.lang.String getMainClass()
public java.lang.String getApplicationName()
public java.lang.String getCallerAllowableCodebase()
public java.lang.String getApplicationLibraryAllowableCodebase()
public java.lang.String getAttribute(java.lang.String name)
public java.lang.String getAttribute(java.util.jar.Attributes.Name name)