|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jnlp.JNLPMatcher
public final class JNLPMatcher
To compare launching JNLP file with signed APPLICATION.JNLP or APPLICATION_TEMPLATE.jnlp. Used by net.sourceforge.jnlp.runtime.JNLPCLassLoader
| Constructor Summary | |
|---|---|
JNLPMatcher(java.io.Reader appTemplate,
java.io.Reader launchJNLP,
boolean isTemplate)
Public constructor |
|
| Method Summary | |
|---|---|
boolean |
isMatch()
Compares both JNLP files |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JNLPMatcher(java.io.Reader appTemplate,
java.io.Reader launchJNLP,
boolean isTemplate)
throws JNLPMatcherException
appTemplate - the reader stream of the signed APPLICATION.jnlp or
APPLICATION_TEMPLATE.jnlplaunchJNLP - the reader stream of the launching JNLP fileisTemplate - a boolean that specifies if appTemplateFile is a template
JNLPMatcherException - if IOException, XMLParseException is thrown during parsing;
Or launchJNLP/appTemplate is null| Method Detail |
|---|
public boolean isMatch()
|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||