|
||||||||||
| 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 regExp)
Get jar file specified by regular expression. |
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 |
clone, equals, finalize, 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 regExp)
folder - Directory containing the jars.regExp - Regexp pattern
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 | |||||||||