|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleBinariesImpl
public class ModuleBinariesImpl
| Nested Class Summary | |
|---|---|
static class |
ModuleBinariesImpl.DependencySetsImpl
|
static class |
ModuleBinariesImpl.ExcludesImpl
|
static class |
ModuleBinariesImpl.IncludesImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.ModuleBinaries |
|---|
ModuleBinaries.DependencySets, ModuleBinaries.Excludes, ModuleBinaries.Includes |
| Field Summary | |
|---|---|
protected String |
attachmentClassifier
|
protected ModuleBinariesImpl.DependencySetsImpl |
dependencySets
|
protected String |
directoryMode
|
protected ModuleBinariesImpl.ExcludesImpl |
excludes
|
protected String |
fileMode
|
protected Boolean |
includeDependencies
|
protected ModuleBinariesImpl.IncludesImpl |
includes
|
protected String |
outputDirectory
|
protected String |
outputFileNameMapping
|
protected Boolean |
unpack
|
protected UnpackOptionsImpl |
unpackOptions
|
protected Boolean |
useDefaultExcludes
|
protected Boolean |
useStrictFiltering
|
| Constructor Summary | |
|---|---|
ModuleBinariesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance. |
|
ModuleBinariesImpl(ModuleBinariesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ModuleBinariesImpl |
clone()
Creates and returns a copy of this object. |
String |
getAttachmentClassifier()
Gets the value of the attachmentClassifier property. |
ModuleBinaries.DependencySets |
getDependencySets()
Gets the value of the dependencySets property. |
String |
getDirectoryMode()
Gets the value of the directoryMode property. |
ModuleBinaries.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getFileMode()
Gets the value of the fileMode property. |
ModuleBinaries.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. |
UnpackOptions |
getUnpackOptions()
Gets the value of the unpackOptions property. |
Boolean |
isIncludeDependencies()
Gets the value of the includeDependencies property. |
Boolean |
isUnpack()
Gets the value of the unpack property. |
Boolean |
isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property. |
Boolean |
isUseStrictFiltering()
Gets the value of the useStrictFiltering property. |
void |
setAttachmentClassifier(String value)
Sets the value of the attachmentClassifier property. |
void |
setDependencySets(ModuleBinaries.DependencySets value)
Sets the value of the dependencySets property. |
void |
setDirectoryMode(String value)
Sets the value of the directoryMode property. |
void |
setExcludes(ModuleBinaries.Excludes value)
Sets the value of the excludes property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setIncludeDependencies(Boolean value)
Sets the value of the includeDependencies property. |
void |
setIncludes(ModuleBinaries.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 |
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 |
setUseStrictFiltering(Boolean value)
Sets the value of the useStrictFiltering property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String attachmentClassifier
protected Boolean includeDependencies
protected ModuleBinariesImpl.DependencySetsImpl dependencySets
protected Boolean unpack
protected UnpackOptionsImpl unpackOptions
protected String outputFileNameMapping
protected Boolean useStrictFiltering
protected Boolean useDefaultExcludes
protected String outputDirectory
protected ModuleBinariesImpl.IncludesImpl includes
protected ModuleBinariesImpl.ExcludesImpl excludes
protected String fileMode
protected String directoryMode
| Constructor Detail |
|---|
public ModuleBinariesImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance.
public ModuleBinariesImpl(ModuleBinariesImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getAttachmentClassifier()
ModuleBinaries
getAttachmentClassifier in interface ModuleBinariesStringpublic void setAttachmentClassifier(String value)
ModuleBinaries
setAttachmentClassifier in interface ModuleBinariesvalue - allowed object is
Stringpublic Boolean isIncludeDependencies()
ModuleBinaries
isIncludeDependencies in interface ModuleBinariesBooleanpublic void setIncludeDependencies(Boolean value)
ModuleBinaries
setIncludeDependencies in interface ModuleBinariesvalue - allowed object is
Booleanpublic ModuleBinaries.DependencySets getDependencySets()
ModuleBinaries
getDependencySets in interface ModuleBinariesModuleBinaries.DependencySetspublic void setDependencySets(ModuleBinaries.DependencySets value)
ModuleBinaries
setDependencySets in interface ModuleBinariesvalue - allowed object is
ModuleBinaries.DependencySetspublic Boolean isUnpack()
ModuleBinaries
isUnpack in interface ModuleBinariesBooleanpublic void setUnpack(Boolean value)
ModuleBinaries
setUnpack in interface ModuleBinariesvalue - allowed object is
Booleanpublic UnpackOptions getUnpackOptions()
ModuleBinaries
getUnpackOptions in interface ModuleBinariesUnpackOptionspublic void setUnpackOptions(UnpackOptions value)
ModuleBinaries
setUnpackOptions in interface ModuleBinariesvalue - allowed object is
UnpackOptionspublic String getOutputFileNameMapping()
ModuleBinaries
getOutputFileNameMapping in interface ModuleBinariesStringpublic void setOutputFileNameMapping(String value)
ModuleBinaries
setOutputFileNameMapping in interface ModuleBinariesvalue - allowed object is
Stringpublic Boolean isUseStrictFiltering()
ModuleBinaries
isUseStrictFiltering in interface ModuleBinariesBooleanpublic void setUseStrictFiltering(Boolean value)
ModuleBinaries
setUseStrictFiltering in interface ModuleBinariesvalue - allowed object is
Booleanpublic Boolean isUseDefaultExcludes()
ModuleBinaries
isUseDefaultExcludes in interface ModuleBinariesBooleanpublic void setUseDefaultExcludes(Boolean value)
ModuleBinaries
setUseDefaultExcludes in interface ModuleBinariesvalue - allowed object is
Booleanpublic String getOutputDirectory()
ModuleBinaries
getOutputDirectory in interface ModuleBinariesStringpublic void setOutputDirectory(String value)
ModuleBinaries
setOutputDirectory in interface ModuleBinariesvalue - allowed object is
Stringpublic ModuleBinaries.Includes getIncludes()
ModuleBinaries
getIncludes in interface ModuleBinariesModuleBinaries.Includespublic void setIncludes(ModuleBinaries.Includes value)
ModuleBinaries
setIncludes in interface ModuleBinariesvalue - allowed object is
ModuleBinaries.Includespublic ModuleBinaries.Excludes getExcludes()
ModuleBinaries
getExcludes in interface ModuleBinariesModuleBinaries.Excludespublic void setExcludes(ModuleBinaries.Excludes value)
ModuleBinaries
setExcludes in interface ModuleBinariesvalue - allowed object is
ModuleBinaries.Excludespublic String getFileMode()
ModuleBinaries
getFileMode in interface ModuleBinariesStringpublic void setFileMode(String value)
ModuleBinaries
setFileMode in interface ModuleBinariesvalue - allowed object is
Stringpublic String getDirectoryMode()
ModuleBinaries
getDirectoryMode in interface ModuleBinariesStringpublic void setDirectoryMode(String value)
ModuleBinaries
setDirectoryMode in interface ModuleBinariesvalue - allowed object is
Stringpublic ModuleBinariesImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||