Uses of Class
net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
-
Packages that use ClasspathMatcher.ClasspathMatchers 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 -
-
Uses of ClasspathMatcher.ClasspathMatchers in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return ClasspathMatcher.ClasspathMatchers Modifier and Type Method Description ClasspathMatcher.ClasspathMatchersJNLPFile.ManifestsAttributes. getApplicationLibraryAllowableCodebase()http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_libraryClasspathMatcher.ClasspathMatchersJNLPFile.ManifestsAttributes. getCallerAllowableCodebase()http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#caller_allowableClasspathMatcher.ClasspathMatchersJNLPFile.ManifestsAttributes. getCodebase()http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#codebaseClasspathMatcher.ClasspathMatchersJNLPFile.ManifestsAttributes. getCodeBaseMatchersAttribute(java.lang.String s, boolean includePath)ClasspathMatcher.ClasspathMatchersJNLPFile.ManifestsAttributes. getCodeBaseMatchersAttribute(java.util.jar.Attributes.Name name, boolean includePath) -
Uses of ClasspathMatcher.ClasspathMatchers in net.sourceforge.jnlp.util
Methods in net.sourceforge.jnlp.util that return ClasspathMatcher.ClasspathMatchers Modifier and Type Method Description static ClasspathMatcher.ClasspathMatchersClasspathMatcher.ClasspathMatchers. compile(java.lang.String s)space separated list of ClasspathMatcher source stringsstatic ClasspathMatcher.ClasspathMatchersClasspathMatcher.ClasspathMatchers. compile(java.lang.String s, boolean includePath)
-