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

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

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

Class Assembly.

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

Constructor Summary
Assembly()
           
 
Method Summary
 void addDependencySet(DependencySet dependencySet)
          Method addDependencySet
 void addFileSet(FileSet fileSet)
          Method addFileSet
 void addFormat(java.lang.String string)
          Method addFormat
 java.util.List getDependencySets()
          Method getDependencySets
 java.util.List getFileSets()
          Method getFileSets
 java.util.List getFormats()
          Method getFormats
 java.lang.String getId()
          Method getId
 boolean isIncludeBaseDirectory()
          Method isIncludeBaseDirectory
 void removeDependencySet(DependencySet dependencySet)
          Method removeDependencySet
 void removeFileSet(FileSet fileSet)
          Method removeFileSet
 void removeFormat(java.lang.String string)
          Method removeFormat
 void setDependencySets(java.util.List dependencySets)
          Method setDependencySets
 void setFileSets(java.util.List fileSets)
          Method setFileSets
 void setFormats(java.util.List formats)
          Method setFormats
 void setId(java.lang.String id)
          Method setId
 void setIncludeBaseDirectory(boolean includeBaseDirectory)
          Method setIncludeBaseDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assembly

public Assembly()
Method Detail

addDependencySet

public void addDependencySet(DependencySet dependencySet)
Method addDependencySet

Parameters:
dependencySet -

addFileSet

public void addFileSet(FileSet fileSet)
Method addFileSet

Parameters:
fileSet -

addFormat

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

Parameters:
string -

getDependencySets

public java.util.List getDependencySets()
Method getDependencySets


getFileSets

public java.util.List getFileSets()
Method getFileSets


getFormats

public java.util.List getFormats()
Method getFormats


getId

public java.lang.String getId()
Method getId


isIncludeBaseDirectory

public boolean isIncludeBaseDirectory()
Method isIncludeBaseDirectory


removeDependencySet

public void removeDependencySet(DependencySet dependencySet)
Method removeDependencySet

Parameters:
dependencySet -

removeFileSet

public void removeFileSet(FileSet fileSet)
Method removeFileSet

Parameters:
fileSet -

removeFormat

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

Parameters:
string -

setDependencySets

public void setDependencySets(java.util.List dependencySets)
Method setDependencySets

Parameters:
dependencySets -

setFileSets

public void setFileSets(java.util.List fileSets)
Method setFileSets

Parameters:
fileSets -

setFormats

public void setFormats(java.util.List formats)
Method setFormats

Parameters:
formats -

setId

public void setId(java.lang.String id)
Method setId

Parameters:
id -

setIncludeBaseDirectory

public void setIncludeBaseDirectory(boolean includeBaseDirectory)
Method setIncludeBaseDirectory

Parameters:
includeBaseDirectory -


Copyright 2005 Apache Software Foundation. All Rights Reserved.