org.codehaus.mojo.rpm
Class ArtifactMap

java.lang.Object
  extended by org.codehaus.mojo.rpm.ArtifactMap

public class ArtifactMap
extends Object

A description of which project artifacts to package.

Version:
$Id: ArtifactMap.java 6588 2008-03-28 12:22:57Z bentmann $

Constructor Summary
ArtifactMap()
           
 
Method Summary
 List getClassifiers()
          Retrieve the list of classifiers to package.
 void setClassifiers(List clist)
          Set the list of classifiers to package.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactMap

public ArtifactMap()
Method Detail

getClassifiers

public List getClassifiers()
Retrieve the list of classifiers to package.

Returns:
The list of classifiers to package.

setClassifiers

public void setClassifiers(List clist)
Set the list of classifiers to package.

Parameters:
clist - The new list of classifiers to package.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2005-2011 Codehaus. All Rights Reserved.