|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.DependencySet
public class DependencySet
A dependencySet allows inclusion and exclusion of project dependencies in the assembly.
Java class for DependencySet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DependencySet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="outputFileNameMapping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unpack" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="unpackOptions" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}UnpackOptions" minOccurs="0"/>
<element name="scope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="useProjectArtifact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useProjectAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useTransitiveDependencies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useTransitiveFiltering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useStrictFiltering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useDefaultExcludes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="excludes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="fileMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="directoryMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DependencySet.Excludes
Java class for anonymous complex type. |
static class |
DependencySet.Includes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
directoryMode
|
protected DependencySet.Excludes |
excludes
|
protected String |
fileMode
|
protected DependencySet.Includes |
includes
|
protected String |
outputDirectory
|
protected String |
outputFileNameMapping
|
protected String |
scope
|
protected Boolean |
unpack
|
protected UnpackOptions |
unpackOptions
|
protected Boolean |
useDefaultExcludes
|
protected Boolean |
useProjectArtifact
|
protected Boolean |
useProjectAttachments
|
protected Boolean |
useStrictFiltering
|
protected Boolean |
useTransitiveDependencies
|
protected Boolean |
useTransitiveFiltering
|
| Constructor Summary | |
|---|---|
DependencySet()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.DependencySet instance. |
|
DependencySet(DependencySet o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.DependencySet instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DependencySet |
clone()
Creates and returns a copy of this object. |
String |
getDirectoryMode()
Gets the value of the directoryMode property. |
DependencySet.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getFileMode()
Gets the value of the fileMode property. |
DependencySet.Includes |
getIncludes()
Gets the value of the includes property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
String |
getOutputFileNameMapping()
Gets the value of the outputFileNameMapping property. |
String |
getScope()
Gets the value of the scope property. |
UnpackOptions |
getUnpackOptions()
Gets the value of the unpackOptions property. |
Boolean |
isUnpack()
Gets the value of the unpack property. |
Boolean |
isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property. |
Boolean |
isUseProjectArtifact()
Gets the value of the useProjectArtifact property. |
Boolean |
isUseProjectAttachments()
Gets the value of the useProjectAttachments property. |
Boolean |
isUseStrictFiltering()
Gets the value of the useStrictFiltering property. |
Boolean |
isUseTransitiveDependencies()
Gets the value of the useTransitiveDependencies property. |
Boolean |
isUseTransitiveFiltering()
Gets the value of the useTransitiveFiltering property. |
void |
setDirectoryMode(String value)
Sets the value of the directoryMode property. |
void |
setExcludes(DependencySet.Excludes value)
Sets the value of the excludes property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setIncludes(DependencySet.Includes value)
Sets the value of the includes property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setOutputFileNameMapping(String value)
Sets the value of the outputFileNameMapping property. |
void |
setScope(String value)
Sets the value of the scope property. |
void |
setUnpack(Boolean value)
Sets the value of the unpack property. |
void |
setUnpackOptions(UnpackOptions value)
Sets the value of the unpackOptions property. |
void |
setUseDefaultExcludes(Boolean value)
Sets the value of the useDefaultExcludes property. |
void |
setUseProjectArtifact(Boolean value)
Sets the value of the useProjectArtifact property. |
void |
setUseProjectAttachments(Boolean value)
Sets the value of the useProjectAttachments property. |
void |
setUseStrictFiltering(Boolean value)
Sets the value of the useStrictFiltering property. |
void |
setUseTransitiveDependencies(Boolean value)
Sets the value of the useTransitiveDependencies property. |
void |
setUseTransitiveFiltering(Boolean value)
Sets the value of the useTransitiveFiltering property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String outputFileNameMapping
protected Boolean unpack
protected UnpackOptions unpackOptions
protected String scope
protected Boolean useProjectArtifact
protected Boolean useProjectAttachments
protected Boolean useTransitiveDependencies
protected Boolean useTransitiveFiltering
protected Boolean useStrictFiltering
protected Boolean useDefaultExcludes
protected String outputDirectory
protected DependencySet.Includes includes
protected DependencySet.Excludes excludes
protected String fileMode
protected String directoryMode
| Constructor Detail |
|---|
public DependencySet()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.DependencySet instance.
public DependencySet(DependencySet o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.DependencySet instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOutputFileNameMapping()
Stringpublic void setOutputFileNameMapping(String value)
value - allowed object is
Stringpublic Boolean isUnpack()
Booleanpublic void setUnpack(Boolean value)
value - allowed object is
Booleanpublic UnpackOptions getUnpackOptions()
UnpackOptionspublic void setUnpackOptions(UnpackOptions value)
value - allowed object is
UnpackOptionspublic String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic Boolean isUseProjectArtifact()
Booleanpublic void setUseProjectArtifact(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseProjectAttachments()
Booleanpublic void setUseProjectAttachments(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseTransitiveDependencies()
Booleanpublic void setUseTransitiveDependencies(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseTransitiveFiltering()
Booleanpublic void setUseTransitiveFiltering(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseStrictFiltering()
Booleanpublic void setUseStrictFiltering(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseDefaultExcludes()
Booleanpublic void setUseDefaultExcludes(Boolean value)
value - allowed object is
Booleanpublic String getOutputDirectory()
Stringpublic void setOutputDirectory(String value)
value - allowed object is
Stringpublic DependencySet.Includes getIncludes()
DependencySet.Includespublic void setIncludes(DependencySet.Includes value)
value - allowed object is
DependencySet.Includespublic DependencySet.Excludes getExcludes()
DependencySet.Excludespublic void setExcludes(DependencySet.Excludes value)
value - allowed object is
DependencySet.Excludespublic String getFileMode()
Stringpublic void setFileMode(String value)
value - allowed object is
Stringpublic String getDirectoryMode()
Stringpublic void setDirectoryMode(String value)
value - allowed object is
Stringpublic DependencySet clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||