|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.SetBase
org.apache.maven.plugin.assembly.model.DependencySet
public class DependencySet
A dependencySet allows inclusion and exclusion of project dependencies in the assembly.
Constructor Summary | |
---|---|
DependencySet()
|
Method Summary | |
---|---|
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputFileNameMapping()
Get Sets the mapping pattern for all dependencies included in this assembly. |
java.lang.String |
getScope()
Get Sets the dependency scope for this dependencySet. |
UnpackOptions |
getUnpackOptions()
Get Allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact. |
boolean |
isUnpack()
Get If set to true, this property will unpack all dependencies into the specified output directory. |
boolean |
isUseProjectArtifact()
Get Determines whether the artifact produced during the current project's build should be included in this dependency set. |
boolean |
isUseProjectAttachments()
Get Determines whether the attached artifacts produced during the current project's build should be included in this dependency set. |
boolean |
isUseTransitiveFiltering()
Get Determines whether the include/exclude patterns in this dependency set will be applied to the transitive path of a given artifact. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setOutputFileNameMapping(java.lang.String outputFileNameMapping)
Set Sets the mapping pattern for all dependencies included in this assembly. |
void |
setScope(java.lang.String scope)
Set Sets 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. |
void |
setUnpackOptions(UnpackOptions unpackOptions)
Set Allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact. |
void |
setUseProjectArtifact(boolean useProjectArtifact)
Set Determines whether the artifact produced during the current project's build should be included in this dependency set. |
void |
setUseProjectAttachments(boolean useProjectAttachments)
Set Determines whether the attached artifacts produced during the current project's build should be included in this dependency set. |
void |
setUseTransitiveFiltering(boolean useTransitiveFiltering)
Set Determines whether the include/exclude patterns in this dependency set will be applied to the transitive path of a given artifact. |
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase |
---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencySet()
Method Detail |
---|
public java.lang.String getOutputFileNameMapping()
public java.lang.String getScope()
public UnpackOptions getUnpackOptions()
public boolean isUnpack()
public boolean isUseProjectArtifact()
public boolean isUseProjectAttachments()
public boolean isUseTransitiveFiltering()
public void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
outputFileNameMapping
- public void setScope(java.lang.String scope)
scope
- public void setUnpack(boolean unpack)
unpack
- public void setUnpackOptions(UnpackOptions unpackOptions)
unpackOptions
- public void setUseProjectArtifact(boolean useProjectArtifact)
useProjectArtifact
- public void setUseProjectAttachments(boolean useProjectAttachments)
useProjectAttachments
- public void setUseTransitiveFiltering(boolean useTransitiveFiltering)
useTransitiveFiltering
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class SetBase
public java.lang.String getModelEncoding()
getModelEncoding
in class SetBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |