org.codehaus.mojo.webstart
Class AbstractJnlpMojo.Dependencies
java.lang.Object
org.codehaus.mojo.webstart.AbstractJnlpMojo.Dependencies
- Enclosing class:
- AbstractJnlpMojo
public static class AbstractJnlpMojo.Dependencies
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJnlpMojo.Dependencies
public AbstractJnlpMojo.Dependencies()
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 List getIncludes()
setIncludes
public void setIncludes(List includes)
getExcludes
public List getExcludes()
setExcludes
public void setExcludes(List excludes)
Copyright © 2005-2011 Codehaus. All Rights Reserved.