org.codehaus.mojo.webstart
Class AbstractJnlpMojo.Dependencies

java.lang.Object
  extended by org.codehaus.mojo.webstart.AbstractJnlpMojo.Dependencies
Enclosing class:
AbstractJnlpMojo

public static class AbstractJnlpMojo.Dependencies
extends java.lang.Object

Represents the configuration element that specifies which of the current project's dependencies will be included or excluded from the resources element in the generated JNLP file.


Constructor Summary
AbstractJnlpMojo.Dependencies()
           
 
Method Summary
 java.util.List getExcludes()
           
 java.util.List getIncludes()
           
 boolean getOutputJarVersions()
          Returns the value of the flag that determines whether or not the version attribute will be output in each jar resource element in the generated JNLP file.
 void setExcludes(java.util.List excludes)
           
 void setIncludes(java.util.List includes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJnlpMojo.Dependencies

public AbstractJnlpMojo.Dependencies()
Method Detail

getOutputJarVersions

public boolean getOutputJarVersions()
Returns the value of the flag that determines whether or not the version attribute will be output in each jar resource element in the generated JNLP file.

Returns:
The default output version flag.

getIncludes

public java.util.List getIncludes()

setIncludes

public void setIncludes(java.util.List includes)

getExcludes

public java.util.List getExcludes()

setExcludes

public void setExcludes(java.util.List excludes)


Copyright © 2005-2010. All Rights Reserved.