Interface IJNLPClassLoader
-
- All Superinterfaces:
IDelegated
public interface IJNLPClassLoader extends IDelegated
- Author:
- labudda
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JNLP_CLASS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.jar.JarFile
getJarFile(java.net.URL url)
de.desy.mst.libs.framework.mstapp.appinf.client.ILaunchDesc
getLaunchDesc()
-
Methods inherited from interface de.desy.mst.libs.framework.mstapp.appinf.client.IDelegated
getFailureReason, isInformationAvailable
-
-
-
-
Method Detail
-
getLaunchDesc
de.desy.mst.libs.framework.mstapp.appinf.client.ILaunchDesc getLaunchDesc() throws java.lang.UnsupportedOperationException, java.lang.IllegalArgumentException
- Throws:
java.lang.UnsupportedOperationException
java.lang.IllegalArgumentException
-
getJarFile
java.util.jar.JarFile getJarFile(java.net.URL url) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-