|
||||||||||
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.ModuleSources
public class ModuleSources
Contains configuration options for including the source files of a project module in an assembly.
Constructor Summary | |
---|---|
ModuleSources()
|
Method Summary | |
---|---|
void |
addFileSet(FileSet fileSet)
Method addFileSet |
java.util.List |
getFileSets()
Method getFileSets |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputDirectoryMapping()
Get Sets the mapping pattern for all module base-directories included in this assembly. |
boolean |
isExcludeSubModuleDirectories()
Get Specifies whether sub-module directories below the current module should be excluded from fileSets applied to that module. |
boolean |
isIncludeModuleDirectory()
Get Specifies whether the module's finalName should be prepended to the outputDirectory values of any fileSets applied to it. |
void |
removeFileSet(FileSet fileSet)
Method removeFileSet |
void |
setExcludeSubModuleDirectories(boolean excludeSubModuleDirectories)
Set Specifies whether sub-module directories below the current module should be excluded from fileSets applied to that module. |
void |
setFileSets(java.util.List fileSets)
Set Specifies which groups of files from each included module to include in the assembly. |
void |
setIncludeModuleDirectory(boolean includeModuleDirectory)
Set Specifies whether the module's finalName should be prepended to the outputDirectory values of any fileSets applied to it. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setOutputDirectoryMapping(java.lang.String outputDirectoryMapping)
Set Sets the mapping pattern for all module base-directories included in this assembly. |
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 ModuleSources()
Method Detail |
---|
public void addFileSet(FileSet fileSet)
fileSet
- public java.util.List getFileSets()
public java.lang.String getOutputDirectoryMapping()
public boolean isExcludeSubModuleDirectories()
public boolean isIncludeModuleDirectory()
public void removeFileSet(FileSet fileSet)
fileSet
- public void setExcludeSubModuleDirectories(boolean excludeSubModuleDirectories)
excludeSubModuleDirectories
- public void setFileSets(java.util.List fileSets)
fileSets
- public void setIncludeModuleDirectory(boolean includeModuleDirectory)
includeModuleDirectory
- public void setOutputDirectoryMapping(java.lang.String outputDirectoryMapping)
outputDirectoryMapping
- 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 |