|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl
public class DependencySetImpl
| Nested Class Summary | |
|---|---|
static class |
DependencySetImpl.ExcludesImpl
|
static class |
DependencySetImpl.IncludesImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.DependencySet |
|---|
DependencySet.Excludes, DependencySet.Includes |
| Field Summary | |
|---|---|
protected String |
directoryMode
|
protected DependencySetImpl.ExcludesImpl |
excludes
|
protected String |
fileMode
|
protected DependencySetImpl.IncludesImpl |
includes
|
protected String |
outputDirectory
|
protected String |
outputFileNameMapping
|
protected String |
scope
|
protected Boolean |
unpack
|
protected UnpackOptionsImpl |
unpackOptions
|
protected Boolean |
useDefaultExcludes
|
protected Boolean |
useProjectArtifact
|
protected Boolean |
useProjectAttachments
|
protected Boolean |
useStrictFiltering
|
protected Boolean |
useTransitiveDependencies
|
protected Boolean |
useTransitiveFiltering
|
| Constructor Summary | |
|---|---|
DependencySetImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance. |
|
DependencySetImpl(DependencySetImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DependencySetImpl |
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 UnpackOptionsImpl 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 DependencySetImpl.IncludesImpl includes
protected DependencySetImpl.ExcludesImpl excludes
protected String fileMode
protected String directoryMode
| Constructor Detail |
|---|
public DependencySetImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance.
public DependencySetImpl(DependencySetImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOutputFileNameMapping()
DependencySet
getOutputFileNameMapping in interface DependencySetStringpublic void setOutputFileNameMapping(String value)
DependencySet
setOutputFileNameMapping in interface DependencySetvalue - allowed object is
Stringpublic Boolean isUnpack()
DependencySet
isUnpack in interface DependencySetBooleanpublic void setUnpack(Boolean value)
DependencySet
setUnpack in interface DependencySetvalue - allowed object is
Booleanpublic UnpackOptions getUnpackOptions()
DependencySet
getUnpackOptions in interface DependencySetUnpackOptionspublic void setUnpackOptions(UnpackOptions value)
DependencySet
setUnpackOptions in interface DependencySetvalue - allowed object is
UnpackOptionspublic String getScope()
DependencySet
getScope in interface DependencySetStringpublic void setScope(String value)
DependencySet
setScope in interface DependencySetvalue - allowed object is
Stringpublic Boolean isUseProjectArtifact()
DependencySet
isUseProjectArtifact in interface DependencySetBooleanpublic void setUseProjectArtifact(Boolean value)
DependencySet
setUseProjectArtifact in interface DependencySetvalue - allowed object is
Booleanpublic Boolean isUseProjectAttachments()
DependencySet
isUseProjectAttachments in interface DependencySetBooleanpublic void setUseProjectAttachments(Boolean value)
DependencySet
setUseProjectAttachments in interface DependencySetvalue - allowed object is
Booleanpublic Boolean isUseTransitiveDependencies()
DependencySet
isUseTransitiveDependencies in interface DependencySetBooleanpublic void setUseTransitiveDependencies(Boolean value)
DependencySet
setUseTransitiveDependencies in interface DependencySetvalue - allowed object is
Booleanpublic Boolean isUseTransitiveFiltering()
DependencySet
isUseTransitiveFiltering in interface DependencySetBooleanpublic void setUseTransitiveFiltering(Boolean value)
DependencySet
setUseTransitiveFiltering in interface DependencySetvalue - allowed object is
Booleanpublic Boolean isUseStrictFiltering()
DependencySet
isUseStrictFiltering in interface DependencySetBooleanpublic void setUseStrictFiltering(Boolean value)
DependencySet
setUseStrictFiltering in interface DependencySetvalue - allowed object is
Booleanpublic Boolean isUseDefaultExcludes()
DependencySet
isUseDefaultExcludes in interface DependencySetBooleanpublic void setUseDefaultExcludes(Boolean value)
DependencySet
setUseDefaultExcludes in interface DependencySetvalue - allowed object is
Booleanpublic String getOutputDirectory()
DependencySet
getOutputDirectory in interface DependencySetStringpublic void setOutputDirectory(String value)
DependencySet
setOutputDirectory in interface DependencySetvalue - allowed object is
Stringpublic DependencySet.Includes getIncludes()
DependencySet
getIncludes in interface DependencySetDependencySet.Includespublic void setIncludes(DependencySet.Includes value)
DependencySet
setIncludes in interface DependencySetvalue - allowed object is
DependencySet.Includespublic DependencySet.Excludes getExcludes()
DependencySet
getExcludes in interface DependencySetDependencySet.Excludespublic void setExcludes(DependencySet.Excludes value)
DependencySet
setExcludes in interface DependencySetvalue - allowed object is
DependencySet.Excludespublic String getFileMode()
DependencySet
getFileMode in interface DependencySetStringpublic void setFileMode(String value)
DependencySet
setFileMode in interface DependencySetvalue - allowed object is
Stringpublic String getDirectoryMode()
DependencySet
getDirectoryMode in interface DependencySetStringpublic void setDirectoryMode(String value)
DependencySet
setDirectoryMode in interface DependencySetvalue - allowed object is
Stringpublic DependencySetImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||