|
||||||||||
| 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.ModuleSourcesImpl
public class ModuleSourcesImpl
| Nested Class Summary | |
|---|---|
static class |
ModuleSourcesImpl.ExcludesImpl
|
static class |
ModuleSourcesImpl.FileSetsImpl
|
static class |
ModuleSourcesImpl.IncludesImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.ModuleSources |
|---|
ModuleSources.Excludes, ModuleSources.FileSets, ModuleSources.Includes |
| Field Summary | |
|---|---|
protected String |
directoryMode
|
protected ModuleSourcesImpl.ExcludesImpl |
excludes
|
protected Boolean |
excludeSubModuleDirectories
|
protected String |
fileMode
|
protected ModuleSourcesImpl.FileSetsImpl |
fileSets
|
protected Boolean |
includeModuleDirectory
|
protected ModuleSourcesImpl.IncludesImpl |
includes
|
protected String |
outputDirectory
|
protected String |
outputDirectoryMapping
|
protected Boolean |
useDefaultExcludes
|
protected Boolean |
useStrictFiltering
|
| Constructor Summary | |
|---|---|
ModuleSourcesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance. |
|
ModuleSourcesImpl(ModuleSourcesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ModuleSourcesImpl |
clone()
Creates and returns a copy of this object. |
String |
getDirectoryMode()
Gets the value of the directoryMode property. |
ModuleSources.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getFileMode()
Gets the value of the fileMode property. |
ModuleSources.FileSets |
getFileSets()
Gets the value of the fileSets property. |
ModuleSources.Includes |
getIncludes()
Gets the value of the includes property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
String |
getOutputDirectoryMapping()
Gets the value of the outputDirectoryMapping property. |
Boolean |
isExcludeSubModuleDirectories()
Gets the value of the excludeSubModuleDirectories property. |
Boolean |
isIncludeModuleDirectory()
Gets the value of the includeModuleDirectory property. |
Boolean |
isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property. |
Boolean |
isUseStrictFiltering()
Gets the value of the useStrictFiltering property. |
void |
setDirectoryMode(String value)
Sets the value of the directoryMode property. |
void |
setExcludes(ModuleSources.Excludes value)
Sets the value of the excludes property. |
void |
setExcludeSubModuleDirectories(Boolean value)
Sets the value of the excludeSubModuleDirectories property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setFileSets(ModuleSources.FileSets value)
Sets the value of the fileSets property. |
void |
setIncludeModuleDirectory(Boolean value)
Sets the value of the includeModuleDirectory property. |
void |
setIncludes(ModuleSources.Includes value)
Sets the value of the includes property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setOutputDirectoryMapping(String value)
Sets the value of the outputDirectoryMapping 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 ModuleSourcesImpl.FileSetsImpl fileSets
protected Boolean includeModuleDirectory
protected Boolean excludeSubModuleDirectories
protected String outputDirectoryMapping
protected Boolean useStrictFiltering
protected Boolean useDefaultExcludes
protected String outputDirectory
protected ModuleSourcesImpl.IncludesImpl includes
protected ModuleSourcesImpl.ExcludesImpl excludes
protected String fileMode
protected String directoryMode
| Constructor Detail |
|---|
public ModuleSourcesImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance.
public ModuleSourcesImpl(ModuleSourcesImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public ModuleSources.FileSets getFileSets()
ModuleSources
getFileSets in interface ModuleSourcesModuleSources.FileSetspublic void setFileSets(ModuleSources.FileSets value)
ModuleSources
setFileSets in interface ModuleSourcesvalue - allowed object is
ModuleSources.FileSetspublic Boolean isIncludeModuleDirectory()
ModuleSources
isIncludeModuleDirectory in interface ModuleSourcesBooleanpublic void setIncludeModuleDirectory(Boolean value)
ModuleSources
setIncludeModuleDirectory in interface ModuleSourcesvalue - allowed object is
Booleanpublic Boolean isExcludeSubModuleDirectories()
ModuleSources
isExcludeSubModuleDirectories in interface ModuleSourcesBooleanpublic void setExcludeSubModuleDirectories(Boolean value)
ModuleSources
setExcludeSubModuleDirectories in interface ModuleSourcesvalue - allowed object is
Booleanpublic String getOutputDirectoryMapping()
ModuleSources
getOutputDirectoryMapping in interface ModuleSourcesStringpublic void setOutputDirectoryMapping(String value)
ModuleSources
setOutputDirectoryMapping in interface ModuleSourcesvalue - allowed object is
Stringpublic Boolean isUseStrictFiltering()
ModuleSources
isUseStrictFiltering in interface ModuleSourcesBooleanpublic void setUseStrictFiltering(Boolean value)
ModuleSources
setUseStrictFiltering in interface ModuleSourcesvalue - allowed object is
Booleanpublic Boolean isUseDefaultExcludes()
ModuleSources
isUseDefaultExcludes in interface ModuleSourcesBooleanpublic void setUseDefaultExcludes(Boolean value)
ModuleSources
setUseDefaultExcludes in interface ModuleSourcesvalue - allowed object is
Booleanpublic String getOutputDirectory()
ModuleSources
getOutputDirectory in interface ModuleSourcesStringpublic void setOutputDirectory(String value)
ModuleSources
setOutputDirectory in interface ModuleSourcesvalue - allowed object is
Stringpublic ModuleSources.Includes getIncludes()
ModuleSources
getIncludes in interface ModuleSourcesModuleSources.Includespublic void setIncludes(ModuleSources.Includes value)
ModuleSources
setIncludes in interface ModuleSourcesvalue - allowed object is
ModuleSources.Includespublic ModuleSources.Excludes getExcludes()
ModuleSources
getExcludes in interface ModuleSourcesModuleSources.Excludespublic void setExcludes(ModuleSources.Excludes value)
ModuleSources
setExcludes in interface ModuleSourcesvalue - allowed object is
ModuleSources.Excludespublic String getFileMode()
ModuleSources
getFileMode in interface ModuleSourcesStringpublic void setFileMode(String value)
ModuleSources
setFileMode in interface ModuleSourcesvalue - allowed object is
Stringpublic String getDirectoryMode()
ModuleSources
getDirectoryMode in interface ModuleSourcesStringpublic void setDirectoryMode(String value)
ModuleSources
setDirectoryMode in interface ModuleSourcesvalue - allowed object is
Stringpublic ModuleSourcesImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||