|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.webstart.JnlpFile
public class JnlpFile
This class represents a <jnlpFile> configuration element from the pom.xml file. It contains the configuration elements that are specific to a single JNLP that will be generated by the webstart plugin.
Constructor Summary | |
---|---|
JnlpFile()
Creates a new uninitialized JnlpFile . |
Method Summary | |
---|---|
protected List |
getJarResources()
Returns the collection of JarResource elements for this JNLP file. |
protected String |
getMainClass()
Returns the fully qualified classname of the class to be specified as the main-class in the generated JNLP file. |
protected String |
getOutputFilename()
Returns the name to be used for the generated JNLP file. |
protected String |
getTemplateFilename()
Returns the name of the Velocity template file used to generate the JNLP file. |
protected void |
setMainClass(String mainClass)
Sets the fully qualified classname of the class to be specified as the main-class in the generated JNLP file. |
protected void |
setOutputFilename(String outputFilename)
Sets the outputFileName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JnlpFile()
JnlpFile
.
Method Detail |
---|
protected String getOutputFilename()
protected String getTemplateFilename()
protected List getJarResources()
JarResource
elements for this JNLP file.
protected String getMainClass()
main-class
in the generated JNLP file.
protected void setOutputFilename(String outputFilename)
outputFilename
- protected void setMainClass(String mainClass)
main-class
in the generated JNLP file.
mainClass
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |