|
||||||||||
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. |
List<FileSet> |
getFileSets()
Method getFileSets. |
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(List<FileSet> 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 |
setOutputDirectoryMapping(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 List<FileSet> getFileSets()
public String getOutputDirectoryMapping()
public boolean isExcludeSubModuleDirectories()
public boolean isIncludeModuleDirectory()
public void removeFileSet(FileSet fileSet)
fileSet
- public void setExcludeSubModuleDirectories(boolean excludeSubModuleDirectories)
excludeSubModuleDirectories
- public void setFileSets(List<FileSet> fileSets)
fileSets
- public void setIncludeModuleDirectory(boolean includeModuleDirectory)
includeModuleDirectory
- public void setOutputDirectoryMapping(String outputDirectoryMapping)
outputDirectoryMapping
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |