Package | Description |
---|---|
net.sourceforge.jnlp |
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
|
net.sourceforge.jnlp.util |
Modifier and Type | Method and Description |
---|---|
ClasspathMatcher.ClasspathMatchers |
JNLPFile.ManifestsAttributes.getApplicationLibraryAllowableCodebase()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_library
|
ClasspathMatcher.ClasspathMatchers |
JNLPFile.ManifestsAttributes.getCallerAllowableCodebase()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#caller_allowable
|
ClasspathMatcher.ClasspathMatchers |
JNLPFile.ManifestsAttributes.getCodebase()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#codebase
|
ClasspathMatcher.ClasspathMatchers |
JNLPFile.ManifestsAttributes.getCodeBaseMatchersAttribute(java.util.jar.Attributes.Name name,
boolean includePath) |
ClasspathMatcher.ClasspathMatchers |
JNLPFile.ManifestsAttributes.getCodeBaseMatchersAttribute(java.lang.String s,
boolean includePath) |
Modifier and Type | Method and Description |
---|---|
static ClasspathMatcher.ClasspathMatchers |
ClasspathMatcher.ClasspathMatchers.compile(java.lang.String s)
space separated list of ClasspathMatcher source strings
|
static ClasspathMatcher.ClasspathMatchers |
ClasspathMatcher.ClasspathMatchers.compile(java.lang.String s,
boolean includePath) |