org.apache.maven.plugins.assembly.model
Class ModuleSet

java.lang.Object
  extended by org.apache.maven.plugins.assembly.model.ModuleSet
All Implemented Interfaces:
java.io.Serializable

public class ModuleSet
extends java.lang.Object
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

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 elements, each containing a module reference of the type groupId:artifactId.
 void setIncludes(java.util.List includes)
          Set This is a list of elements, each containing a module reference of the type groupId:artifactId.
 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

ModuleSet

public ModuleSet()
Method Detail

addExclude

public void addExclude(java.lang.String string)
Method addExclude

Parameters:
string -

addInclude

public void addInclude(java.lang.String string)
Method addInclude

Parameters:
string -

getBinaries

public 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.


getExcludes

public java.util.List getExcludes()
Method getExcludes


getIncludes

public java.util.List getIncludes()
Method getIncludes


getSources

public 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.


removeExclude

public void removeExclude(java.lang.String string)
Method removeExclude

Parameters:
string -

removeInclude

public void removeInclude(java.lang.String string)
Method removeInclude

Parameters:
string -

setBinaries

public 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.

Parameters:
binaries -

setExcludes

public void setExcludes(java.util.List excludes)
Set This is a list of elements, each containing a module reference of the type groupId:artifactId. Modules matching these elements will be excluded from this set.

Parameters:
excludes -

setIncludes

public void setIncludes(java.util.List includes)
Set This is a list of elements, each containing a module reference of the type groupId:artifactId. Modules matching these elements will be included in this set.

Parameters:
includes -

setSources

public 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.

Parameters:
sources -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.