org.codehaus.mojo.webstart
Class JnlpDownloadServletMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.webstart.AbstractBaseJnlpMojo
          extended by org.codehaus.mojo.webstart.JnlpDownloadServletMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JnlpDownloadServletMojo
extends AbstractBaseJnlpMojo

This MOJO is tailored for use within a Maven web application project that uses the JnlpDownloadServlet to serve up the JNLP application.

Since:
1.0-alpha-2
Version:
$Id: JnlpDownloadServletMojo.java 15187 2011-11-20 18:39:26Z tchemit $
Author:
Kevin Stembridge
Is defined by the goal name:
jnlp-download-servlet
Requires the dependencies in this specified scope:
runtime
Requires a Maven project to run:
true

Field Summary
 
Fields inherited from class org.codehaus.mojo.webstart.AbstractBaseJnlpMojo
JAR_SUFFIX, libPath
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JnlpDownloadServletMojo()
           
 
Method Summary
 void execute()
          
 org.apache.maven.project.MavenProject getProject()
          
 
Methods inherited from class org.codehaus.mojo.webstart.AbstractBaseJnlpMojo
artifactContainsClass, checkPack200, copyFileToDirectoryIfNecessary, copyJarAsUnprocessedToDirectoryIfNecessary, copyResources, findDefaultJnlpExtensionTemplateURL, findDefaultJnlpTemplateURL, getArtifactFactory, getArtifactResolver, getCodebase, getEncoding, getLibDirectory, getLibPath, getLocalRepository, getModifiedJnlpArtifacts, getPack200Tool, getRemoteRepositories, getResourcesDirectory, getSign, getTemplateDirectory, getWebstartJarURL, getWebstartJarURLForVelocity, getWorkDirectory, isAttachArchive, isCanUnsign, isExcludeTransitive, isGzip, isJarSigned, isMakeArchive, isPack200, isVerbose, isVerifyjar, makeWorkingDirIfNecessary, packJars, signOrRenameJars, unsignAlreadySignedJars, verboseLog
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpDownloadServletMojo

public JnlpDownloadServletMojo()
Method Detail

getProject

public org.apache.maven.project.MavenProject getProject()

Specified by:
getProject in class AbstractBaseJnlpMojo

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2005-2012 Codehaus. All Rights Reserved.