|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.webstart.JnlpJarFiles
Class for managing webstart jar files.
Constructor Summary | |
JnlpJarFiles(JnlpHelper jnlpHelper)
Creates a new instance of JnlpJarFiles |
Method Summary | |
java.io.File[] |
getCoreJars()
Get references to all "core" jar files. |
java.io.File |
getFile(java.lang.String name)
Get File reference of associated jar-file. |
java.io.File |
getJar(java.io.File folder,
java.lang.String jarFileBaseName)
Get jar file specified by file pattern. |
java.io.File |
getMainJar()
Get references to all "exist" jar files. |
void |
setMainJar(java.io.File mainJar)
Setter for property mainJar. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JnlpJarFiles(JnlpHelper jnlpHelper)
jnlpHelper
- Method Detail |
public java.io.File getJar(java.io.File folder, java.lang.String jarFileBaseName)
folder
- Directory containing the jars.jarFileBaseName
- Name of jar file, including %latest% token if
necessary sans .jar file extension.
public java.io.File[] getCoreJars()
public java.io.File getMainJar()
public void setMainJar(java.io.File mainJar)
mainJar
- New value of property mainJar.public java.io.File getFile(java.lang.String name)
name
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |