org.apache.maven.plugins.assembly.model
Class DependencySet

java.lang.Object
  extended by org.apache.maven.plugins.assembly.model.SetBase
      extended by org.apache.maven.plugins.assembly.model.DependencySet
All Implemented Interfaces:
java.io.Serializable

public class DependencySet
extends SetBase
implements java.io.Serializable

Defines a dependency set

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DependencySet()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getOutputFileNameMapping()
          Get Specify the mapping pattern for all dependencies included in this assembly.
 java.lang.String getScope()
          Get Specifies the dependency scope for this dependencySet.
 boolean isUnpack()
          Get If set to true, this property will unpack all dependencies into the specified output directory.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
          Set Specify the mapping pattern for all dependencies included in this assembly.
 void setScope(java.lang.String scope)
          Set Specifies the dependency scope for this dependencySet.
 void setUnpack(boolean unpack)
          Set If set to true, this property will unpack all dependencies into the specified output directory.
 
Methods inherited from class org.apache.maven.plugins.assembly.model.SetBase
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencySet

public DependencySet()
Method Detail

getOutputFileNameMapping

public java.lang.String getOutputFileNameMapping()
Get Specify the mapping pattern for all dependencies included in this assembly. Default is ${artifactId}-${version}.${extension}.


getScope

public java.lang.String getScope()
Get Specifies the dependency scope for this dependencySet. Default scope value is "runtime".


isUnpack

public boolean isUnpack()
Get If set to true, this property will unpack all dependencies into the specified output directory. When set to false dependencies will be includes as archives (jars). Default value is false.


setOutputFileNameMapping

public void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
Set Specify the mapping pattern for all dependencies included in this assembly. Default is ${artifactId}-${version}.${extension}.

Parameters:
outputFileNameMapping -

setScope

public void setScope(java.lang.String scope)
Set Specifies the dependency scope for this dependencySet. Default scope value is "runtime".

Parameters:
scope -

setUnpack

public void setUnpack(boolean unpack)
Set If set to true, this property will unpack all dependencies into the specified output directory. When set to false dependencies will be includes as archives (jars). Default value is false.

Parameters:
unpack -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class SetBase

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class SetBase


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.