|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.assembly.model.ModuleSet
public class ModuleSet
null
| Constructor Summary | |
|---|---|
ModuleSet()
|
|
| Method Summary | |
|---|---|
void |
addExclude(java.lang.String string)
Method addExclude |
void |
addInclude(java.lang.String string)
Method addInclude |
ModuleBinaries |
getBinaries()
Get When this is configured, the plugin will include the binaries of the included modules from this set in the resulting assembly, according to the configuration. |
java.util.List |
getExcludes()
Method getExcludes |
java.util.List |
getIncludes()
Method getIncludes |
java.lang.String |
getModelEncoding()
|
ModuleSources |
getSources()
Get When this is configured, the plugin will include the source files of the included modules from this set in the resulting assembly, according to the configuration. |
void |
removeExclude(java.lang.String string)
Method removeExclude |
void |
removeInclude(java.lang.String string)
Method removeInclude |
void |
setBinaries(ModuleBinaries binaries)
Set When this is configured, the plugin will include the binaries of the included modules from this set in the resulting assembly, according to the configuration. |
void |
setExcludes(java.util.List excludes)
Set This is a list of |
void |
setIncludes(java.util.List includes)
Set This is a list of |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setSources(ModuleSources sources)
Set When this is configured, the plugin will include the source files of the included modules from this set in the resulting assembly, according to the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleSet()
| Method Detail |
|---|
public void addExclude(java.lang.String string)
string - public void addInclude(java.lang.String string)
string - public ModuleBinaries getBinaries()
public java.util.List getExcludes()
public java.util.List getIncludes()
public ModuleSources getSources()
public void removeExclude(java.lang.String string)
string - public void removeInclude(java.lang.String string)
string - public void setBinaries(ModuleBinaries binaries)
binaries - public void setExcludes(java.util.List excludes)
excludes - public void setIncludes(java.util.List includes)
includes - public void setSources(ModuleSources sources)
sources - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||