IcedTea-Web
NetX

net.sourceforge.jnlp
Class JNLPCreator

java.lang.Object
  extended by net.sourceforge.jnlp.JNLPCreator

public class JNLPCreator
extends java.lang.Object


Constructor Summary
JNLPCreator()
           
 
Method Summary
 JNLPFile create(java.net.URL location, Version version, boolean strict, UpdatePolicy policy, java.net.URL forceCodebase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNLPCreator

public JNLPCreator()
Method Detail

create

public JNLPFile create(java.net.URL location,
                       Version version,
                       boolean strict,
                       UpdatePolicy policy,
                       java.net.URL forceCodebase)
                throws java.io.IOException,
                       ParseException
Throws:
java.io.IOException
ParseException

IcedTea-Web
NetX

Submit a bug or feature