org.apache.maven.artifact.ant
Class AttachedArtifact

java.lang.Object
  extended by org.apache.maven.artifact.ant.AttachedArtifact

public class AttachedArtifact
extends Object

Container for specification of an attached artifact.

Version:
$Id: AttachedArtifact.html 806929 2012-03-01 18:57:40Z hboutemy $
Author:
Jason Dillon

Constructor Summary
AttachedArtifact()
           
 
Method Summary
 String getClassifier()
           
 File getFile()
           
 String getType()
           
 void setClassifier(String classifier)
           
 void setFile(File file)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachedArtifact

public AttachedArtifact()
Method Detail

getFile

public File getFile()

setFile

public void setFile(File file)

getType

public String getType()

setType

public void setType(String type)

getClassifier

public String getClassifier()

setClassifier

public void setClassifier(String classifier)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.