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