|
||||||||||
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 java.util.List |
getJarResources()
Returns the collection of JarResource elements for this JNLP file. |
protected java.lang.String |
getMainClass()
Returns the fully qualified classname of the class to be specified as the main-class in the generated JNLP file. |
protected java.lang.String |
getOutputFilename()
Returns the name to be used for the generated JNLP file. |
protected java.lang.String |
getTemplateFilename()
Returns the name of the Velocity template file used to generate the JNLP file. |
protected void |
setMainClass(java.lang.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(java.lang.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 java.lang.String getOutputFilename()
protected java.lang.String getTemplateFilename()
protected java.util.List getJarResources()
JarResource
elements for this JNLP file.
protected java.lang.String getMainClass()
main-class
in the generated JNLP file.
protected void setOutputFilename(java.lang.String outputFilename)
outputFilename
- protected void setMainClass(java.lang.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 |